Integrate
Getting started

Installation

Install the Integrate SDK in your project

Installation

Install the Integrate SDK using your preferred package manager.

bun add integrate-sdk
npm install integrate-sdk
pnpm add integrate-sdk
yarn add integrate-sdk

TypeScript 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.