Start a Project
Initialize a project, then build with a coding agent or scaffold a bot
Run Behavioral Evals
Test your agents with scripted scenarios and an LLM judge
Give Your Agent Context
Index current Pipecat docs and API source for your coding agent
Deploy to Cloud
Push your bots to production with one command
Requirements
- Python 3.11 or later
Installation
The CLI ships withpipecat-ai as the optional cli extra. Install it globally with uv:
pipecat init, pipecat eval, and pipecat context-hub. Deploy commands come from a separate package, co-installed with --with:
pipecat cloud still appears in pipecat --help without that package, and prints how to enable itself when run.
Commands
pipecat init- Initialize and scaffold a new Pipecat project, the single entry point for new projects (built in)pipecat eval- Run behavioral evals against your agentspipecat context-hub- Query the Pipecat Context Hub and register it with your coding agent (built in)pipecat cloud- Deploy and manage bots on Pipecat Cloud (requirespipecatcloud)
Getting Help
View help for any command:Next Steps
Build Your First Bot
Initialize your project and start building with pipecat init