Is your AI startup
EU AI Act compliant?
Find out if you're a provider or deployer. Get your risk tier, your exact obligations, and a personalized SDK config. Takes 2 minutes.
Start Free Assessment →Answer a few questions
Your role (provider or deployer), what your AI does, who it affects, and whether it involves regulated areas.
Get your risk tier and obligations
Instant classification into one of 6 tiers under the EU AI Act, with role-specific obligations for your exact situation.
Ship compliant
Get a personalized pip install config, PDF report, and README badge.
What is the EU AI Act?
The EU AI Act (Regulation (EU) 2024/1689) is the world's first comprehensive AI regulation. It defines risk tiers and imposes different obligations depending on whether you build AI systems (provider) or use them (deployer).
Already in force
Prohibited practices (Art. 5) since Feb 2025
August 2025
GPAI model obligations (Art. 51-56)
August 2, 2026
Transparency (Art. 50) + high-risk requirements (Art. 6-49)
If you're building or deploying AI products that serve EU customers, you need to know your risk tier and which obligations apply to your role. This free assessment tells you in 2 minutes.
agentguard-eu: Runtime Compliance SDK
Wrap your LLM calls with EU AI Act compliance. Audit logging, content policies, contextual disclosures, human escalation. One pip install.
pip install agentguard-eu
from agentguard import AgentGuard, wrap_openai
guard = AgentGuard(system_name="my-ai", provider_name="My Co")
client = wrap_openai(openai_client, guard)