Hover to scrollWrite the long-form piece from your own Ounie brain — cited inline, with the SEO pack around it, and an explicit list of what your sources do not cover.
Name a subject. Article Studio reads your brain, drops every retrieved page that does not actually name that subject, and writes the article from what survives. If nothing survives, it refuses and refunds rather than producing a confident, perfectly cited article about a neighbouring subject — which is what semantic retrieval quietly does to every tool that only checks whether citations resolve.
- 15 credits an article, 3 for an outline first, 2 to rewrite one section. Reading, exporting and sharing are free forever
- Inline superscript citations and a numbered source list, each linking back to the brain page behind it
- Headline, dek, slug, meta description, Article and FAQPage JSON-LD, and suggested internal links
- gaps[] names what your material does not cover instead of letting the model fill it in
- A hosted, noindex, revocable preview link an editor can open without an account
- REST, MCP, and keyless x402 for agents with no Ounie account — bring your own source text
For agents
Works with Claude, ChatGPT, and any MCP client. One server, every app: paste the gateway config and the agent can discover and run Article Studio — and the rest of the store — through ounie_list_apps → ounie_describe_app → ounie_invoke_app.
{
"mcpServers": {
"ounie": {
"url": "https://mcp.ounie.com"
}
}
}Scoped endpoint — just this app. Point a client here when the agent should only ever see Article Studio's tools:
{
"mcpServers": {
"articles": {
"url": "https://articles.ounie.com/api/mcp"
}
}
}To spend your Ounie credits on the scoped endpoint, append your app key to the URL as ?api_key=… — the header-less form clients like the Ounie AI Team need.
Credits used
| Article written | 15 credits per call |
| Outline planned | 3 credits per call |
| Section rewritten | 2 credits per call |