Português (BR)
Documentação
Como utilizar a plataforma Orkeia AI
Retorna a lista de agentes cadastrados.
GET https://gateway.orkeia.ai/agents
authorization: <seu_token> Content-Type: application/json
curl -X GET "https://gateway.orkeia.ai/agents" \ -H "authorization: <seu_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 }
Esta página foi útil?