v1
latestOpenAPI 3.1.02026-07-2691819.8 KBCreate Agent
Create an agent.
put/api/v1/agents
Headers
Authorizationstring required
Example:Bearer 123
Request body
Example request
{
"agent_name": "customer-support-agent",
"description": "An agent that helps customers with their inquiries."
}Response
Successful Response
Example response
{
"agent_name": "customer-support-agent",
"agent_number": 1,
"created_at": "2023-01-01T00:00:00Z",
"description": "An agent that helps customers with their inquiries."
}