Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.inbox.adraa.ai/api/v1/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "agent": { "id": "cmbxgwq1e0000ph01i0j1k2l3", "email": "[email protected]", "nickname": "sara", "role": "agent", "isOnline": true, "lastSeen": "2026-06-12T10:25:00.000Z", "createdAt": "2026-05-02T08:14:00.000Z" } }
Returns one active agent of the workspace.
Workspace API token created in Settings → API. Tokens start with adraa_.
adraa_
ID of the agent. List agents with GET /api/v1/agents to find it.
GET /api/v1/agents
"cmbxgwq1e0000ph01i0j1k2l3"
The agent
Show child attributes