DSG

DSG ONE

ProofGate Control Plane

DSG ONE — AI Runtime Control Plane

Developer docs: deterministic gate API flow

Use this page to understand runtime governance flow, endpoint purpose, evidence boundary, and next integration action.

Runtime flow

  1. 1. GET /api/dsg/v1/policies/manifest

    Fetch deterministic policy manifest metadata before execution.

  2. 2. POST /api/dsg/v1/gates/evaluate

    Run gate evaluation for an action request and receive structured constraint outcomes.

  3. 3. POST /api/dsg/v1/proofs/prove

    Generate deterministic proof scaffold output for the evaluated request.

  4. 4. POST /api/execute

    Protected execution entry for governed runtime actions.

  5. 5. POST /api/spine/execute

    Runtime-native execution path for deeper integration scenarios.

  6. 6. GET /api/health

    Public availability probe for service baseline checks.

Claim boundary

  • • Verified scaffold: static_check solver, deterministic TypeScript proof/gate outputs, and structured constraint fields.
  • • Not claimed: external Z3 production invocation.
  • • Not yet verified on this page: JWT/JWKS auth completion, WORM storage completion, cryptographic signing completion.