Now Open Source
Attestix
The EU AI Act takes effect August 2, 2026. Non-compliant organizations face fines up to EUR 35 million or 7% of global revenue. Attestix is like TurboTax for AI compliance: it automates the documentation, identity verification, and audit trails your AI agents need to stay legal. Install once, generate cryptographic proof of compliance on every run.
Open source. Apache 2.0 license.
Architecture
9 Modules, One Coherent Stack
Technology Stack
Standards, Clients, and Infrastructure
Code Examples
# Create a verifiable identity for your AI agent
# Generates a UAIT (Unique Agent Identity Token) and DID
result = await create_agent_identity(
display_name="compliance-auditor",
source_protocol="manual",
capabilities="audit, verify, report",
description="Automated compliance auditing agent",
issuer_name="Acme Corp",
expiry_days=365
)
# Returns:
# - agent_id: "attestix:a1b2c3..."
# - did: "did:key:z6Mk..."
# - public_key: Ed25519 public keyUse Cases
Compliance Pipeline
Identity creation to compliance assessment to credential issuance in one flow.
[2026-02-27 09:15:22] IDENTITY
Agent identity created. UAIT assigned.
[2026-02-27 09:15:24] PROVENANCE
Training data recorded. Hash chain extended.
[2026-02-27 09:15:27] CREDENTIAL
Verifiable credential issued. Ed25519 signed.
[2026-02-27 09:15:30] COMPLIANCE
Conformity declaration generated.
[2026-02-27 09:15:33] ANCHOR
Anchored to Base L2 via EAS. Tx confirmed.
Audit Trail
Hash-chained provenance tracking from identity to blockchain anchoring.
Voices on AI Agent Trust
What People Are Saying
Researchers, founders, and industry leaders validating the need for verifiable trust infrastructure in AI agent systems.