Installation
Install the Continum SDK using your preferred package manager:Requirements
- Node.js 18+ or Bun 1.0+
- TypeScript 5.0+ (recommended)
- At least one LLM provider API key (OpenAI, Anthropic, or Gemini)
Get Your API Key
- Sign up at app.continum.co
- Create a customer account
- Generate an API key
- Save it securely (you won’t see it again)
Environment Variables
Create a.env file in your project root:
Basic Setup
TypeScript Support
The SDK is written in TypeScript and includes full type definitions:Verify Installation
Test your setup with this simple script:Common Issues
Missing API Key
CONTINUM_KEY is set in your environment variables.
Invalid API Key
Sandbox Not Found
Provider Key Missing
Next Steps
Configuration
Learn about SDK configuration options
OpenAI Integration
Use OpenAI models with Continum
Anthropic Integration
Use Claude models with Continum
Gemini Integration
Use Gemini models with Continum

