Agents
List agents
GET /v1/agents
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/agents
GET /v1/agents
Authorization: Bearer sk_live_YOUR_KEY
[
{
"id": "agt_abc123",
"name": "PortfolioBot",
"issuer_domain": "apexwealth.com",
"scopes": ["read:portfolio"],
"status": "active",
"created_at": "2026-03-26T18:00:00.000Z",
"expires_at": "2026-03-27T18:00:00.000Z",
"verification_count": 142
}
]