Can an AI agent actually buy from your store?

Not whether you show up in ChatGPT. Whether software can find your prices, trust your terms and complete a purchase. We test your live store in about twenty seconds.

No sign up to run it. Fourteen checks across four layers.

Almost everyone gets agentic commerce wrong

Most founders picture their store appearing in a ChatGPT answer. The real shift is that software becomes the buyer.

Marketing with AI

  • ·Being cited in a ChatGPT or Gemini answer
  • ·An AI chat widget on your storefront
  • ·AI generated ad creative
  • ·AI written product descriptions

Selling to AI

  • ·Searches sellers and compares on real terms
  • ·Builds a cart and applies your published discount
  • ·Gets accurate tax and shipping before committing
  • ·Pays with an authorisation scoped to that purchase

393%

growth in AI referred traffic to US retail, Q1 2026

42%

better conversion from AI traffic than every other channel

1M+

merchants already reachable through an agent checkout

The four layers of agent readiness

A chain. Each layer only matters if the one before it holds.

01

Reachable

Can an agent fetch you at all?

Your robots file says who is welcome. Your bot wall decides who gets through. They disagree more often than merchants expect.

02

Readable

Can it see what you sell and what it costs?

One HTTP request, no browser, no JavaScript. If the price loads after that, you have no price and it quotes a competitor instead.

03

Transactable

Can it complete a purchase?

Search, cart, real tax and shipping and payment through an endpoint you declare. Almost nobody has built this.

04

Trusted

Will it risk you over a competitor?

When every store can be bought from, the agent picks on evidence. Return policy, delivery windows, verifiable identity.

What to fix, in what order

Sequenced by cost, not by importance. The cheap work at the top helps ordinary search too.

This week

Hours

  • ·State an explicit robots policy for the shopping fetchers, separately from the training crawlers.
  • ·Publish llms.txt so your description of your catalogue is the one agents read.
  • ·Confirm a plain HTTP request to a product page returns the price and stock.

This month

Weeks

  • ·Emit complete Product structured data: price, currency, availability, identifier.
  • ·Add return policy and shipping terms as structured data, not a linked page.
  • ·Allowlist verified agents at the bot manager by IP range, not by user agent string.

This quarter

A real project

  • ·Expose search, product lookup and cart as a callable endpoint.
  • ·Publish a commerce manifest with signing keys in the canonical field.
  • ·Accept and verify a scoped purchase authorisation, with an audit trail.

We have run a full agent purchase against a live storefront, search through to a taxed and addressed checkout. If you want this done rather than listed, we start with a fixed price assessment.

Talk to us

Where this is going

What we are seeing in the data, and what it means for a store that sells today.

All insights

Questions we get asked

What is agentic commerce?+

Agentic commerce is commerce where the buyer is software. An AI agent acting for a person searches for a product, compares sellers, builds a cart, works out tax and shipping, pays using an authorisation the person granted in advance, and tracks the order. The human sets the intent and the budget. The agent does the transaction.

What is UCP and do I need it?+

UCP, the Universal Commerce Protocol, is a manifest at /.well-known/ucp that tells an agent which commerce operations you support and where to call them. If you are on Shopify you very likely already have one, provisioned by the platform rather than built by you. That makes it table stakes, not an advantage, because every competitor on the same platform has the identical file.

Did I block AI shopping agents by accident?+

Very possibly. The crawlers that gather training data and the fetchers that answer a live shopping question are different agents with confusingly similar names, and most merchants block them with one broad rule. You opt out of training and out of the buying set in the same line, and nothing in your analytics reports it. Check your robots file for a policy on each named fetcher separately.

Why can an AI agent see my product page but not my price?+

Almost always because the price is not in the HTML. Your page renders the name and layout on the server, then fetches the price from a client side call once JavaScript runs. A human never notices. An agent typically makes one HTTP request with no browser attached, so it receives a page with no price on it. The fix is to server render price and availability, and to publish them as Product structured data.

What does it cost to make a store agent ready?+

The readable layer is usually weeks of work on structured data and server rendering. The transactable layer is a real engineering project, because it means exposing commerce operations as an endpoint with authorisation and auditing rather than a form a person fills in. We scope it as a fixed price assessment first so you know which of the two you actually need.

if (wantToGrowYourBusiness) {
discussBelow();
}

Ready to build something extraordinary?

Book a free consultation today, and let's craft a strategic roadmap for your digital transformation.

Portfolio