Contract-first · Deterministic · Auditable
ProofGate API Docs
Deterministic consequences for probabilistic models. This spec is the contract — stable, testable, and production-safe.
Quick start
Install SDK, point to the base URL, ship deterministic execute flows.
npm
Install
npm i proofgate
Base URL
https://api.proofgate.dev
Example
curl https://api.proofgate.dev/health
This page forces Redoc to render with https://api.proofgate.dev as the server.
Open →Official API
All requests should target https://api.proofgate.dev.
If you regenerate your spec, keep servers.url set to prod.
SDK-first
Use the production SDK to avoid footguns and standardize request/response handling.
npm i proofgate
OpenAPI as contract
Treat the spec as canonical: generate clients, validate payloads, and lock behavior.
Download /openapi.yamlReference
Full endpoint reference rendered from /openapi.yaml.
Base URL (canonical): https://api.proofgate.dev