Skip to main content

Package Installation

The Neuradex SDK is published on npm. Install it with your preferred package manager. After installation, proceed to authentication to configure your API key.
npm install @neuradex/sdk

Requirements

  • Node.js: 18.0 or higher
  • TypeScript: 5.0 or higher (recommended)
The SDK is provided in ESM format. For CommonJS environments, use dynamic imports.

Type Definitions

The SDK includes TypeScript type definitions. No additional @types packages are required.
import type {
  NdxGlobalClient,
  Knowledge,
  SearchResult,
  Episode,
} from '@neuradex/sdk';

Next Step

Authentication Setup

Get your API key and initialize the SDK