Create an Agent
Create a new agent with a container image and configuration settings.
Authorizations
Authentication requires a Pipecat Cloud Private API token. Generate a Private API key from your Dashboard (Settings > API Keys > Private > Create key) and include it as a Bearer token in the Authorization header.
Body
Name of the agent to create.
Must start with a lowercase letter or number, can include hyphens, and must end with a lowercase letter or number. No uppercase letters or special characters allowed.
"my-voice-agent"
The container image to use for the agent
"your-username/my-agent:latest"
The type of node to run the agent on. Only arm
is supported at this time.
"arm"
The name of the image pull secret set to use
"dockerhub-credentials"
The name of the secret set to use
"my-agent-secrets"
Auto-scaling configuration for the agent
Whether to enable Krisp noise cancellation
false
Response
Name of the agent
Whether the agent is ready to accept sessions
Creation timestamp of the agent
Last update timestamp
ID of the active deployment
Whether the active deployment is ready
Number of active sessions
Details of the current deployment