Welcome to CompliPilot. Whether you just redeemed a Lifetime code or signed up for the free tier, these 5 steps + the features index below cover everything you need. New to the regulation? Start with our EU AI Act compliance guide for the foundational background.
Sign up at /login with your work email. No credit card required for the free tier (3 classifications/month).
After signup, your raw API key is shown once on the dashboard. Save it — it's also sent to your inbox as a permanent fallback.
Use the 12-question wizard at /audit-questionnaire or POST to /api/classify with your answers array. You'll get the EU AI Act risk tier (prohibited / high-risk / limited / minimal) + obligations + Articles.
Once classified, use /api/policy to draft the AI Act policy, /api/checklist for the compliance gap analysis, and /api/document-generator for templates.
Get a public SVG badge of your tier at /api/badge/<your-org-slug> — embed in your website footer.
Every feature CompliPilot ships, how to reach it from the UI, and the API endpoint behind it.
| Feature | What it does | UI path | API |
|---|---|---|---|
| AI Act Risk Classifier | 12-question wizard mapping your system to Annex I/II/III/IV. | /audit-questionnaire | POST /api/classify · /api/v1/classify |
| Policy Generator | Draft the mandatory AI Act policy document with your inputs. | /generate | POST /api/policy · /api/v1/policy |
| Compliance Checklist | Gap analysis vs Articles 9, 10, 13, 50, 52, 55. | /checklist | POST /api/checklist |
| Document Generator | Generates technical documentation per Annex IV requirements. | /document-generator | POST /api/document-generator |
| EUR-Lex Article Lookup | Canonical metadata for any AI Act article (Reg. 2024/1689). | /api/v1/eurlex?article=6 | GET /api/v1/eurlex?article=N |
| Cross-Reference Engine | Returns related articles + rationale for a given starting article. | /api/v1/cross-ref?article=9 | GET /api/v1/cross-ref?article=N |
| Public Compliance Badge | SVG badge showing your tier — embed in footer. | /api/v1/badge?org=acme-tech | GET /api/v1/badge?org=<slug> |
| AI Risk Assessment | Public risk-scoring report for any AI use case. | /ai-risk-assessment | — |
| Free Compliance Scan | URL-based heuristic scan, no signup required. | /scan | POST /api/scan |
Need help with a specific scenario? Email hello@complipilot.dev — we reply within 48 hours.