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', });