Skip to main content

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 with pipecat-ai as the optional cli extra. Install it globally with uv:
uv tool install "pipecat-ai[cli]"
Verify installation:
pipecat --version
All commands can use either pipecat or the shorter pc alias.
This gives you pipecat create and pipecat init. The cloud command is provided by a separate package that you co-install with --with:
# Add deploy commands
uv tool install "pipecat-ai[cli]" --with pipecatcloud

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:
pipecat --help
pipecat init --help
pipecat create --help
pipecat eval --help
pipecat cloud --help

Next Steps

Create Your First Bot

Scaffold a new project with pipecat create