Skip to main content

POST /api/contracts/simulate

accept a machine API key (Bearer zsm_*) as well as a session, so a CI pipeline can lint → simulate → deploy with one credential. The inline dry-run only uses the caller zid as a created_by fallback; the

MethodPOST
Path/api/contracts/simulate
DomainContracts · Contracts Simulate
Tiercomputation (public)
Authuser

Request

curl -X POST https://zeqsdk.com/api/contracts/simulate \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.