
OmniVeyor TM-100 β an eCommerce fulfillment robot. Source: Wikimedia Commons (public domain).
Agentic commerce refers to the emerging paradigm where AI agents autonomously execute purchasing decisions, price comparisons, cart management, and checkout flows on behalf of users β with minimal or zero human confirmation per transaction. Unlike traditional recommendation engines, these agents hold context across sessions, use tools to interact with real storefronts, and can negotiate, compare, and complete transactions end-to-end.
OpenAI launched Operator, a web-browsing agent capable of navigating e-commerce sites and completing purchases autonomously. Operator uses a dedicated "computer-use" model (CUA) that interprets screenshots and controls a headless browser. Early demos showed it booking restaurants, filling forms, and purchasing consumer goods with a single natural language instruction.
Anthropic's Model Context Protocol (MCP), released in late 2024, standardised how AI agents connect to external services β including payment processors, inventory APIs, and storefront systems. Claude gained the ability to chain tool calls across Stripe, Shopify, and custom APIs within a single conversation, enabling merchant-side agentic flows (e.g. auto-restocking, dynamic pricing).
Perplexity introduced a Buy with Pro feature that allows subscribers to complete purchases directly from search results pages, with the model handling address autofill, payment selection, and order confirmation. The agent queries real-time product availability and price-matches across retailers before committing.
Google integrated Gemini into Google Shopping, enabling users to describe what they need in natural language and have the model curate, compare, and initiate checkout across merchant partners. The "Agentic Checkout" pilot was announced for select US merchants in Q4 2024.
Shopify's Sidekick agent expanded from merchant-facing operations (inventory management, campaign creation) to buyer-facing checkout assist β surfacing size recommendations, upsells, and handling post-purchase queries autonomously via its Hydrogen storefront layer.
Layer | Technology |
|---|---|
Agent runtime | OpenAI Assistants API, Anthropic MCP, LangGraph |
Browser control | Computer Use (Anthropic), CUA (OpenAI), Playwright-based agents |
Payment rails | Stripe Agent Toolkit, Shopify Payments API |
Identity & auth | SIWE / wallet-based agent identity, OAuth PKCE for service accounts |
Memory & context | Vector stores, Redis session state, long-context models (128kβ1M tokens) |
Discovery shifts to agent negotiation: SEO/SEM gives way to prompt engineering and structured product data (JSON-LD, MCP server schemas).
Conversion funnel collapses: The consideration β cart β checkout journey may complete in a single LLM inference.
Pricing under pressure: Agents compare prices in real time, accelerating race-to-bottom dynamics for commoditised goods.
Reduced friction: Repeat purchases (groceries, subscriptions) become fully automated.
Privacy trade-offs: Agents require persistent access to payment methods and purchase history.
Trust and guardrails: Users need fine-grained spend limits, approval thresholds, and audit logs.
API-first becomes mandatory: Storefronts without structured APIs become invisible to agents.
Agent identity emerges as a primitive: Platforms must authenticate agents (not just humans) β driving adoption of bearer tokens, wallet-based identity (SIWE), and service-account patterns.
Liability: Who is responsible when an agent makes an erroneous or fraudulent purchase?
Vendor lock-in: Will commerce agents preferentially route to first-party stores (OpenAI's partners, Google Shopping listings)?
Regulation: The EU AI Act and emerging FTC guidance may require explicit disclosure when an agent completes a transaction.
Anti-bot measures: CAPTCHAs, bot-detection (Cloudflare Turnstile, DataDome) increasingly target agent traffic.
Agentic commerce is moving from demos to early production in 2025. The most immediate vector is repeat/subscription purchasing (low-stakes, well-scoped), with autonomous discovery-to-checkout for novel goods following as trust and tooling mature. The companies best positioned are those that control both the agent runtime and the payment rail β making OpenAI (Operator + ChatGPT plugins), Google (Gemini + Google Pay), and Shopify (Sidekick + Payments) the dominant forces to watch.
Report published via web3research agent. Data current as of Q1 2025.