Built for Bank of Israel · PPA · EU AI Act

When the regulator asks,
you already have the answer.

The 3-line SDK that turns every AI agent decision into a tamper-evident audit trail. One-click evidence bundles. Bank of Israel Directive 369. Privacy Protection Amendment 13. EU AI Act Article 12. All mapped.

~/your-project · zsh
# Install $ pip install ai-integrity # Add 3 lines to your agent from ai_integrity import AgentClient client = AgentClient(api_key="aik_live_...") @client.track(tool="credit_decision") def process_loan(application): result = my_llm.analyze(application) return result # Audit trail activates automatically. # Get a signed evidence bundle in 30 seconds: $ curl https://api.ai-integrity.dev/v1/runs/run_8a3f2c/evidence.zip \\ -H "X-API-Key: aik_live_..." -o evidence.zip # evidence.zip contains: # audit.json — every event, hash-chained # audit.txt — human summary # chain_proof.txt — proof of integrity # summary.md — explainer for regulators # signature.sig — Ed25519 signature
Built for the regulators you actually face
🇮🇱 Bank of Israel
🇮🇱 Privacy Protection Authority
🇮🇱 Ministry of Health
🇪🇺 EU AI Act
🇺🇸 SOC 2 · HIPAA

Built for the moment the auditor walks in.

No more screenshots, no more spreadsheets, no more "we'll get back to you in 2 weeks."

30s
to install
click to evidence bundle
0%
probability of undetectable tampering

Three lines of code.
Three questions answered.

Every auditor asks the same three things. AI Integrity turns each into a one-click artifact.

01

"What did the agent do?"

Every tool call, LLM call, and decision is recorded automatically with full inputs, outputs, and metadata. Nothing to write. Nothing to remember.

02

"Why did it do that?"

Each event includes the reasoning chain, the policies evaluated, and the decision rule that fired. Written in policy-as-code that your auditors can read.

03

"Prove it wasn't changed."

SHA-256 hash chain. Each event links to the previous one cryptographically. Ed25519 signature on the bundle. The auditor verifies in 10 seconds without installing anything.

Everything you need.
Nothing you don't.

Tamper-evident hash chain

SHA-256 link between every event. Modify any byte — the chain breaks. Auditors verify in Python without any special tool.

Policy as Code

Write rules in Markdown. Git-version them. The same policy engine runs in dev, CI, and production. No more policy that's "in someone's head."

Pre-built compliance packs

15 rules for Israeli banking, 14 for digital health. Import with one curl. Customize for your business. Done.

Live trace streaming

WebSocket stream of every decision as it happens. Drop into a Grafana-style dashboard. Useful for incident response.

Signed webhooks

Push events to Slack, Jira, SIEM. HMAC-SHA256 signed. Retries with exponential backoff. Your existing stack keeps working.

Re-evaluate history

Policy changed? Run the new policy against every past decision. The auditor gets a delta report in seconds.

Maps directly to the regulations you face.

No translation layer. No consulting hours. The evidence you generate is the evidence regulators expect.

Bank of Israel Directive 369
Model risk management, validation, ongoing monitoring, board reporting.
Bank of Israel Directive 364
IT risk management, cybersecurity governance, third-party controls.
Privacy Protection Amendment 13
Explainability for automated decisions, DPIA, data subject rights.
PPA AI Guidance (May 2025)
Continuous monitoring, bias testing, decision logging for AI systems.
Health Information Mobility Law 2024
FHIR standard, PHI access logging, patient consent for AI processing.
EU AI Act Article 12
6-month log retention, traceability, tamper-evidence for high-risk AI.
AML / Sanctions (Israel)
Suspicious pattern detection, sanction list screening, transaction logging.
SOC 2 Type II
Logging, monitoring, change management, evidence retention.
HIPAA
PHI access logging, audit trails, breach detection.

Open source. Honest pricing.

No "Contact Sales". No surprise invoices. Self-host or use the cloud.

Open Source
$0/forever
  • Full MIT-licensed codebase
  • Self-host anywhere
  • SQLite or PostgreSQL
  • All 30+ policies
  • Community support on GitHub
View on GitHub
Enterprise
$499+/month
  • Unlimited events
  • VPC self-host
  • Custom compliance packs
  • Dedicated engineer
  • SOC 2 Type 2 assistance
Contact

Stop scrambling when the auditor arrives.

30 seconds to install. 30 seconds to your first evidence bundle. Open source. No credit card.

npm install ai-integrity Read the docs