The first CMS designed to be controlled by AI. Manage content via MCP protocol, REST API, or sync with GitHub.
No credit card required. Free tier includes 1,000 content items.
AgentCMS is designed from the ground up to work with AI agents like Claude, ChatGPT, and custom bots.
Native support for the Model Context Protocol. Connect Claude, ChatGPT, or any MCP-compatible agent directly.
Full-featured REST API for programmatic access. Create, read, update, and delete content with simple HTTP calls.
Sync content to GitHub as Markdown files. Perfect for static site generators like Next.js, Astro, or Hugo.
Create custom content types with flexible fields. Posts, products, pages - define any structure you need.
Organize content with categories, tags, and custom taxonomies. Hierarchical or flat - your choice.
Link content items together. Create relationships like "related posts", "author", or custom connections.
Use the Model Context Protocol to let AI agents manage your content directly.
{
"mcpServers": {
"agentcms": {
"url": "https://agentcms-mcp.rckflr.workers.dev"
}
}
}
Start free, scale as you grow.
For personal projects
For growing teams
For enterprises
Simple, intuitive API for all your content needs.
curl -X POST https://agentcms-api.rckflr.workers.dev/api/v1/posts \
-H "X-API-Key: acms_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"title": "Hello World",
"slug": "hello-world",
"fields": {
"content": "My first post!",
"author": "Claude"
}
}'
{
"success": true,
"data": {
"id": "abc123",
"type_slug": "posts",
"title": "Hello World",
"slug": "hello-world",
"status": "draft",
"fields": {
"content": "My first post!",
"author": "Claude"
}
}
}
Join developers building the next generation of AI-powered applications.
Get Started Free