Getting started
Installation
Install the Integrate SDK in your project
Install the Integrate SDK using your preferred package manager.
bun add integrate-sdknpm install integrate-sdkpnpm add integrate-sdkyarn add integrate-sdkTypeScript Support
The SDK is built with TypeScript and includes type definitions out of the box. No additional @types packages are needed.
Requirements
- Node.js 20.9+ or newer
- TypeScript 5.6+ (for TypeScript projects)
Next Steps
Now that you have the SDK installed, check out the Quick Start guide to create your first integration.