REST Reference
Start Agent
Start an instance of a deployed agent.
POST
This endpoint starts a new instance of a deployed agent. You can optionally create a Daily room for the service to connect to.
Authorizations
Authentication using a Pipecat Cloud API token.
Path Parameters
Name of the agent to start
Body
application/json
Whether to create a Daily room for the service instance
Arbitrary user data / configuration object to pass to the service instance. Accessible as the first parameter of the bot
method or custom entry point. See the Starting Sessions
docs for more information.
Response
200
application/json
Service started successfully
URL of the created Daily room (if createDailyRoom was set to true)
Example:
"https://cloud-354b1860310a444ba0f528b6a2f467c4.daily.co/qZbK9nyXCDCmQ0zDDZta"
Token to access the Daily room (if createDailyRoom was set to true)
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."