Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Orpheus REST API reference
http://localhost:7777
http://YOUR_SERVER_IP:7777
POST
/v1/deploy
/v1/agents/{name}/run
GET
/v1/agents
/v1/agents/{name}/stats
/v1/execlog
?source=http|mcp
/metrics
DELETE
/v1/agents/{name}
{ "data": { ... }, "error": null }
{ "data": null, "error": "Error message" }
curl -X POST http://localhost:7777/v1/deploy \ -H "Content-Type: application/octet-stream" \ --data-binary @agent.tar.gz
curl -X POST http://localhost:7777/v1/agents/my-agent/run \ -H "Content-Type: application/json" \ -d '{"input": {"query": "hello"}}'