JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1305
  • Score
    100M100P100Q110245F
  • License MIT

Cortex SDK for Node.js

Package Exports

  • @cortex-ai/sdk
  • @cortex-ai/sdk/package.json

Readme

Cortex Node.js SDK

Installation

npm install @cortex-ai/sdk

Usage

import {Cortex} from '@cortex-ai/sdk';

const cortex = new Cortex({
  apiKey: 'YOUR_API_KEY',
});