Skip to content

SDKs & Libraries

TypeScript / JavaScript

Terminal window
npm install @your-org/api-client
import { 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-platform service. Replace @your-org with your actual npm scope once published.