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
| Method | POST |
| Path | /api/contracts/simulate |
| Auth | public (no key) |
| Group | Contracts · Contracts Simulate |
Request
curl -X POST https://zeqsdk.com/api/contracts/simulate \
-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.