---
title: "Wagtail 8.0 adds AI-ready API for content management"
url: https://www.heregreenwood.com/2026/08/28/wagtail-8-0-new-api-ai-cms/
date: 2026-08-28T13:48:25+00:00
modified: 2026-08-28T13:48:25+00:00
author: "Blake Chen"
categories: ["Technology"]
site: "HERE Greenwood"
attribution: "HERE Greenwood"
---

# Wagtail 8.0 adds AI-ready API for content management

*Source: [HERE Greenwood](https://www.heregreenwood.com/2026/08/28/wagtail-8-0-new-api-ai-cms/) — August 28, 2026 by Blake Chen*

Aiken businesses and tech enthusiasts interested in advanced content management solutions may find new opportunities with the recent release of Wagtail 8.0. This update, announced on August 28, 2026, focuses on a new v3 API designed to integrate artificial intelligence into content workflows, rather than creating an AI-driven content management system (CMS) itself.

The v3 API is an opt-in feature, requiring only a few lines of code to implement. Once enabled, it provides access to over 50 administrative operations covering pages, images, and documents. The API is fully documented and typed, featuring auto-generated Open API schema, and includes built-in support for rich text as Markdown. It also offers API endpoints for Django models, catering to users who utilize Wagtail as an alternative to Django admin.

This new API supports both public/anonymous access for headless sites and other publication mechanisms, allowing a transition from the v2 API. For private data, it is secured with bearer token authentication and Wagtail’s existing permissions model. The flexibility offered by the v3 API aims to support various content workflows, from highly curated manual reviews to accelerated, automated processes. Users can choose to rely solely on the admin UI, go entirely API-driven, or combine both approaches depending on the specific content needs.

For example, the API can facilitate tasks like bulk SEO improvements through scripting or allow AI agents, such as OpenCode running in TensorX, to fix page search descriptions. The development aligns with Wagtail’s AI guiding principles, which emphasize providing tools for agentic help without embedding AI buttons directly into the admin interface unless explicitly installed via Wagtail AI. This approach enables faster publication of Markdown articles, generation of reports on unpublished pages or unused images, and streamlined content imports between systems with minimal scripting.

Wagtail is releasing the v3 API as a preview in version 8.0 to gather feedback before the v8.1 update, expected in a few weeks. Users are encouraged to participate in the feedback discussion on GitHub and propose talks for Wagtail Space 2026 to showcase their implementations of this new capability.
