English
Documentation
How to use the Orkeia AI platform
Returns the list of registered agents.
GET https://gateway.orkeia.ai/agents
authorization: <your_token> Content-Type: application/json
curl -X GET "https://gateway.orkeia.ai/agents" \ -H "authorization: <your_token>"
[ { "id": "agent123", "name": "Agente IA", "enabled": true, ... }, { "id": "agent356", "name": "Agente IA 3", "enabled": true, ... }, { "id": "agent678", "name": "Agente IA 2", "enabled": false, ... } ]
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?