Agents
List agents
get/api/v1/managed_agents/agents
Response
List of agents
Example response
[
{
"name": "my-agent",
"runtime": "cursor",
"model": "claude-opus-4-5",
"tools": [
"bash",
"file_read"
]
}
]List of agents
[
{
"name": "my-agent",
"runtime": "cursor",
"model": "claude-opus-4-5",
"tools": [
"bash",
"file_read"
]
}
]