Skip to main content
POST
Deploy an agent to a channel

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent to deploy.

Body

application/json
channel
enum<string>
required

Channel to deploy the agent on.

Available options:
webhook,
sms,
whatsapp,
voice,
rcs
webhook_url
string<uri>

Destination URL for the webhook channel.

phone_number
string

Phone number to bind for messaging or voice channels.

Response

200 - application/json

The updated agent record after deployment.

data
object
meta
object