Make your project agent-ready
Install the CLI and run This writes a Pipecat coding-agent guide (
pipecat init in your project:AGENTS.md + CLAUDE.md) and developer guidance (GETTING_STARTED.md). Your agent picks up AGENTS.md automatically — it follows Pipecat conventions and scaffolds the app for you with pipecat create.pipecat init reference
What
init writes and how the agent flow worksAdd the Pipecat Context Hub
The Context Hub indexes Pipecat docs, examples, and API source into a local database, so your agent queries live context instead of stale training data. Build the index, then add it as an MCP server:
- Claude Code
- Codex
Pipecat Context Hub reference
Full setup, the tool list, CLI lookups, and MCP config for Cursor and VS Code
Build Your Next Bot
The full agent-driven workflow, start to finish
Pipecat Context Hub
Everything the Context Hub indexes and exposes to your agent
Prefer to feed context by hand? Pipecat docs support the llms.txt
standard:
llms.txt is a structured index of all
pages, and llms-full.txt is the
full documentation in a single file — useful for tools that ingest docs in
bulk.