Point the agent here
Use the setup prompt as the first instruction for Codex, Claude, ChatGPT, Cursor, or another coding agent.
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
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.mdcurl -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.mdUse the setup prompt as the first instruction for Codex, Claude, ChatGPT, Cursor, or another coding agent.
Use MCP, HTTP manifests, action contracts, and markdown mirrors instead of scraping dashboard UI.
Bearer tokens, admin credentials, webhook signing secrets, Stripe ids, and raw listener ids belong in transport headers or environment variables.
Mutations require exact confirmation text, idempotency, stale-state guards when relevant, reason, and audit correlation.
All routes
Public Streamable HTTP MCP endpoint for network clients.
Human-readable API map, auth model, recipes, and code examples.
Compact model-readable API reference mirror.
Copyable Fanful skills/prompts for coding agents.
Model-readable skill catalog and prompt blocks.
Task-first docs for humans and agents.
Canonical discovery file for AI agents and crawlers.
Shared confirmation, audit, idempotency, and redaction rules.
Signed webhook event catalog, subscription registry, and delivery boundaries.
Current Fanful CLI commands layered on the shared agent contracts.
Webhook payloads are signed event notifications. Agents should verify signatures, dedupe by event/idempotency key, and read linked manifests before taking action.