Overview
Traditional AI compliance relies on retroactive audit logging, which is structurally insufficient for non-deterministic (probabilistic) models. The BiDigest API transitions enterprise risk management to Governance-as-Code by enforcing a strict Machine Handshake at the execution boundary.
This brief outlines the three-stage deployment of the Admissibility Gateway to secure your LLM orchestration layer against Narrative Drift and unauthorized shadow citations.
Phase 1: Anchoring the Ground Truth (Provisioning)
Before API deployment, the enterprise tenant is provisioned by establishing an immutable Ground Truth.
- The Anchor: Authorized regulatory identifiers (e.g., SEC REG, FINRA ID, NPI, LEI) are mapped to your verified corporate domain within the BiDigest registry.
- The Function: This yields a deterministic, machine-readable dataset — the reference your autonomous agents must verify against before executing a high-risk action.
Phase 2: Routing the Execution Boundary (The Intercept)
The BiDigest API acts as a strict, fail-closed checkpoint for agentic workflows.
- The Integration: Route your orchestration layer (LangChain, Copilot Studio, AWS Bedrock, or custom pipelines) through
POST /api/v1/admissibility/verify. - The Intercept: Before an agent commits a high-risk action or surfaces synthesized data to an end-user, the payload (context + proposed citations) is evaluated by the Admissibility Gateway.
Phase 3: Machine Handshake & Decision Receipt (Resolution)
At the execution boundary, the gateway evaluates the payload against anchored Ground Truth. Resolution is deterministic — no generative step at this layer.
- Outcome A (Approve): When every
shadow_citationmatches the provisioned allow-list, the API returns 200 OK withadmissibility_status: APPROVEDand a cryptographic Decision Receipt (compact JWS) binding timestamp, input hash, outcome, and policy result. - Outcome B (Fail-closed): When a citation is not in Ground Truth (Narrative Drift / shadow source), the API returns 403 Forbidden with
NARRATIVE_DRIFT_DETECTEDand a signed receipt recording the denial — the transaction is severed before unverified liability is incurred.