POST /api/zeq/agent/tick/:id
b. POST /tick/:id — manually advance one generation (Driver / poll endpoint while we don't have an in-process daemon yet.)
| Method | POST |
| Path | /api/zeq/agent/tick/:id |
| Domain | Compute · Zeq Agent |
| Tier | computation (public) |
| Auth | public (no key) |
Request
curl -X POST https://zeqsdk.com/api/zeq/agent/tick/CONTRACT_ID \
-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.