Getting started
Installation
Install the Integrate SDK in your project
Installation
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 16+ or Bun 1.0+
- TypeScript 4.5+ (for TypeScript projects)
Next Steps
Now that you have the SDK installed, check out the Quick Start guide to create your first integration.