1. What ai compliance means on the gateway
A compliance pack is a framework expressed as controls. Installing a pack materializes two real, editable objects in your workspace:- one Guardrail — the content-plane controls (PII, secrets, unsafe output) the framework expects on requests and responses;
- one Firewall policy and its rules — the action-plane controls (which tool calls, MCP dispatches, and egress destinations are allowed).
Browsing the catalog, installed packs, and readiness is open to every
workspace Member and is free. Installing a pack and going live
require workspace Admin and a paid plan. Generating a report is
also Admin — the free plan includes one PDF report; CSV/JSON exports
and additional reports require a paid plan. Setting residency is
Admin-gated. See Plan gating.
2. Observe before you enforce
A freshly installed pack lands in observe mode: guardrail actions are coerced toflag (annotate, don’t block) and the firewall policy runs in
shadow (it logs [shadow] would … instead of denying). Nothing your
agents do is interrupted while you learn what the controls would have
caught.
When the match and event feeds look clean, you go live — the same
objects switch to real enforcement. This observe-then-enforce arc is the
single most important habit in compliance rollout, and it has its own
page.
Observe vs enforce
The full rollout arc — what observe mode logs, how go-live flips it,
and how to read the signal before you commit.
What a pack contains
The exact guardrail and firewall objects a pack materializes, and how
they map to the framework’s controls.
3. Pick a framework
The catalog covers general security and AI-governance frameworks (soc2, iso_27001, iso_42001, nist_ai_rmf, eu_ai_act,
owasp_llm), sector regimes (hipaa, pci_dss, glba,
nist_800_53), and a wide set of regional privacy laws
(gdpr, uk_gdpr, ccpa, and more). Browse the live list rather than
hard-coding it.
SOC 2
HIPAA
GDPR
EU AI Act
ISO 27001
ISO 42001
NIST AI RMF
OWASP LLM Top 10
PCI DSS
CCPA
All frameworks
Control matrix
4. Install a pack (one concrete flow)
Install runs from the console under Compliance → Catalog, as a workspace Admin. The action is server-gated to a paid plan; it materializes the guardrail and firewall objects in observe mode. The console drives this management route for you (it uses your session, not a relay key):5. Signed, verifiable reports
A compliance report is evidence an auditor can trust without trusting you. Every report carries a SHA-256 content hash and an Ed25519 signature over that hash, and is exportable as CSV, JSON, or PDF. The signature is publicly verifiable — anyone with the report and OrcaRouter’s public key can confirm it was not altered.Generate and sign
Generate and sign
A workspace Admin generates the report; it is hashed and signed at
creation. See Signed report.
Verify a report
Verify a report
Fetch the public key from
GET /api/public/compliance/pubkey and
POST /api/public/compliance/verify the report — no account needed.
See Verify a report.Share with an auditor
Share with an auditor
6. Data residency for evidence
Residency on the gateway governs where your signed compliance reports are stored and served — not where inference runs. Each report is stamped with your declared region, and a report is only served under a matching declared region; a cross-region read is withheld. The region is one ofus, eu, uk, ap, cn, or global, settable
by a workspace Admin:
Data residency
Set and change the region your evidence is stored and served under.
Cross-region reads
Why a report stamped one region won’t serve under another, and how to
handle multi-region programs.
7. Retention and erasure
Two clocks matter for ai compliance, and both have customer-observable defaults:| Subject | Default | Hard limit |
|---|---|---|
| Request-log retention | 30 days | 180 days (server-clamped) |
| User-deletion grace | 30 days, then PII scrub | — |
8. Where this fits
Compliance reads the same controls the rest of the security model configures. If you are landing here first, start with the concepts:Shared responsibility
What the gateway secures versus what stays yours — the honest boundary
map for any compliance claim.
Enforcement modes
Observe, audit, and enforce — the shared vocabulary behind go-live.
The control stack
Keys, guardrails, firewall, and audit as one picture.
Glossary
Pack, readiness, residency, attestation, and the rest of the terms.
