English
Documentation
How to use the Orkeia AI platform
Returns detailed information about a specific agent.
GET https://gateway.orkeia.ai/agents/{id}
authorization: <your_token> Content-Type: application/json
{ "id": "Agent ID (required)" }
curl -X GET "https://gateway.orkeia.ai/agents/agent123" \ -H "authorization: <your_token>"
{ "status": "OK", "data": { "Agent": { "name": "Agent Name", "enabled": "true", "model": "sabia-3", "auto": "false", "reasoning": "false", "publisher": "ork-123", "temperature": "1", "role": "content creator", "objective": "aims to perform such a task", "referencies": "reference text", "can.delegate": "false", "can_code": "false", "multimodal": "false", "sectors": ["market"], "tools": ["web_scrapper"], "knowledgeBases": ["market_base"] }, }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
{ "id": "agent123", "name": "AI Agent", "enabled": true }
Was this page helpful?