Skip to main content
POST
/
v1
/
agents
Create Agent
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": {}
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
user_id
string
required
name
string
required
id
string | null
version
string | null
default:1.0.0
config
Config · object
metadata
Metadata · object

Response

Successful Response

The response is of type Response Create Agent V1 Agents Post · object.