> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seaotter.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# List agents

> GET /api/v1/agents

List agents for the active organization (or user ownership when no org is selected).

```bash theme={null}
curl -sS "$SEAOTTER_API/api/v1/agents" \
  -H "Authorization: Bearer $SEAOTTER_API_KEY"
```

Authenticate with a control-plane API key. Full schema: [openapi.public.json](https://seaotter.dev/openapi.public.json).
