Español
Documentación
Cómo utilizar la plataforma Orkeia AI
Cambia el estado de habilitación de un agente.
PUT https://gateway.orkeia.ai/agents/{id}/enable
authorization: <tu_token> Content-Type: application/json
{ "id": "ID del agente (obligatorio)" }
{ "enabled": true/false }
curl -X PUT "https://gateway.orkeia.ai/agents/agent123/enable" \ -H "authorization: <tu_token>" \ -H "Content-Type: application/json" \ -d '{ "enabled": true}'
{ "status": "OK", "data": { "true"} }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
¿Esta página le ayudó?