v1

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1220723.1 KB
Agents

Get an agent

get/api/v1/managed_agents/agents/{id}

Path parameters

idstring required

Response

Agent details

idstring
namestring
runtimestring
modelstring
system_promptstring
memory_enabledboolean
toolsstring[]
created_atstring date-time

Example response

{
  "name": "my-agent",
  "runtime": "cursor",
  "model": "claude-opus-4-5",
  "tools": [
    "bash",
    "file_read"
  ]
}