cURL
curl --request POST \ --url https://api.example.com/v1/agents \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>", "name": "<string>", "id": "<string>", "version": "1.0.0", "config": {}, "metadata": {} } '
{}
Create a new agent
Documentation IndexFetch the complete documentation index at: https://docs.charmos.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The response is of type Response Create Agent V1 Agents Post · object.
Response Create Agent V1 Agents Post · object