curl --request GET \
--url https://app.opencomputer.dev/v1/agents \
--header 'X-API-Key: <api-key>'{
"agents": [
{
"id": "my-hermes",
"display_name": "my-hermes",
"core": "hermes",
"channels": ["telegram"],
"packages": ["gbrain"],
"secret_store": "agent:my-hermes",
"config": null,
"created_at": "2026-04-09T10:30:00Z",
"updated_at": "2026-04-09T10:30:00Z"
}
]
}
curl --request GET \
--url https://app.opencomputer.dev/v1/agents \
--header 'X-API-Key: <api-key>'{
"agents": [
{
"id": "my-hermes",
"display_name": "my-hermes",
"core": "hermes",
"channels": ["telegram"],
"packages": ["gbrain"],
"secret_store": "agent:my-hermes",
"config": null,
"created_at": "2026-04-09T10:30:00Z",
"updated_at": "2026-04-09T10:30:00Z"
}
]
}
List all agents owned by the authenticated API key. CLI equivalent:Documentation Index
Fetch the complete documentation index at: https://opensandbox-feat-cf-dev-cutover.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
oc agent list
{
"agents": [
{
"id": "my-hermes",
"display_name": "my-hermes",
"core": "hermes",
"channels": ["telegram"],
"packages": ["gbrain"],
"secret_store": "agent:my-hermes",
"config": null,
"created_at": "2026-04-09T10:30:00Z",
"updated_at": "2026-04-09T10:30:00Z"
}
]
}