cURL
Update agent
Update an existing agent. Only fields included in the request body are changed; omitted fields are left untouched.
PATCH
cURL
Authorizations
Path Parameters
ID of the agent to update.
Body
application/json
ID of the LLM the agent runs on. Use GET /models to discover valid values.
Example:
"anthropic/claude-sonnet-4"
Example:
"Researches enterprise accounts and drafts outreach"
When provided, replaces the agent's tool list.
When provided, replaces the agent's resource list.
When provided, transfers ownership of the agent to this team.
Response
The updated agent.
