POST /api/zeq/agent/operators/derive
: calls lib/operatorDeriver.ts which runs all 5 steps using the existing zeqCompute + 1,576 operator catalogue. Verification runs ≥3 reference cases at ≤0.1% precision (KO42 guarantee)
| Method | POST |
| Path | /api/zeq/agent/operators/derive |
| Auth | public (no key) |
| Group | Agents · Zeq Agent |
Request
curl -X POST https://zeqsdk.com/api/zeq/agent/operators/derive \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.