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.
Install the SDK, configure your API key, and make your first API call. Learn the basics of products, users, and orders.
Step-by-step guides for agentic commerce, token presales, merchant setup, and more real-world use cases.
Create your API key, secure it, and start building. One place to learn, create, store, and pay for access.
Test API endpoints, explore schemas, and experiment with Podium APIs in an interactive environment.
Full API Reference
Explore all 64+ endpoints with interactive examples and detailed schemas.
Quick Example
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.
