Pricing

What are your AI agents doing in production?

An auditor asks for compliance proof. A model hallucinates in prod. A client disputes an AI decision. Can you prove what happened?

20,100+ compliance checks completed

Copies install command. Paste in terminal, scan in your IDE. No account needed.

Unlimited scans + Annex IV docs + tamper-proof audit trail. No charge until day 15.

Works with Claude Code · Cursor · Windsurf
No account needed to scan. and scan in your IDE.
High-risk deadline: August 2026 · GPAI rules: already in force

Is your AI project auditable? Find out before the regulator does.

Most teams shipping AI can't answer "are we compliant?" yet. Scan your codebase for EU AI Act & GDPR gaps right from your IDE. Free, no key required.

Install in your MCP config

npx @anthropic-ai/create-mcp --name eu-ai-act --url https://trust.arkforge.tech/mcp/eu-ai-act

Then ask your AI assistant: "Scan this project for EU AI Act compliance."

Want scan history & CI/CD integration?

Free scans work. But when the auditor asks for your compliance history, you need records that persist.

Just want to try it?

Free — no account needed

10 scans per day. Zero friction.

EU AI Act + GDPR compliance in your IDE. No credit card, no signup, no API key required.

3 steps to your first scan

1 Install npx @anthropic-ai/create-mcp --name eu-ai-act --url https://trust.arkforge.tech/mcp/eu-ai-act

or via pip: pip install eu-ai-act-scanner then claude mcp add eu-ai-act-scanner

2 Open your IDE Claude Code, Cursor, or Windsurf
3 Scan Ask your AI: “Scan this project for EU AI Act compliance”

No API key needed for free scans. Get a free key for scan history + CI/CD.

17,800+ compliance scans run
Works with Claude · Cursor · Windsurf
Open source (MIT)
EU AI Act general-purpose AI rules apply August 2025
Annex IV documentation package included in Pro
Free: no credit card. Pro trial: no charge for 14 days. Cancel anytime.

Need the Trust Layer cryptographic audit trail?

Up and running in 60 seconds

1

Install the MCP tool

Add the EU AI Act MCP server to Claude, Cursor, or Windsurf. No configuration required.

2

Scan your project

Ask your AI assistant: "Scan this project for EU AI Act compliance." The tool analyses your codebase.

3

Get a compliance report

Risk category, obligations list, gaps, and a remediation roadmap — structured JSON or readable report.

High-risk deadline: August 2026. Is your project audit-ready?

Free scans identify your gaps. Pro generates the Annex IV documentation package and tamper-proof history that auditors require.

Pro: no charge for 14 days. Cancel anytime.

Can you prove what your AI agent just did?

When your agent executes a trade, sends a message, or makes a critical decision -- you need more than logs. You need dispute-proof, independently verifiable evidence.

Or start a 14-day Pro trial (5,000 proofs/month, no charge until day 15)

EU AI Act compliance deadline: August 2026. High-risk AI systems (Art. 9, 13–15, 17) must maintain tamper-proof audit trails. Build your Art. 9–17 audit trail before the deadline →

17,800+ proofs generated
3 independent witnesses per proof
Open source (MIT)
3 cryptographic witnesses on every proof
Public Sigstore Rekor transparency log
Free: no credit card. Pro trial: no charge for 14 days. Cancel anytime.

EU AI Act compliance deadline: August 2026. High-risk AI systems (Art. 9, 13–15, 17) must maintain tamper-proof audit trails. Build your Art. 9–17 audit trail before the deadline →

17,800+ proofs generated
3 independent witnesses per proof
Open source (MIT)
3 cryptographic witnesses on every proof
Public Sigstore Rekor transparency log
Free: no credit card. Pro trial: no charge for 14 days. Cancel anytime.

EU AI Act compliance deadline: August 2026. High-risk AI systems (Art. 9, 13–15, 17) must maintain tamper-proof audit trails. Start building your audit trail now →

Free

