cURL
curl --request PATCH \ --url https://api.example.com/agents/{agent_id}
Update an agent’s configuration
agent_id
string
{ "description": "Updated description", "llm_config": { "temperature": 0.5 }, "enable_planning": false }