CONCEPT Cited by 3 sources
Agentic commerce¶
Definition¶
Agentic commerce is the class of buy transactions where an AI agent acts as the proxy for a human buyer — surfacing products, verifying inventory, completing checkout, and handling post-sale events on the buyer's behalf. The agent is not a customer-support channel overlaid on existing commerce; it is the new top-of-funnel surface displacing browser + app channels for a slice of buy decisions.
Per the 2026-03-12 Stripe retrospective, the sequence is: "Early retail happened in store. First-wave ecommerce happened on your site. Mobile maintains your brand's look and feel. Agentic commerce shifts buying intent onto AI surfaces."
Architectural distinctions from browser e-commerce¶
- No human on the frontend during the buy decision. The agent exchanges the final click for a programmatic API call; human-behavioural fraud signals vanish. See systems/stripe-radar's network-density substitute.
- Real-time inventory exchange in the checkout call. Availability is verified in the same ACP round-trip that shows the product to the buyer — 15-minute-stale feeds are a fatal mismatch with agent cadence.
- Agent-initiated payment needs a new primitive. SPTs replace direct credential exchange; credentials stay vaulted, agent holds only a scoped reference.
- Buyer identity materialises late. Most flows behave as guest checkouts; the buyer's identity surfaces only at buy moment. See concepts/agent-identity-resolution-gap.
- Catalog fragmentation is the dominant up-front cost. Each agent surface wants catalog data in a different format. See concepts/product-catalog-syndication.
- Post-sale events route through the agent. Cancellations, returns, refunds all require the agent to round-trip with the seller's legacy backend — an unsolved integration shape per the 2026-03-12 disclosure.
Two deployment shapes¶
- First-party agents — brand-owned (NikeAI, Magic Apron from Home Depot, Ask Ralph from Ralph Lauren). Engagement / retention / LTV layer. Seller controls identity, brand, data.
- Third-party agents — aggregator-owned (OpenAI's shopping surface, Google's agent surfaces, etc.). Acquisition / net-new- demand layer. Seller trades brand control for reach.
Stripe's framing: these "aren't an either/or decision so much as a measurement challenge" — they serve different customer- journey points and stack on the same commerce substrate.
Distinction from machine payments¶
Agentic commerce is human-buyer → agent → seller. "A checkout session with shipping, loyalty, and a human confirmation step." Governed by ACP / Google UCP.
Machine payments is agent → API (no human buyer). Programmatic per-request charges for tool calls, API data, task execution. Governed by HTTP 402 + x402 + stablecoin settlement.
Both are "agentic", but only the former involves a human buyer's money moving for a human-consumable good or service.
Seen in¶
- sources/2026-04-29-stripe-giving-agents-the-ability-to-pay — canonicalises the consumer-wallet-altitude instance of agentic commerce: the 200M-consumer Link wallet becomes an agent-accessible credential-issuance surface where agents request per-spend scoped credentials (one-time virtual card or SPT) with default-on per-transaction human approval. Extends agentic commerce beyond its seller-integration framing (2026-03-12 retrospective) and the agent-money-movement-taxonomy framing (2026-04-30 three-altitude post) into the consumer-side wallet infrastructure that issues the credentials agents use to shop. Introduces concepts/agent-wallet-over-raw-credential-issuance and concepts/single-use-virtual-card-for-agents as new first-class concepts in the agentic-commerce sub- graph.
- sources/2026-03-12-stripe-10-things-we-learned-building-for-the-first-generation-of-agentic-commerce — Stripe's canonical field-experience retrospective after six months of production ACP deployments.
- sources/2026-04-30-cloudflare-agents-can-now-create-cloudflare-accounts-buy-domains-and-deploy — positions agentic commerce as one of three distinct agent-initiated money-movement shapes (alongside machine payments and agent-provisioning). The 2026-04-30 post adds the user-money-to-service-provider third altitude; together the three canonicalise the full taxonomy.
Related¶
- concepts/shared-payment-token — the agent-initiated payment primitive inside agentic commerce.
- concepts/machine-payment — the sibling concept for agent-to-API per-request payments.
- concepts/product-catalog-syndication — the catalog-fragmentation sub-problem.
- concepts/agent-identity-resolution-gap — the identity-materialisation-at-buy-moment sub-problem.
- concepts/agent-provisioned-account — sibling primitive for the agent-provisioning (not agentic-commerce) transaction shape.
- concepts/agent-payment-budget-cap — agent-provisioning's bounding primitive, analogous to SPT scope in agentic commerce.
- concepts/payment-token-over-credit-card-sharing — shared principle across all three agent-money-movement altitudes.
- systems/agentic-commerce-protocol — the open checkout protocol for agentic commerce.
- systems/stripe-agentic-commerce-suite — Stripe's protocol-agnostic commerce product.
- systems/x402-protocol — the parallel open standard for machine payments.
- systems/stripe-projects — Stripe's orchestrator for the sibling agent-provisioning altitude.
- patterns/agent-provisioning-protocol — the sibling protocol shape.
- companies/stripe — the vendor driving the Agentic Commerce Protocol and Suite.
- companies/cloudflare.