Skip to main content
The fastest way to get started is with our interactive CLI:
This will:
  • 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:
  1. Sign in with GitHub
  2. Create a customer account (Individual or Company)
  3. Generate an API key
  4. Save it securely (you won’t see it again)

2. Install the SDK

3. Basic usage

Wrap any LLM call with protect():
For production, configure once and use everywhere:

What happens next?

  1. Instant response: Your user gets the LLM response immediately (0ms added latency)
  2. Async audit: The interaction is audited for compliance violations
  3. Real-time alerts: Violations trigger alerts to your configured channels
  4. 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:
Available presets:
  • customer-support, legal-ai, fintech-ai, healthcare-ai
  • coding-assistant, agent, content-generation
  • internal-tool, data-pipeline, education-ai
Supported compliance frameworks:
  • GDPR, CCPA, HIPAA, SOC2, ISO_27001
  • EU_AI_ACT, FINRA, PCI_DSS, NIST_AI_RMF

Real-time Alerts

Get notified instantly when violations are detected:
Alerts are automatically routed by risk level without any dashboard configuration needed.

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.