AgentCMS

A hosted content backend for AI-built websites.
Register a project, get an admin URL. That's it.

Register a project

POST https://agentcms.app/api/projects/register

{
  "project": { "name": "My Site", "slug": "my-site" },
  "adminEmail": "user@example.com",
  "datasets": [...]
}

Instant admin UI

Schema-driven editor generated automatically from your field definitions.

🔗

Public content API

CORS-open JSON endpoints, edge cached. Works with any frontend.

🤖

Built for AI agents

One API call at the end of a site build. No manual setup required.

Read the docs on GitHub