daily-co/Deploy to Pipecat Cloud
Build and deploy your Pipecat agent to Pipecat Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Pipecat Cloud Private API key (not a Public key) | yes | — |
| agent-name | Name of the agent to deploy | yes | — |
| cloud-build | Enable Pipecat Cloud Build (builds the image in the cloud) | no | false |
| build-context | Build context directory path | no | . |
| dockerfile | Path to the Dockerfile (relative to build context) | no | Dockerfile |
| build-id | Reuse an existing Pipecat Cloud Build ID (skips build step) | no | — |
| build-timeout | Max seconds to wait for cloud build completion | no | 600 |
| image | Pre-built Docker image reference with tag (e.g. ghcr.io/my-org/my-bot:v1.2.3). Not needed when using cloud-build or build-id. | no | — |
| image-credentials | Name of the image pull secret set in Pipecat Cloud (not needed for cloud builds) | no | — |
| secret-set | Name of the secret set for runtime secrets | no | — |
| region | Deployment region (uses org default if omitted) | no | — |
| min-agents | Minimum agents to keep warm | no | 0 |
| max-agents | Maximum concurrent agents | no | 10 |
| agent-profile | Agent profile name | no | — |
| enable-managed-keys | Enable managed keys | no | false |
| max-session-duration | Max session duration in seconds. When a session reaches this limit, the agent's connection is forcibly closed. | no | — |
| krisp-viva | Enable Krisp VIVA voice isolation by specifying an audio filter model (e.g. 'tel' or 'pro'). Omit to disable. | no | — |
| wait-for-ready | Whether to poll until deployment is ready | no | true |
| wait-timeout | Max seconds to wait for deployment readiness | no | 90 |
| api-url | Override the Pipecat Cloud API base URL | no | https://api.pipecat.daily.co |
Outputs
| name | description |
|---|---|
| build-id | The Pipecat Cloud Build ID (when using cloud build) |
| service-name | The deployed service/agent name |