SDKs & Libraries
TypeScript / JavaScript
npm install @your-org/api-clientimport { createClient } from "@your-org/api-client";
const client = createClient({ baseUrl: process.env.API_BASE_URL, apiKey: process.env.API_KEY,});
const products = await client.products.list();Python (coming soon)
Go (coming soon)
SDK packages are published from the
core-platformservice. Replace@your-orgwith your actual npm scope once published.