Free
€0
forever
- Up to 5 agents
- Public register + Agent Passports
- 30-day audit retention
- Aug 2 readiness checklist
4 days to the EU AI Act
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.
Hosted in Germany · No data leaves the EU · See a real list at /glass
How it works
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.
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.
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,
})
})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.
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,
})
})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.
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 teamThe proof document
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.
A real list, right now
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.
FlowVolt's register populates as agents log activity.
No public events in the last window. Open Glass Workforce for full history.
Pricing
No card to start. You only pay when the list grows.
€0
forever
€490/mo
monthly or annual
€1,490/mo
monthly or annual
Partner / MSP / accountant pricing on request. lars@flowvolt.nl
EU AI Act, in 90 seconds
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.
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.
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.
Yes. Frankfurt, Germany. GDPR-native. No data leaves the EU. Operated by FlowVolt B.V., a Dutch registered company.
Start the list
Add your first AI to the list now. Five minutes. No card. We send you one email when your account is ready.