POST /api/zeq/agent/operators/promote
Queue for admin review (skills are user-facing IP). Accepts either operator_id (NPD01-style) or skill_id (synth-*) and routes to the appropriate criterion check.
| Method | POST |
| Path | /api/zeq/agent/operators/promote |
| Auth | public (no key) |
| Group | Agents · Zeq Agent |
Request
curl -X POST https://zeqsdk.com/api/zeq/agent/operators/promote \
-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.