Fanful agent setup

One place for agents to start.

Paste the setup prompt into any AI coding agent. It points the agent to Fanful MCP, API manifests, CLI docs, skills, webhook recipes, SDK planning notes, and the safety boundaries for confirmed writes.

Quick setup

Already have an agent?

Give it this prompt URL first, then let it decide whether to use MCP, direct HTTP, the CLI, or docs-only guidance.

https://fanful.net/agent-setup/prompt.md
curl -fsS https://fanful.net/llms.txt
curl -fsS https://fanful.net/api/agent/action-contracts
curl -fsS https://fanful.net/api/agent/workflow-triggers
curl -fsS https://docs.fanful.net/api.md
curl -fsS https://docs.fanful.net/skills.md

Point the agent here

Use the setup prompt as the first instruction for Codex, Claude, ChatGPT, Cursor, or another coding agent.

Prefer machine contracts

Use MCP, HTTP manifests, action contracts, and markdown mirrors instead of scraping dashboard UI.

Keep secrets out of prompts

Bearer tokens, admin credentials, webhook signing secrets, Stripe ids, and raw listener ids belong in transport headers or environment variables.

Confirm before writes

Mutations require exact confirmation text, idempotency, stale-state guards when relevant, reason, and audit correlation.

All routes

Where agents should go next.

Webhook payloads are signed event notifications. Agents should verify signatures, dedupe by event/idempotency key, and read linked manifests before taking action.