Español
Documentación
Cómo utilizar la plataforma Orkeia AI
Devuelve la lista de agentes registrados.
GET https://gateway.orkeia.ai/agents
authorization: <tu_token> Content-Type: application/json
curl -X GET "https://gateway.orkeia.ai/agents" \ -H "authorization: <tu_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 le ayudó?