Installation¶
Requirements¶
- Node.js 22 or later (LTS)
- npm, yarn, or pnpm
Install the SDK¶
Offline or air-gapped installation?
Download the SDK tarball directly from our Downloads page.
TypeScript Support¶
The SDK is written in TypeScript and includes full type definitions. No additional @types packages are required.
Peer Dependencies¶
The SDK requires TypeScript 4.5 or later as a peer dependency for type checking:
Verify Installation¶
Create a simple test file to verify the SDK is installed correctly:
// test-sdk.ts
import { ContioPartnerSDK } from '@contio/partner-sdk';
console.log('SDK loaded successfully!');
console.log('Available methods:', Object.keys(ContioPartnerSDK));
Run with:
Next Steps¶
- Quick Start Guide - Get up and running in minutes
- Authentication - Configure OAuth 2.0 or API key authentication