Commerce Agents
run on Podium

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.

Explore the docs →
Quickstart · 5 minFree to start · No card required
GET /playground?search=

Hit Run → to query the live Podium API

api.podium.build · live dataRead the docs →
01

SHIPPED ON PODIUM

The same primitives.
Radically different outputs.

Built by the Podium team to dogfood every primitive. Each ships on real infrastructure, with real users.

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.

Machine PaymentsCommerce APIProduct IntelligenceAgent Memory

WEB + TELEGRAM

Sage

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
Agent MemoryConversational AgentDomain IntelligenceMachine PaymentsSubscriptions

WEB + TELEGRAM

Familiar

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
Creator PersonasAgent MemoryCommerce APIProduct IntelligenceMulti-Surface Identity

WEB + TELEGRAM

Tonic

A wellness agent that remembers your meds, allergies, and goals—surfaces supplements with provenance, nudges refills, and unlocks coaching through a subscription.

Agent MemoryDomain IntelligenceProduct IntelligenceSubscriptionsConversational Agent
02

THE PLATFORM

Nine primitives. Endlessly composed.

INTELLIGENCE
01Agent MemoryYour agent remembers every user across every session. No vector DB required.
02Domain IntelligenceVertical experts that score, tag, and explain every recommendation.
03Product Intelligence50+ data sources, deduplicated and traceable to origin.
04Conversational AgentHosted agent with streaming tool-use, history, and guardrails.
// 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" })
INFRASTRUCTURE
05Commerce APICatalog search, orders, and fulfillment in one endpoint.
06Machine PaymentsAgents pay with USDC on Base. No human in the loop.
07SubscriptionsStripe billing, usage gates, and premium memory tiers built in.
// 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,
})
AGENT LAYER
08Creator PersonasIngest real storefronts. Model creator taste as a primitive.
09Multi-Surface IdentityOne user identity across web, Telegram, and wallets.
// 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

Start free. Scale when ready.

Builder

Free

10K calls/mo

Growth

$99/mo

100K calls/mo

Pro

$499/mo

1M calls/mo

See full pricing & FAQ →

Persistent understanding across every surface.

INTENT PROVENANCE

intent-provenance.json
{
intentScore:0
intentProvenance:{
USER_DECLARED:{
voteCount:0
weight:0
}
MARKET_DERIVED:{
signalCount:0
weight:0
}
}
}

Every recommendation, sourced and scored.

The same understanding, on every surface a user encounters.

Intent profiles, durable conversation memory, and reason-tagged explanations, persisted, synthesized, and available wherever someone engages with something built on Podium.

03

FOR DEVELOPERS

Start building
in minutes.

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.

Read the API reference →
checkout.ts

WORKS WITH

and more →

Build somethingworth trusting.