ANY AGENT RUNTIME
Agentic Commerce Node
Plug Podium into Claude, Cursor, LangChain, or any MCP runtime. Typed tools for catalog, intent, checkout, and settlement—three lines to integrate.
Agent memory, domain intelligence, and deep enrichment from 50+ sources that compound over time. Understand your users. Create rich experiences. Power real commerce. Every decision informed. Every purchase verified. Build agents that earn trust.
Hit Run → to query the live Podium API
SHIPPED ON PODIUM
Built by the Podium team to dogfood every primitive. Each ships on real infrastructure, with real users.
ANY AGENT RUNTIME
Plug Podium into Claude, Cursor, LangChain, or any MCP runtime. Typed tools for catalog, intent, checkout, and settlement—three lines to integrate.
WEB + TELEGRAM

A personal skincare agent that learns your routine, remembers what worked, and recommends what’s next—with subscriptions, spend controls, and full purchase history built in.
Visit Sage →WEB + TELEGRAM

Pick a creator. Browse their shelf. Buy what they’d buy. A shopping agent with taste built in—powered by real creator affiliations.
Visit Familiar →WEB + TELEGRAM
A wellness agent that remembers your meds, allergies, and goals—surfaces supplements with provenance, nudges refills, and unlocks coaching through a subscription.
THE PLATFORM
// Store memory after a conversation
await podium.memory.upsert({
userId: "user_abc",
entries: [
{ key: "skin_type", value: "oily", confidence: 0.92 },
{ key: "avoids", value: "fragrance", source: "user_declared" },
],
})
// Recall on next session
const profile = await podium.memory.get({ userId: "user_abc" })// Search products with enrichment
const { items } = await podium.catalog.search({
query: "vitamin c serum",
domain: "beauty",
limit: 5,
})
// Create an order
const order = await podium.orders.create({
userId, productId: items[0].id,
shippingAddress: address,
})// Get creator persona with taste graph
const creator = await podium.creators.get({
handle: "hyram",
platform: "youtube",
})
// Recommendations based on creator taste
const picks = await podium.recommendations.forCreator({
creatorId: creator.id,
userId: "user_abc",
limit: 10,
})PRICING
Builder
Free
10K calls/mo
Growth
$99/mo
100K calls/mo
Pro
$499/mo
1M calls/mo
INTENT PROVENANCE
Every recommendation, sourced and scored.
Intent profiles, durable conversation memory, and reason-tagged explanations, persisted, synthesized, and available wherever someone engages with something built on Podium.
FOR DEVELOPERS
One API key. A TypeScript SDK. Durable agent memory, a hosted conversational agent with streaming tool-use, and Machine Payments so agents can settle autonomously. Plug into Cursor, Claude Code, LangChain, or Vercel AI SDK and ship the parts that usually take a team.