0 EUR / month
  • 500 proofs per month
  • SHA-256 + 3 witnesses (Ed25519, RFC 3161 TSA, Sigstore Rekor)
  • Public verification page per proof
  • JSON + HTTP headers + HTML proof
  • External payment receipt verification (optional)
  • Agent reputation score (0–100)
  • Standard REST API
  • Open source (MIT)

No credit card. Instant key. 30 seconds.

500 proofs/month. Need more? Pro gives you 5,000 with opt-in overage.

All plans generate identical proofs. Higher plans add volume and a lower overage rate.

Need higher volume?

Enterprise (50K proofs, 149€/mo) and Platform (500K proofs, 599€/mo) plans available.

Contact us →

What does a proof look like?

Each proof is a cryptographic receipt with 3 independent witnesses. Here is a real one.

proof output
{ "proof_id": "prf_20260303_161853_4d0904", "spec_version": "2.0", "hashes": { "chain": "sha256:e1a88d6b...", // tamper-proof seal "request": "sha256:bf6a5be7...", "response": "sha256:4f702d8e..." }, "arkforge_signature": "ed25519:soR6HtvN...", // Ed25519 origin proof "payment_evidence": { // verified Stripe receipt "receipt_content_hash": "sha256:960c68c8...", "parsing_status": "success", "parsed_fields": { "amount": 1.0, "currency": "eur" } }, "verification_url": "https://arkforge.tech/trust/v1/proof/prf_..." }
See a live proof →

Up and running in 30 seconds

1

Get your key

Enter your email. Get an API key instantly. No credit card, no confirmation email.

2

Send a request

Call POST /trust/v1/proxy with your target API. ArkForge forwards it and creates the proof.

3

Verify anytime

Each proof has a public URL. Verify the SHA-256 hash, Ed25519 signature, and timestamp independently.

terminal
$ curl -X POST https://arkforge.tech/trust/v1/proxy \ -H "X-Api-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"target": "https://api.example.com/v1/run", "method": "POST", "payload": {"task": "translate", "text": "hello"}}'

Frequently asked questions

What is a "proof"?

A proof is a cryptographic receipt for an API call. It records what was sent, what was returned, and when — signed by ArkForge, timestamped by an independent authority, and logged in a public transparency ledger.

Is there a long-term commitment?

No. The Free plan is commitment-free. Pro and Enterprise are monthly subscriptions, cancellable at any time. Overage billing is strictly opt-in with a configurable cap (5–100 EUR).

What happens if I exceed my monthly quota?

By default, requests beyond the quota are rejected with HTTP 429. If you enable opt-in overage, additional proofs are billed at 0.01 EUR/proof (Pro) or 0.005 EUR/proof (Enterprise), up to your configured cap.

Can I upgrade from Free to Pro?

Yes, start your 14-day free trial to activate your subscription.

What does each proof include?

Every proof includes a SHA-256 fingerprint and three output formats: JSON API response, HTTP headers, and a public HTML verification page. All plans include 3 independent witnesses: Ed25519 signature, RFC 3161 timestamp, and a Sigstore Rekor transparency log entry. Optionally, attach a Stripe receipt URL as a 4th witness.

What is the difference between Free and Pro proofs?

The cryptographic content is identical. Pro offers 10× more proofs per month (5,000 vs 500), access to opt-in overage, and a monthly SLA. Enterprise offers 100× the volume and a lower overage rate (0.005 EUR/proof).

Do your timestamps have legal evidential value?

All plans use RFC 3161 timestamps issued by WebTrust-certified TSA providers (FreeTSA, DigiCert, Sectigo). These timestamps carry evidential weight in many jurisdictions. They do not constitute a qualified electronic timestamp under eIDAS Regulation (Article 42). For use in formal legal proceedings, consult a qualified lawyer. Contact us for a use-case assessment.

When something goes wrong, will you have proof?

Every agent action becomes a dispute-proof receipt. 500 proofs/month free. No credit card.

Pro trial: 14 days free, no charge until day 15, cancel anytime.

EU AI Act deadline: August 2026 — build your compliance audit trail before the mandate hits.