
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
pipecat-ai-cli
Advanced tools
A complete toolkit for building, deploying, and monitoring Pipecat AI voice agents.
pipecat initpipecat cloudpipecat tailuv tool install pipecat-ai-cli
This installs the CLI globally. If you don't have uv, you can also use pipx install pipecat-ai-cli.
Tip: All commands can use either
pipecator the shorterpcalias.
Optional: Install Tail Dashboard
To use the pipecat tail monitoring dashboard, install with the tail extra:
uv tool install "pipecat-ai-cli[tail]"
Create a new quickstart Pipecat project with default settings:
pipecat init quickstart
Or create a new Pipecat project interactively:
pipecat init
The CLI will guide you through selecting:
Generated Project Structure
mybot/
├── server/ # Python bot server
│ ├── bot.py # Main bot implementation
│ ├── pyproject.toml # Python dependencies
│ ├── .env.example # Environment variables template
│ ├── Dockerfile # Container image (if cloud enabled)
│ └── pcc-deploy.toml # Deployment config (if cloud enabled)
├── client/ # Web client (if generated)
│ ├── src/
│ ├── package.json
│ └── ...
├── .gitignore
└── README.md # Project setup instructions
Deploy and manage your bot in production with Pipecat Cloud:
# Authenticate
pipecat cloud auth login
# Deploy
pipecat cloud deploy
# Manage deployments
pipecat cloud agent list
pipecat cloud agent logs <agent-name>
Cloud commands provide:
Note: When you enable "Deploy to Pipecat Cloud" during project creation, the necessary deployment config files are automatically generated.
Learn more in the Pipecat Cloud documentation.
Use the built-in Tail dashboard to monitor your bot in real-time:
# Connect to local bot (default: ws://localhost:9292)
pipecat tail
# Connect to remote session
pipecat tail --url wss://your-bot.example.com
Note: The
tailcommand requires the optionaltailextra. Install withuv tool install "pipecat-ai-cli[tail]"if not already installed.
Tail provides:
FAQs
CLI for building, deploying, and monitoring Pipecat voice agents
We found that pipecat-ai-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.