1. What eu ai act compliance covers on the gateway
Theeu_ai_act pack maps the EU Artificial Intelligence Act
(jurisdiction EU, effective 2024-08-01) to three content-plane
controls. Each one is a real, editable guardrail rule — not a checkbox —
built from the same preset library you can author against by hand.
Prohibited-practice guard — Art. 5
Prohibited-practice guard — Art. 5
Blocks manipulation and jailbreak attempts that drive prohibited
behaviour. Built from the Prompt-Injection Basics preset plus a
jailbreak regex-block rule, so injection and jailbreak intent are
caught on the request before the model sees them.
Transparency — Art. 50
Transparency — Art. 50
Enforces a disclosure so users know they are interacting with AI.
Built from the Legal Disclaimer Enforce preset, which flags output
that gives definitive legal/financial advice for team review.
Record-keeping — Art. 12
Record-keeping — Art. 12
Logs guardrail decisions for the technical record. Built from the
Compliance Logger (observe-only) preset — it records PII
occurrences and policy decisions without blocking or modifying
traffic.
These are the obligations the gateway can carry: enforcement on
inputs and outputs, a disclosure surface, and a decision record.
Organizational duties the regulation also imposes — your Art. 9 risk
management system and Art. 14 human-oversight measures — live in the
pack’s control matrix as
Organizational: true items for you to evidence
outside the gateway. See shared responsibility.2. One concrete example: install, observe, go live
Pack work uses your console session (UserAuth) — not a relaysk-orca-… key. Browsing the catalog and checking readiness are free for
any workspace Member; installing is a workspace Admin action
on a paid plan, enforced server-side so a direct API call can’t bypass
the gate.
Browse and check readiness (Member, free)
Open Compliance → Frameworks and select EU AI Act. Readiness
shows how the three controls map to your current policies before you
commit to anything.
Install the pack (Admin, paid)
Installing from the console issues
POST /api/compliance/packs/eu_ai_act/install.
One call materializes the controls into a real, editable guardrail
tagged with the pack’s provenance — created in observe mode, so it
flags instead of blocking and you collect “would-have-blocked”
evidence on live traffic without affecting it.Watch the matches
Review what the prohibited-practice and transparency controls would
catch in the Guardrails matches feed
(
GET /api/guardrail/match, Member). Tune any rule in the console —
it’s a standard guardrail, so every edit, version, and revert path
works unchanged.3. Ship a signed, verifiable report
When you’re enforcing, generate the compliance report: an Ed25519-signed, SHA-256-stamped artifact you can export as CSV, JSON, or PDF and hand to an auditor. Anyone can verify it without an account.Signed report
What the report contains and how it’s signed.
Verify a report
The public verify endpoint and pubkey — auditors confirm authenticity
independently.
us / eu / uk / ap / cn / global). For an EU AI Act
filing you’ll usually set residency to eu; a report is only served under
a matching declared region, and cross-region reads are withheld.
4. EU AI Act alongside the rest of your program
The EU AI Act rarely lands alone. The same install flow covers the adjacent AI-governance and EU-privacy frameworks, each materializing its own editable controls (the AI-governance packs are guardrail-only; the GDPR pack also adds a firewall policy for its cross-border-transfer control):| Pack | Framework |
|---|---|
iso_42001 | ISO/IEC 42001 AI management system |
nist_ai_rmf | NIST AI Risk Management Framework |
gdpr | EU General Data Protection Regulation |
ISO 42001
AI management-system evidence.
NIST AI RMF
Map / Measure / Manage controls.
GDPR
EU personal-data obligations.
5. Where to go next
Install a pack
The full install mechanics, shared across every framework.
Observe vs enforce
How observe mode turns into live enforcement, deliberately.
Guardrails reference
The content-plane controls the EU AI Act pack is built from.
Prompt injection
The threat the Art. 5 prohibited-practice guard defends against.
