Closed Beta — Aira is currently invite-only. Request access to join the early program.
v3.8.1 — 61 models, 13 providers, Gateway GA

Prove what your AI agents did.
To any regulator.

Aira is the authorization and audit layer for AI agents. Gate actions with policies, sign outcomes with Ed25519 receipts, and hand regulators cryptographic proof — not log files.

EU AI Act Article 12 deadline: August 2, 2026. DORA is active now. One-click compliance bundles mapped article-by-article.

pip install aira-sdknpm install aira-sdk
The two-step flow
from aira import Aira

aira = Aira(api_key="aira_live_...")

# Step 1 — authorize before executing
auth = aira.authorize(
    action_type="wire_transfer",
    details="Send €75,000 to vendor X",
    agent_id="payments-agent",
)

if auth.status == "authorized":
    result = send_wire(75000, to="vendor")

    # Step 2 — notarize the outcome, mint receipt
    receipt = aira.notarize(
        action_uuid=auth.action_uuid,
        outcome="completed",
        outcome_details=f"ref={result.id}",
    )
    # receipt.signature → Ed25519
    # receipt.verify_url → public, no auth needed

What Aira does

Compliance

Integrations

API Reference

Built for EU AI Act · DORA · SR 11-7 · ISO 42001 · SOC 2 CC7 · GDPR