Publish at
light speed.
A self-hosted headless CMS engineered for teams that ship — live visual preview, bilingual by default, a Development → Staging → Production pipeline for the changes you want to try first, and content that reaches production the instant you hit publish.
Open the console →
Built for AI agents.
Point Claude Code — or any MCP client — at your space and it manages content by itself: modeling, bilingual entries, publishing, media, live delivery checks — and it knows which environment it is in, so it can work in Staging and promote when you say so. The server teaches the agent everything; no platform knowledge required.
-
1
Mint a management key Console → your space → API keys → management.
-
2
Drop this into your site repo as
.mcp.json, key inCMS_MANAGEMENT_KEY. -
3
Ask your agent “Create a blog post and publish it.” It does the rest.
{
"mcpServers": {
"cms": {
"type": "http",
"url": "https://cms-mcp.uxbert.ai/mcp",
"headers": { "Authorization": "Bearer ${CMS_MANAGEMENT_KEY}" }
}
}
}