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 }
通过 Authorization: Bearer <token> 头传递用户 JWT 或 oag_ 用户 API Key。
Authorization: Bearer <token>
oag_
按实例 ID 过滤智能体。
128
最大返回数量。
分页偏移量。
分页智能体列表。
Show child attributes