> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Agents

List all agents owned by the authenticated API key.

**CLI equivalent:** `oc agent list`

<ResponseExample>
  ```json 200 theme={null}
  {
    "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"
      }
    ]
  }
  ```
</ResponseExample>
