Agents
Get an agent
get/api/v1/managed_agents/agents/{id}
Path parameters
idstring required
Response
Agent details
Example response
{
"name": "my-agent",
"runtime": "cursor",
"model": "claude-opus-4-5",
"tools": [
"bash",
"file_read"
]
}