Installation
Install the Platform SDK with npm or yarn and configure TypeScript for type-safe API access.
Requirements
Install from npm
npm install @amigo-ai/platform-sdkyarn add @amigo-ai/platform-sdk
pnpm add @amigo-ai/platform-sdkTypeScript Configuration
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}Verify Installation
Environment Variables
Next Steps
Last updated
Was this helpful?

