Scaffold Projects
Create new phone or web/mobile bots with interactive setup
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 create and pipecat init. The cloud command is provided by a separate package that you co-install with --with:
Commands
pipecat init - Make a project agent-ready by writing the Pipecat coding-agent guide (built in)
pipecat create - Scaffold new projects with interactive setup (built in)
pipecat eval - Run behavioral evals against your agents
pipecat cloud - Deploy and manage bots on Pipecat Cloud (requires pipecatcloud)
Getting Help
View help for any command:Next Steps
Create Your First Bot
Scaffold a new project with pipecat create