cURL
curl --request GET \ --url https://openapi.beeos.ai/api/v1/agents \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "instanceId": "<string>", "name": "<string>", "status": "<string>", "mcpEnabled": true, "visibility": "private", "description": "<string>", "displayName": "<string>", "slug": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
Pass a user JWT or an oag_ User API Key on the Authorization: Bearer <token> header.
oag_
Authorization: Bearer <token>
Filter agents by instance ID.
128
Paginated list of agents.
Show child attributes