Skip to content
CodexFor OpenAI Codex

Ship the release, then announce it — in one session

Add three lines to your Codex config and Content Rabbit's 16 tools appear. Draft, schedule, and publish posts while you write code.

3lines of TOML
16tools
0servers
1

Get a key

Grab a key below, or create an account for full access.
2

Add the server

Add this to your Codex config. Set CONTENT_RABBIT_KEY to your key.
# ~/.codex/config.toml
[mcp_servers.content-rabbit]
url = "https://contentrabbitai.com/api/v1/mcp"
bearer_token_env_var = "CONTENT_RABBIT_KEY"
3

Call a tool

Restart your client and Content Rabbit's tools appear. List them to confirm the connection.

Get your API key

One workspace-scoped key works across MCP, REST, and the CLI. Grab a sandbox demo key below, or provision one headless from an agent.

Get a demo key

Enter your email for an instant sandbox key. Connect and explore the API — publishing and AI need a full account.

Create an account →
Provision headless
# Create an account + key with one call — no dashboard, no email step
curl -X POST https://contentrabbitai.com/api/v1/agent/signup \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com"}'
# The response returns your API key once. Store it, then send it on every call:
# Authorization: Bearer <your-key>

FAQs

Connect in under a minute

One key, one URL. Give your AI assistant the whole content workflow.