Skip to main content

v0.1.0 — March 2026

Initial private beta release.
  • POST /api/v1/contracts — create data contracts
  • POST /api/v1/contracts/infer — infer schema from sample data
  • GET /api/v1/contracts — list contracts (paginated)
  • GET /api/v1/contracts/{id} — get a single contract
  • POST /api/v1/check — run a schema check (1 credit)
  • GET /api/v1/checks/{id} — retrieve historical check
  • GET /api/v1/usage — credits and check count
  • POST /api/v1/webhooks — register webhook (HTTPS only, HMAC-SHA256 signed)
  • GET /api/v1/webhooks — list webhooks
  • DELETE /api/v1/webhooks/{id} — delete webhook
  • GET /api/v1/keys — list API keys
  • POST /api/v1/keys — create API key
  • POST /api/v1/keys/{id}/revoke — revoke key
  • POST /api/v1/keys/{id}/activate — reactivate key
  • DELETE /api/v1/keys/{id} — hard delete key
  • GitHub Actions integration guide
  • Slack alerts integration guide