Connect via MCP server, REST API, or CLI. Generate long-form articles through an 8-phase pipeline. Export as JSON, Markdown, HTML, or WordPress.
Three steps. Any interface. Done.
Connect via MCP server, REST API, or CLI. Your agent authenticates with an API key and gets access to all content generation tools.
Trigger article generation with a topic. The 8-phase pipeline researches, writes, and polishes autonomously.
Get completed articles as JSON, Markdown, HTML, or WordPress-ready HTML. Your agent decides where to publish.
Connect your AI agent via MCP server. Full content generation workflow through structured tool calls — no parsing, no scraping.
→ generate-article { topic: "AI trends 2026", type: "blog_post" }← { articleId: "art_abc123", status: "queued" }→ wait-for-article { articleId: "art_abc123" }← { status: "completed", title: "...", wordCount: 2847 }→ get-article-content { articleId: "art_abc123" }← { content: [...], contentMarkdown: "..." }
Every tool is typed, documented, and returns structured JSON.
generate-articlewait-for-articleget-articlelist-articlessearch-articleslist-voicesexport-articleAPI keys, webhooks, real-time status updates. Everything you need to integrate content generation into your stack.
# Generate an article$ ckx generate --topic "AI trends 2026" --type blog_post --wait# Or use the REST API$ curl -X POST https://api.contentkong.com/v1/articles \-H "Authorization: Bearer ck_live_..." \-d '{"siteId": "...", "topic": "AI trends 2026"}'
Create and manage API keys from the dashboard. Scope per site or organization.
Get notified when articles complete. Reliable delivery with automatic retries.
Poll or subscribe for phase-by-phase progress updates on every article.
ContentKong generates. Your agent publishes.
ContentBlock[] — structured, typed, ready for any frontend.
Clean markdown with frontmatter. Drop into any static site.
Semantic HTML with proper heading hierarchy and clean markup.
Block editor compatible HTML. Paste or push via REST.
Pick the format. We handle structure, tone, and length.