AI agents can now shop for people. Can they buy from your store?
August 2, 2026
More and more people don't google a product — they ask ChatGPT: "find me running shoes under $80" — and get specific options right inside the chat, sometimes with the option to check out without ever opening the store's website. Your store either participates in that conversation, or it simply doesn't exist for the agent.
What actually happens under the hood
When an agent "buys" from a store, three things happen:
- Discovery. The agent finds out the store even has a machine-readable catalog — usually via a standard address like
/.well-known/ucpor a product feed. - Catalog. The agent reads the product list: name, price, availability, variants (size, color) — in structured form, without parsing your page markup.
- Checkout. The agent assembles a cart and hands it to the store. Important: in a correct implementation, payment still happens on the store's side — the agent only fills the cart and hands the shopper off to your normal checkout. The store never gives up payment data or price control.
This is the UCP protocol (Universal Commerce Protocol) — an open standard for steps 1 and 2, on top of which different platforms (ChatGPT, Perplexity, and others) can build their own shopping experience.
Why this matters for a store already
From what we see across Moldovan stores: AI-agent bots already make up a meaningful share of non-human traffic — tens of thousands of hits a day on individual sites. There are real people behind those visits today; the question is whether an agent can actually read your catalog correctly, or just fails to understand what you sell and at what price.
For WooCommerce there's already a working path: in one of our connected stores, a chat agent genuinely walked the catalog and completed an order through WooCommerce's native checkout in 15 seconds — from "show me products" to a placed order.
What your store actually needs
- WooCommerce — the Botmetria plugin adds a UCP catalog and checkout sessions in one click; payment stays on the platform itself.
- A custom platform in PHP or Node.js — open SDKs,
composer require botmetria/ucp/npm install @botmetria/ucp, zero dependencies, MIT license. - Any platform with a product feed (Google Shopping, YML) — you can build an agent storefront with zero code, from the feed alone.
Try it right now
On the demo page you can enter any store's URL (or your own) and watch a real AI agent walk through it in 90 seconds — reading the catalog, attempting to build a cart, and showing exactly where the store lost the agent, if it did. Protocol details are on the spec page; an overview of the approaches is on the Selling to agents page.
How does your store look to AI agents?
Run a free audit: a 0–100 AI-readiness score and a prioritized fix plan in 60 seconds. No sign-up.