Skip to main content

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.)

MethodPOST
Path/api/zeq/agent/tick/:id
DomainCompute · Zeq Agent
Tiercomputation (public)
Authpublic (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.