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": [...]
}Schema-driven editor generated automatically from your field definitions.
CORS-open JSON endpoints, edge cached. Works with any frontend.
One API call at the end of a site build. No manual setup required.
Read the docs on GitHub