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
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 create, and pipecat eval commands. The cloud command is provided by a separate package that you co-install with --with:
Commands
pipecat init- Initialize a new Pipecat project, the entry point for new projects (built in)pipecat create- Scaffold a project directly, used byinitand coding agents (built in)pipecat eval- Run behavioral evals against your agentspipecat 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