User: ZOOZ | Status: online
| Header | Value | Used for |
|---|---|---|
X-API-Key | your api key | All /chat /code /agents /generate endpoints |
X-Admin-Key | your admin key | /metrics /improve/run /agents/retrain |
| Method | Path | Description |
|---|---|---|
| POST | /chat | Chat (auto CoT for complex questions) |
| POST | /chat/stream | Streaming chat (SSE) |
| POST | /think | Chain-of-thought + reflection |
| POST | /code/assist | Code generation / debug |
| POST | /code/verify | Safety + quality check |
| POST | /code/run | Execute Python safely |
| POST | /agents/run | Run any agent (built-in or ClawHub) |
| POST | /tasks/run | Parallel multi-task |
| WS | /ws | WebSocket streaming chat |
| GET | /health | Health check |
| GET | /docs | Swagger UI (all endpoints) |
Status: ❌ not set (add DISCORD_TOKEN to env)
Set DISCORD_TOKEN and DISCORD_OWNER_ID in your env file to enable.