# BAMF Developer Platform ## Docs - [Overview](https://bamf.ai/docs): Build creator workflows with the BAMF REST API, Product MCP, and local agent kits. - [Quickstart](https://bamf.ai/docs/quickstart): Create a key, list creator spaces, generate a reviewable draft candidate, and create a draft. - [Authentication](https://bamf.ai/docs/authentication): Authenticate REST and MCP calls with user-scoped or creator-scoped API keys. - [Scopes](https://bamf.ai/docs/scopes): Permission model for posts, analytics, knowledge, generation, media, and scheduling. - [Errors](https://bamf.ai/docs/errors): Stable error codes, request ids, retry guidance, and rate-limit handling. ## API Reference - [Creator Spaces](https://bamf.ai/docs/api/creator-spaces): List and select the creator-space tenant boundary for future calls. - [Posts](https://bamf.ai/docs/api/posts): Draft, edit, schedule, unschedule, preview, publish, and delete creator content. - [Ideas](https://bamf.ai/docs/api/ideas): Create, search, update, and delete creator content ideas. - [Knowledge](https://bamf.ai/docs/api/knowledge): Manage creator knowledge documents, durable memory, research notes, and interview transcripts. - [Media](https://bamf.ai/docs/api/media): Register media, attach generated assets, and prepare LinkedIn-ready carousel PDFs. - [Analytics](https://bamf.ai/docs/api/analytics): Read official creator and post metrics with Late as the authoritative source. - [Agent Sessions](https://bamf.ai/docs/api/agent-sessions): Track agent runs, approval boundaries, tool activity, and user-visible handoffs. - [Jobs](https://bamf.ai/docs/api/jobs): Poll long-running generation, sync, image, carousel, research, and processing jobs. - [Webhooks](https://bamf.ai/docs/api/webhooks): Subscribe to post, analytics, job, integration, and knowledge events. ## MCP - [MCP Overview](https://bamf.ai/docs/mcp/overview): Connect BAMF to Claude Code, Codex, Cursor, and other MCP clients. - [MCP Tools](https://bamf.ai/docs/mcp/tools): Workflow-shaped tools for listing creator spaces, previewing posts, drafting, scheduling, jobs, and memory. ## Agent Workflows - [Codex Setup](https://bamf.ai/docs/agents/codex): Use BAMF from Codex CLI or the Codex desktop app. - [Claude Code Setup](https://bamf.ai/docs/agents/claude-code): Connect Claude Code to BAMF MCP and draft safely. - [Notion Workflow](https://bamf.ai/docs/agents/notion-workflow): Pair BAMF with Notion or local markdown review before saving drafts. - [BAMF Stack](https://bamf.ai/docs/agents/bamfstack): Install the local agent skill pack for BAMF workflows. ## Examples - [Agent Starter Prompts](https://bamf.ai/docs/examples/agent-prompts): Copyable prompts for Claude Code, Codex, Cursor, and custom agents. - [Node Client](https://bamf.ai/docs/examples/node-client): Minimal Node 20+ script for auth, previews, and safe draft creation. - [MCP Client](https://bamf.ai/docs/examples/mcp-client): Configure BAMF MCP and run a read-first smoke test. - [Local Smoke Test](https://bamf.ai/docs/examples/local-smoke-test): Run BAMF's REST and MCP developer-platform smoke checks locally. ## Base URLs - REST API: https://api.bamf.ai/v1 - Product MCP: https://mcp.bamf.ai - OpenAPI schema: https://bamf.ai/openapi.json - Full context: https://bamf.ai/llms-full.txt