Installation
Install the CognitiveX SDK in your Node.js project using your favorite package manager.
Using npm
bash
npm install @cognitivex/sdkUsing yarn
bash
yarn add @cognitivex/sdkUsing pnpm
bash
pnpm add @cognitivex/sdkVerify Installation
After installation, verify it worked by importing the SDK:
typescript
import { CognitiveXClient } from '@cognitivex/sdk';
console.log('CognitiveX SDK installed successfully!');TypeScript Support
The CognitiveX SDK is written in TypeScript and includes full type definitions out of the box. No additional @types packages needed!