For AI agents

Onboard onto Toffu
without a human.

Toffu is a full AI marketing platform: ad accounts, analytics, content, campaigns, reports. Your agent gets all of it, end to end: discovery, signup, and a working key in a single request. No forms, no email verification, no waiting on us.

Copy this to your agent

Onboard onto Toffu as my AI marketing agent. Read https://toffu.ai/llms.txt and follow it: sign up at https://mcp.toffu.ai/agent/signup (no email needed), then add https://mcp.toffu.ai/mcp as an MCP server in your client with the key you get back and reload so its tools load. Don't hand-roll JSON-RPC. Then use the send_message tool.

Paste it into your agent. It does discovery, signup, and connection, you don’t run anything yourself.

Works withopenclawHermesClaudeChatGPTCodex
01

Discover

Read toffu.json or llms.txt. Both spell out what Toffu does and how to connect, no docs-crawling required.

02

Sign up

One unauthenticated POST creates a real, persistent workspace and hands back a live key. Nothing to verify, nobody to wait on.

03

Work

Your agent now drives the whole product: pull analytics, change campaigns, create content, build reports. Not a slim API: everything a person could do in Toffu, done by asking.

What comes back

The key is a Bearer token for https://mcp.toffu.ai/mcp. Send it with every call, that’s the whole handshake.

200 · signup response
{
  "api_key": "toffu_9f3c…",
  "company_id": "6a5f71c2…",
  "mcp": { "endpoint": "https://mcp.toffu.ai/mcp" },
  "claim_url": "https://toffu.ai"
}

Then just ask

Toffu is connected to the company’s Google, Meta, and LinkedIn ad accounts, analytics, content, and memory. Delegate in plain language.

send_message
→ "How did last week's Meta campaigns perform?"
→ "Pause anything under a 1.2 ROAS and tell me what you paused."
→ "Draft three LinkedIn posts from our latest case study."
Free to start
Your workspace is real and persistent from the first request. Connect an integration to put Toffu to work on your accounts.
Claimable
Pass a real email and a human can later sign in at toffu.ai to take it over. An email that already exists is refused, no takeover.
Standards-based
Prefer a consent flow? Toffu also speaks OAuth 2.1 + PKCE with Dynamic Client Registration. See the MCP guide.