Fanflet developer resources
Connect an AI agent to Fanflet with MCP. There is no public REST dump of speaker pages and no API-key product. Speakers need Pro or Studio.
Machine-readable files
- OpenAPI 3.1 spec — /openapi.json
- Fanflet MCP and OAuth guide — /docs/mcp-for-agents
- llms.txt (when to use Fanflet) — /llms.txt
- MCP Streamable HTTP — /api/mcp
- MCP manifest — /.well-known/mcp.json
- MCP server card — /.well-known/mcp/server-card.json
- OAuth authorization server metadata — RFC 8414
- OAuth protected resource metadata — RFC 9728
Versioning
Current major version is 1. Unversioned /api/mcp is v1. /api/v1/mcp is an alias. Responses send X-API-Version: 1.
Deprecation: we will not remove v1 without a replacement. Deprecated routes send Deprecation and Sunset (RFC 8594) at least 90 days before removal.
Rate limits
Documented agent routes send RateLimit-Limit, RateLimit-Remaining, RateLimit-Reset, and Retry-After on 429. Default window is 120 requests per 60 seconds per IP on MCP registration.
No CLI
Fanflet does not publish an npm, PyPI, or Homebrew CLI. Agents should call MCP over Streamable HTTP after OAuth.