Headless CMS + native MCP server
REST API, webhooks, API key auth, and a Model Context Protocol endpoint per site out of the box. Plus a drop-in ask-embed.js for chat on any frontend. First CMS in the market with MCP.
curl https://fluxeta.com/api/v1/posts \
-H "Authorization: Bearer sk_live_your_key"
# Returns paginated posts for your site
{
"data": [...],
"meta": { "total": 48, "page": 1, "per_page": 20 }
}
What developers get
REST API
Full CRUD for posts, pages, sites, subscribers, and members. JSON responses. Standard HTTP status codes.
API Key Auth
Generate per-site API keys from your dashboard. Bearer token authentication. Revoke anytime.
Webhooks
Subscribe to post.published, post.updated, member.created events. Push to any endpoint.
Headless Mode
Disable the built-in public site. Use Fluxeta purely as a content backend for your own frontend.
Content Import
Import from WordPress XML or Substack export. Migrate your existing content in minutes.
Custom Content Types
Define your own content schemas beyond posts. The API exposes all content types.