cURL
curl --request GET \ --url https://app.opencomputer.dev/v1/agents/{agentId} \ --header 'X-API-Key: <api-key>'
{ "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" }
Documentation IndexFetch the complete documentation index at: https://docs.opencomputer.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt
Use this file to discover all available pages before exploring further.
oc agent get <id>