Installation

Install the CognitiveX SDK in your Node.js project using your favorite package manager.

Using npm

bash
npm install @cognitivex/sdk

Using yarn

bash
yarn add @cognitivex/sdk

Using pnpm

bash
pnpm add @cognitivex/sdk

Verify 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!