Documentation Index
Fetch the complete documentation index at: https://docs.continum.co/llms.txt
Use this file to discover all available pages before exploring further.
Interactive Setup (Recommended)
The fastest way to get started is with our interactive CLI:- Detect your existing framework (Next.js, Fastify, etc.) or help you set one up
- Guide you through configuration (product type, providers, compliance frameworks)
- Install the SDK automatically
- Generate config files and example code
- Set up real-time alerts (Slack, PagerDuty, Discord, Webhooks)
Starting from scratch? Run
npx continum init in an empty folder and it will help you set up a complete project with your chosen framework and Continum built-in!Manual Setup
1. Get your API key
Get your API key from the dashboard:- Sign in with GitHub
- Create a customer account (Individual or Company)
- Generate an API key
- Save it securely (you won’t see it again)
2. Install the SDK
3. Basic usage
Wrap any LLM call withprotect():
4. Global configuration (recommended)
For production, configure once and use everywhere:What happens next?
- Instant response: Your user gets the LLM response immediately (0ms added latency)
- Async audit: The interaction is audited for compliance violations
- Real-time alerts: Violations trigger alerts to your configured channels
- Signal stored: Results appear in your dashboard within seconds
Presets & Compliance Frameworks
Continum uses presets to automatically configure the right detection types for your use case:customer-support,legal-ai,fintech-ai,healthcare-aicoding-assistant,agent,content-generationinternal-tool,data-pipeline,education-ai
GDPR,CCPA,HIPAA,SOC2,ISO_27001EU_AI_ACT,FINRA,PCI_DSS,NIST_AI_RMF
Real-time Alerts
Get notified instantly when violations are detected:Blocking Mode
For high-risk scenarios, use blocking mode to wait for audit results:View your signals
Navigate to your dashboard to see compliance signals:- Risk level breakdown (LOW, MEDIUM, HIGH, CRITICAL)
- Violation types and reasoning
- Filter by provider, model, date range
- Export for compliance reports
Next steps
Configure SDK
Learn about advanced SDK configuration options
Interactive CLI
Use npx continum init for guided setup
Presets & Compliance
Explore presets and compliance frameworks
API reference
Explore the REST API endpoints
Dev plan limits: The DEV plan includes 1,000 audits per month. Upgrade to PRO for unlimited audits and advanced features.

