AI agents — ChatGPT Operator, Perplexity Comet, Google's shopping agents — are already browsing the web and completing purchases on behalf of users.
Most stores are invisible to them. Not because of content. Because of infrastructure.
What agentic commerce actually means
Agentic commerce is what happens when the customer is an AI, not a human. The agent browses, evaluates products, and completes the purchase — without the user doing anything except approving the final action.
For a store to participate, it needs specific infrastructure the agent can discover and interact with:
-
/.well-known/agent-purchase.json— the ACP discovery file. Without this, agents skip the store entirely. -
/api/agent/purchase— a backend endpoint that processes AI-initiated Stripe transactions and tags them as agent-vs-human. -
/agentspage — structured for AI consumption, not humans. -
llms.txt— plain-text summary at site root for AI crawlers. - Server-side rendered content — no critical product info behind JavaScript.
- JSON-LD structured data on every product page — agents read inventory and pricing from this, not from parsed HTML.
Most stores have none of these. Some have one or two. A few have most of them but no working purchase backend, which means agents can discover the store but cannot complete a purchase.
ACP — the protocol that makes it work
ACP (Agent Commerce Protocol) is the joint OpenAI + Stripe specification that defines how agents discover stores and execute payments via existing Stripe accounts. Published 2025. Already being adopted by early-mover merchants.
The stores that implement this now own the channel before it's crowded. That's the window.
What a full build looks like
ACP protocol for ecommerce deploys four purpose-built agents to your VPS:
- Product Discovery Agent — surfaces the right product based on browsing signal and catalog logic
- Cart Recovery Agent — responds to the specific signal that caused abandonment
- Checkout Intelligence — identifies where customers stall and acts on it
- Post-Purchase Agent — full delivery lifecycle, zero manual touch per order
The code runs on your VPS. You own it. No SaaS dependency, no monthly fee to maintain. One payment.
The window is open
This is the SEO of 2026. The stores that get there early will be the preferred choice when agents are making millions of purchases per day. The rest will be invisible.
Implementation details and pricing: sidratnam.com/agentic-commerce.
Top comments (0)