Quick Install
Installation
Get the Contensa.ai SDK up and running in your project with your preferred package manager.
npm
npm install @mybe/sdk
Yarn
yarn add @mybe/sdk
pnpm
pnpm add @mybe/sdk
Verify Installation
Create a simple test file to verify the installation was successful.
import { MybeSDK } from '@mybe/sdk';
const sdk = new MybeSDK({
apiKey: 'your-api-key'
});
console.log('SDK initialized successfully!');Requirements
Node.js 18+
Required for native fetch API support
TypeScript 5.0+
Optional, for full type safety and IntelliSense
Modern Browser
With native fetch API support