AgentBots
Create an Agent Bot
Create an agent bot
post/platform/api/v1/agent_bots
Request body
Example request
{
"name": "My Agent Bot",
"description": "This is a sample agent bot",
"outgoing_url": "https://example.com/webhook",
"account_id": 1,
"avatar_url": "https://example.com/avatar.png"
}Response
Success