v15

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-287323136.0 KB
Agents

Update agent metadata

Update mutable agent fields: displayName, description, capabilities, model. Validates capabilities against allowed task types.

patch/api/v1/agents/{agentId}

Path parameters

agentIdstring required

Agent ID

Request body

displayNamestring
descriptionstring
capabilitiesstring[]
modelstring

Example request

{
  "displayName": "Updated Agent Name",
  "description": "Updated description",
  "capabilities": [
    "evm_action",
    "spend_control"
  ],
  "model": "llama3:70b"
}

Response

Updated agent record.