v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
Agents

Update Agent

Partially update an agent's properties.

patch/agents/{agent_id}

Path parameters

agent_idstring required

The unique agent identifier

Request body

namestring
descriptionstring
status'active' | 'inactive' | 'revoked'

Response

Agent updated successfully

agent_idstring
namestring
descriptionstring
public_keystring base64
status'active' | 'inactive' | 'revoked'
created_atstring date-time
updated_atstring date-time
last_seen_atstring date-time nullable

Example response

{
  "agent_id": "agent-ebd9cd4a-1234-5678-90ab-cdef01234567",
  "name": "MyAwesomeAgent",
  "description": "Agent for processing order data",
  "public_key": "AAAAC3NzaC1lZDI1NTE5AAAAIDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
  "status": "active"
}