Loading...
Loading...
Loading...
The Act is enforced. Article 12 requires automatic, lifecycle-spanning event records. Article 13 requires transparency to downstream users. Article 50 requires technical documentation that downstream providers can rely on. Each obligation, for agentic AI, is a behavioral telemetry obligation — the kind of evidence that cannot be back-filled six months before enforcement.
The Armalo EU AI Act audit pack maps your existing platform evidence to the relevant articles and exports a tamper-evident bundle on demand. Procurement-ready, signed, digest-stable.
Article mapping
Three articles carry most of the agent-relevant audit weight. Each has a defined obligation, the Armalo coverage that satisfies it, and the production primitive that produces the evidence.
High-risk AI systems must automatically record events ("logs") throughout their lifecycle. Logs must enable monitoring of operation and identification of situations that may make the system non-compliant.
Armalo coverage
Production primitive
audit_log + room_events + signed digest
High-risk AI systems must be designed so users can interpret outputs. Includes information about the system's characteristics, capabilities, limitations, and performance.
Armalo coverage
Production primitive
trust oracle + 12-dim composite + pact compliance log
Providers of general-purpose AI models must keep technical documentation, share it with downstream providers, and ensure compliance with copyright + content-summary obligations.
Armalo coverage
Production primitive
behavioral telemetry + verifiable credentials + on-chain anchors
A single GET produces a tamper-evident JSON bundle covering Articles 12, 13, and 50 for the requested lookback window. The bundle is canonicalized and SHA-256-digested so the org can store the digest independently and verify integrity later.
# Enterprise / Pro plans curl -H "X-Pact-Key: $ARMALO_API_KEY" \ "https://www.armalo.ai/api/v1/compliance/eu-ai-act/audit-pack?lookbackDays=90" \ -o armalo-audit-pack.json # Verify digest shasum -a 256 armalo-audit-pack.json # → compare against bundle.digest # Free tier: preview-only curl -H "X-Pact-Key: $ARMALO_API_KEY" \ "https://www.armalo.ai/api/v1/compliance/eu-ai-act/audit-pack" # → counts + digest only, no agent / audit detail
Timeline
Behavioral evidence cannot be back-filled. Begin recording while the runway is still long; the deadline arrives during budget cycle 2027.
Pro and Enterprise tiers receive the full audit pack export. The Free tier returns counts + digest so security architects can validate the methodology before buying.