cURL
curl --request POST \ --url https://api.kakiyo.com/v1/agents \ --header 'Authorization: Bearer <token>'
{ "id": "agent_12345abcde", "message": "Agent created successfully" }
Creates a new agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent created successfully
"agent_12345abcde"
"Agent created successfully"