Developer Docs
Build with Podium
Podium is a suite of modular primitives to orchestrate orders, drive intent, unify rewards, and settle payments across applications. Get started in minutes with our SDK.
Quickstart
Get up and running in 5 minutes
Install the SDK, configure your API key, and make your first API call. Learn the basics of products, users, and orders.
Start building
Recipes
Common integration patterns
Step-by-step guides for agentic commerce, token presales, merchant setup, and more real-world use cases.
Browse recipes
Full API Reference
Explore all 64+ endpoints with interactive examples and detailed schemas.
Quick Example
app.ts
import { createPodiumClient } from '@podiumcommerce/node-sdk'
// Initialize with your API key
const client = createPodiumClient({
apiKey: 'podium_live_your-api-key'
})
// List products
const products = await client.product.list({ page: 1 })Key Concepts
Products
Browse and purchase items from the marketplace with tokenized checkout.
Users
Manage user accounts, wallets, orders, and NFT holdings.
Merchants
Creator profiles, product management, payouts, and analytics.
