Documentation

Everything you need to integrate governance: HTTP API reference, official SDKs, framework guides, runbooks, launch checklists, optional enterprise SSO (SAML / OAuth) for dashboard sign-in, and Policy-as-Code via GitHub for ruleset JSON.

Core API (at a glance)

  • POST /api/v1/evaluate

    Run policy evaluation; may return auto-approval, pending human review, or rejection. Send your API key as Authorization: Bearer ….

  • POST /api/v1/receipt

    Record execution after downstream work completes for an approved or auto-approved evaluation.

In the dashboard, Governance analytics (/dashboard/analytics) summarizes per-workspace approval rates, human decision latency, and rejection reasons — definitions in Governance analytics.

Policy-as-Code — sync rulesets from GitHub on push (signed webhook + optional manual sync). See Policy-as-Code (GitHub).

Enterprise SSO /login can show SAML (via Supabase signInWithSSO) and optional OAuth provider buttons. Configure your IdP, redirect URLs, and env flags as described in Enterprise SSO (SAML & OIDC).

All guides

Official SDKs (source)

Python and TypeScript clients live under integrations/ in the repo — see Framework integrations.

View integration guide