# Podium ## Docs - [Building on Podium: Reference Apps](https://podium.build/docs/agentic/beauty-companion.md): Two production apps built on the same platform — a conversational skincare agent and a creator-based shopping agent, demonstrating the breadth of experiences Podium supports - [Conversational Agent](https://podium.build/docs/agentic/conversational-agent.md): AI-powered shopping companion with configurable personas, built-in commerce tools, persistent memory, and proactive re-engagement - [Enrichment Pipeline](https://podium.build/docs/agentic/enrichment-pipeline.md): Multi-source product intelligence — ingest, extract, resolve, normalize, and baseline computation for agent-ready product data - [Memory & Intelligence](https://podium.build/docs/agentic/memory-intelligence.md): How the agent builds structured user memory, scores products with ML signals, and generates personalized reason tags across product verticals - [Agentic Commerce](https://podium.build/docs/agentic/overview.md): How Podium enables trusted personal agents — intelligence, intent, provenance, and machine-native payments - [Agentic Product Feed](https://podium.build/docs/agentic/product-feed.md): The endpoint agents call to discover products — scored with intent signals, tagged with provenance, and enriched with attribute baselines - [x402 Payments](https://podium.build/docs/agentic/x402-payments.md): Machine-native USDC payments over HTTP 402 — how agents pay for products and API access - [Claude Code](https://podium.build/docs/ai-tools/claude-code.md): Configure Claude Code with Podium context and MCP tools for terminal-based agent development - [Claude Desktop](https://podium.build/docs/ai-tools/claude-desktop.md): Set up Claude Desktop with Podium MCP tools for conversational commerce, product discovery, and order management - [Codex](https://podium.build/docs/ai-tools/codex.md): Configure OpenAI's Codex CLI to build Podium integrations from the terminal - [Cursor](https://podium.build/docs/ai-tools/cursor.md): Configure Cursor with MCP tools and project rules for building on Podium - [LangChain](https://podium.build/docs/ai-tools/langchain.md): Wrap Podium SDK methods as LangChain tools for building autonomous shopping and commerce agents - [OpenClaw](https://podium.build/docs/ai-tools/openclaw.md): Integrate Podium as a plugin and skill for OpenClaw, the open-source personal AI assistant - [Agent Tooling](https://podium.build/docs/ai-tools/overview.md): Connect Podium's commerce, companion, and task APIs to any AI agent, IDE, or framework - [Vercel AI SDK](https://podium.build/docs/ai-tools/vercel-ai.md): Define Podium tools with Zod schemas for streaming AI apps built with Next.js and the Vercel AI SDK - [Windsurf](https://podium.build/docs/ai-tools/windsurf.md): Configure Windsurf with MCP tools and workspace rules for building on Podium - [Admin](https://podium.build/docs/api-reference/admin.md): API key management, organization settings, subscription tiers, and enrichment pipeline administration - [Campaigns](https://podium.build/docs/api-reference/campaigns.md): Structured engagement mechanics — swipe, vote, survey, and UGC campaigns with lifecycle management and analytics - [Companion API](https://podium.build/docs/api-reference/companion.md): Generalized personal agent infrastructure — intent profiles, product catalog, interactions, recommendations, and concierge orders - [Creators](https://podium.build/docs/api-reference/creators.md): Creator profiles, storefronts, product management, order fulfillment, payouts, and analytics - [API Reference](https://podium.build/docs/api-reference/introduction.md): Base URLs, authentication, error handling, pagination, and conventions for the Podium REST API - [Rewards & Airdrops](https://podium.build/docs/api-reference/nfts.md): On-chain reward minting, reward programs, airdrop distribution, and redemption tracking - [Orders & Checkout](https://podium.build/docs/api-reference/orders.md): Order lifecycle, checkout flows (Stripe, x402, embedded wallet, Coinbase), shipping, discounts, and guest orders - [Payments](https://podium.build/docs/api-reference/payments.md): Stripe card payments, x402 USDC settlement, Coinbase Commerce, embedded wallet checkout, and Stripe Connect payouts - [Points & Loyalty](https://podium.build/docs/api-reference/points.md): Programmable points ledger with double-entry bookkeeping, earning rules, and spending mechanics - [Products](https://podium.build/docs/api-reference/products.md): Product catalog CRUD, configurable attribute variants, media, categories, publishing, and analytics - [Search & Discovery](https://podium.build/docs/api-reference/search.md): Full-text search, autocomplete, universal search, and curated discovery feeds - [Task Pool API](https://podium.build/docs/api-reference/task-pool-api.md): REST endpoints for Task Pool V2 — task management, pool deployment, solver discovery, and verification - [Users](https://podium.build/docs/api-reference/users.md): User profiles, wallets, orders, points, rewards, social graph, and notifications - [Webhooks](https://podium.build/docs/api-reference/webhooks.md): Inbound webhooks from Stripe, Shopify, and Privy, plus 25 async event handlers and 8 cron jobs - [Deployment & Networks](https://podium.build/docs/contracts/deployment.md): Deployment scripts, supported networks, Foundry configuration, and Circle SDK integration for Arc Testnet - [Smart Contracts](https://podium.build/docs/contracts/overview.md): On-chain architecture — two contract generations, proxy patterns, multi-tenant design, and supported networks - [Contract Reference](https://podium.build/docs/contracts/reference.md): All contract interfaces, function signatures, structs, events, custom errors, and enums - [Task Pool V2](https://podium.build/docs/contracts/task-pool.md): On-chain USDC escrow, task lifecycle, solver reputation, pluggable verification, and multi-tenant reward distribution - [V1: Intent Settlers](https://podium.build/docs/contracts/v1-intent-settlers.md): The original intent-based reward settlement system — IntentRegistry, PodiumOriginSettler, and PodiumDestinationSettler - [Integration Guides](https://podium.build/docs/guides/integrations.md): Connecting Podium with Shopify, Stripe Connect, Privy wallets, Stream Chat, and Shippo shipping - [Use Cases](https://podium.build/docs/guides/use-cases.md): 60 consumer commerce experiences built on Podium's primitives — companion agents, loyalty, marketplaces, bounties, and agentic commerce - [Podium](https://podium.build/docs/index.md): Commerce infrastructure for trusted agents and intelligent applications - [Architecture](https://podium.build/docs/platform/architecture.md): How Podium's multi-tenant platform is structured — runtime, data isolation, middleware, and system topology - [Authentication](https://podium.build/docs/platform/authentication.md): API key authentication, subscription tiers, rate limiting, key management, and public endpoint access - [Core Concepts](https://podium.build/docs/platform/concepts.md): The domain model behind Podium — organizations, creators, users, products, orders, and the systems that connect them - [Subscriptions](https://podium.build/docs/platform/subscriptions.md): Built-in subscription billing for companion agents — freemium gating, usage tracking, and Stripe-powered monetization - [Quick Start](https://podium.build/docs/quickstart.md): Make your first API call in 60 seconds - [Recipe: Agent-to-Agent Commerce](https://podium.build/docs/recipes/agent-commerce.md): Build an MCP server, expose A2A discovery, and execute autonomous purchases with x402 USDC payments - [Recipe: Build a Proactive Deal Agent](https://podium.build/docs/recipes/deal-agent.md): Build an autonomous agent that monitors prices, tracks restock timing, and executes auto-buy when thresholds are met — the most agentic recipe in the collection - [Recipe: Build a Loyalty Program](https://podium.build/docs/recipes/loyalty-program.md): End-to-end walkthrough — award points on purchase, check balances, redeem at checkout, mint on-chain rewards, and track analytics - [Recipe: Build a Loyalty Wallet App](https://podium.build/docs/recipes/loyalty-wallet-app.md): Build a consumer-facing wallet showing points balance, on-chain collectibles, earned rewards, and redemption history - [Recipe: Build a Claude MCP Server](https://podium.build/docs/recipes/mcp-server.md): Expose Podium's commerce, companion, and task APIs as Model Context Protocol tools for Claude Desktop and any MCP-compatible client - [Recipe: Build a Personal Shopping Agent](https://podium.build/docs/recipes/shopping-agent.md): End-to-end walkthrough — create an intent profile, get personalized recommendations, record interactions, and place orders via the Companion API - [Recipe: Build an Embeddable Swipe Widget](https://podium.build/docs/recipes/swipe-widget.md): Create a compact, embeddable product swipe widget that captures intent signals and works on any website via iframe - [Recipe: Create a Task Bounty Board](https://podium.build/docs/recipes/task-bounty-board.md): End-to-end walkthrough — provision task pools, create USDC-escrowed tasks, handle solver claims, verification, and on-chain settlement - [Recipe: Build a Task Marketplace](https://podium.build/docs/recipes/task-marketplace.md): Build a public task marketplace web app where users create bounties, solvers claim and complete them, and settlements happen on-chain - [Recipe: Telegram Mini App](https://podium.build/docs/recipes/telegram-mini-app.md): Build a Telegram bot with grammY and a React Mini App that uses the Companion API for personalized shopping - [Usage Examples](https://podium.build/docs/sdk/examples.md): Complete workflow examples with the Podium SDK — products, orders, campaigns, companion agents, tasks, rewards, and agentic commerce - [TypeScript SDK](https://podium.build/docs/sdk/setup.md): Install, configure, and authenticate with the Podium TypeScript SDK ## OpenAPI Specs - [openapi](https://podium.build/docs/api-reference/openapi.json) ## Optional - [API Playground](https://api.podium.build/docs) - [npm SDK](https://www.npmjs.com/package/@podium-sdk/node-sdk)