Scaffold Projects
Create new phone or web/mobile bots with interactive setup
Deploy to Cloud
Push your bots to production with one command
Monitor Live Bots
Watch real-time logs, conversations, and metrics
Requirements
- Python 3.11 or later
Installation
The CLI ships withpipecat-ai as the optional cli extra. Install it globally with uv:
pipecat init. The cloud and tail commands are provided by separate packages that you co-install with --with:
Commands
pipecat init - Scaffold new projects with interactive setup (built in)
pipecat cloud - Deploy and manage bots on Pipecat Cloud (requires pipecatcloud)
pipecat tail - Monitor sessions in real-time with a terminal dashboard (requires pipecat-ai-tail)
Getting Help
View help for any command:Next Steps
Create Your First Bot
Scaffold a new project with pipecat init