Warden

4 days to the EU AI Act

We make sure your AI agents are ready for the EU.

On August 2, the EU AI Act starts. Every AI agent your team uses goes on one list. We keep it up to date. When the EU asks for paperwork, you click one button. Set up in five minutes.

1 companies on the list · no card · 5-minute setup · or start free now →

Hosted in Germany · No data leaves the EU · See a real list at /glass

How it works

Three steps. That is it.

You add each AI you use to the list. You log what it does. When the EU asks for proof, you download it. You can do all three with a button click or a single line of code.

01

Register every agent.

Give each agent a slug, an owner, a mandate, and a daily budget. Anyone in your company can look up who is accountable in one click.

register-agent.ts
await fetch('/api/warden/agents', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer wk_live_xxx',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    slug: 'nora-inbox',
    name: 'Nora',
    owner: 'ops@yourco.eu',
    mandate: 'Draft inbox replies only.',
    daily_budget_usd: 5,
  })
})
02

Log every action.

Auto-registers the agent if it is new. Paused agents have their actions recorded as blocked. Continuous integrations for OpenAI, Anthropic, and Microsoft Entra ship usage automatically.

log-event.ts
await fetch('/api/warden/log', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer wk_live_xxx',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    agent: 'nora-inbox',
    action_type: 'reply.drafted',
    summary: 'Drafted reply to ACME on pricing.',
    cost_usd: 0.0042,
  })
})
03

Generate the dossier.

Article 50 transparency record per limited-risk agent. Article 26 deployer-obligations log per high-risk agent. Generated from your audit trail. Signed with sha256.

dossier.sh
curl https://warden.flowvolt.io/api/dossier/yourco \
  -H "Authorization: Bearer wk_live_xxx" \
  -o eu-ai-act-dossier.md

# returns a signed markdown dossier
# ready for your auditor or compliance team

The proof document

This is the document the EU wants.

Warden builds it from your list, automatically. You click one button. You get a PDF with every AI you use, who is in charge of it, what it did, and which EU AI Act rule applies to it. You give it to your auditor or your legal team. They stop asking.

  • One row per AI. Name, owner, what it is allowed to do, what it did in the last 30 days.
  • Which rule applies. If an AI talks to your customers, EU Article 50. If it decides who gets a loan, Article 26. Warden marks it for you.
  • A signature on the paper. Every download is signed. The EU sees the exact version you handed in.
  • No legal degree needed. The text is reviewed by a Dutch IT lawyer before launch. You hand it in as-is.
Get a sample for your company →

A real list, right now

This is what the list looks like.

One column for the AI. One column for what it did. Time, cost, status. That is it. The numbers below are real. They update while you read this page.

Agents on the register

FlowVolt's register populates as agents log activity.

Recent audit events

No public events in the last window. Open Glass Workforce for full history.

See the full register →

Pricing

Free until you have six AI agents.

No card to start. You only pay when the list grows.

Free

€0

forever

  • Up to 5 agents
  • Public register + Agent Passports
  • 30-day audit retention
  • Aug 2 readiness checklist
Start free
most-picked

Team

€490/mo

monthly or annual

  • Up to 25 agents
  • Approval queue + budget enforcement
  • Per-agent mandate tiers
  • 1-year audit retention
  • Webhooks + continuous integrations
  • EU AI Act dossier export
Start free, upgrade later

Company

€1,490/mo

monthly or annual

  • Unlimited agents
  • SSO + SCIM
  • Signed dossier PDF
  • 3-year audit retention
  • Priority connectors
  • Named EU compliance contact
Talk to us

Partner / MSP / accountant pricing on request. lars@flowvolt.nl

EU AI Act, in 90 seconds

What enforces on August 2.

What enforces on 2026-08-02?

Article 50 transparency, Article 4 AI literacy duties, the governance framework, GPAI Model rules. Penalties up to 3 percent of global turnover or €15M, whichever is higher.

What about Annex III high-risk systems?

The Omnibus reform (May 2026) postponed Annex III to December 2, 2027. The dossier Warden produces today is the same evidence regulators ask for in 2027. Land on a register before August 2 and you walk into 2027 with two years of clean trail.

Does Warden replace my SOC 2 stack?

No. Vanta and Drata own SOC 2. Warden is the AI-only layer above your existing compliance: agent register, mandate, audit, dossier. We work alongside, not against.

Is Warden EU-hosted?

Yes. Frankfurt, Germany. GDPR-native. No data leaves the EU. Operated by FlowVolt B.V., a Dutch registered company.

Start the list

August is 4 days away.

Add your first AI to the list now. Five minutes. No card. We send you one email when your account is ready.

1 companies are already on the list.