Documentation Modules
REFERENCE MANUAL
SDK Quick Start Guide
Install the official Mango AI developer SDK package and configure client authorization access tokens.
SDK Implementation example
Mango Developer SDK - NODE CONSOLE
// Install via npm package manager
npm install @mango/ai-core
// Initialize client node instance
import { MangoClient } from '@mango/ai-core';
const client = new MangoClient({ apiKey: 'mng_live_4a82b992019488cd' });