cURL
curl --request POST \ --url https://api.clarm.com/v1/agents/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "steps": [ "<string>" ], "instructions": "<string>", "documents": [] } '
{ "id": 123, "name": "<string>", "description": "<string>", "steps": [ "<string>" ], "instructions": "<string>", "collections": [ 123 ] }
Create an agent (persona) under the effective API key user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for agent retrieval