Zeq Agent
17 endpoints, generated from the live router zeqAgent.ts.
| Method | Path | Auth |
|---|---|---|
POST | /api/zeq/agent/spawn | key or session |
GET | /api/orb/:userZid | public |
GET | /api/zeq/agent/status/:id | key or session |
GET | /api/zeq/agent/lineage/:id | key or session |
POST | /api/zeq/agent/tick/:id | key or session |
POST | /api/zeq/agent/kill/:id | key or session |
GET | /api/zeq/agent/skills | key or session |
GET | /api/zeq/agent/skills/:id | key or session |
POST | /api/zeq/agent/operators/derive | key or session |
GET | /api/zeq/agent/operators/custom | key or session |
POST | /api/zeq/agent/operators/promote | key or session |
GET | /api/zeq/agent/mesh/:master_id | key or session |
GET | /api/zeq/agent/context-hash | public |
GET | /api/zeq/agent/list | public |
POST | /api/zeq/agent/page-chat | key or session |
POST | /api/zeq/agent/generate-html | key or session |
POST | /api/zeq/agent/mesh/:master_id/publish | key or session |
Source: shared/api-core/src/routes/zeqAgent.ts