POST
/
agents
curl --request POST \
  --url https://api.kakiyo.com/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "id": "agent_12345abcde",
  "message": "Agent created successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

201
application/json

Agent created successfully

The response is of type object.