agentspeed.
← all articles
Learn

What is agentic commerce?

Machine-readable pricing, declared checkout paths, exposed payment options. Not about replacing Stripe.

3 min read·
IN PLAIN ENGLISH

Today a person clicks through your checkout. Soon some buyers will be software acting for a person: book me the cheapest one that arrives Friday. That software has to read your price without guessing from marketing copy, and find the buy button as a real thing it can click. Agentic commerce is making those two facts true.

Agentic commerce is the layer that makes a site safely transactable by an AI agent: machine-readable pricing, declared checkout paths, exposed payment options, and discoverable refund and authorisation terms. It’s about the signals a site exposes about its commerce stack, not about replacing Stripe or building on-chain rails.

Why this matters

AI agents are starting to act on behalf of users: comparing products, requesting quotes, subscribing to APIs, booking services, paying for digital actions. The web they navigate was built for humans clicking links, not for programs evaluating SKUs and triggering payments. Today, most sites fail in three ways:

  1. Pricing is human-only. Tier cards lock prices behind tooltips, JavaScript, or “Contact sales”.
  2. Checkout is opaque. A button labelled “Get started →” tells an agent nothing about which URL, which auth, or how to confirm.
  3. Payments are undeclared. No metadata says whether the site accepts cards, ACH, stablecoins, or HTTP-level payment signals.

Five capabilities, declared

What AgentSpeed will measure

AgentSpeed publishes a research-track rubric proposing 12 commerce checks across pricing, checkout, terms, API access, payments, and MCP. It is not yet scored. Crypto- specific checks are scoped n/a by default, so sites that don’t accept on-chain payments aren’t penalised.

product pageThe price a machine reads should match the price a person sees.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Acme Widget",
  "offers": {
    "@type": "Offer",
    "price": "49.00",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "url": "https://acme.com/widget"
  }
}
</script>
FAQ
Do I need to accept stablecoins or crypto?

No. Crypto-specific checks in the AgentSpeed commerce-readiness rubric grade n/a for sites that do not accept on-chain payments. Most SaaS, ecommerce, and service businesses pass without ever touching crypto.

Does AgentSpeed score agentic commerce today?

No. The commerce-readiness rubric is a research preview. The 12 proposed checks are documented at /commerce-readiness; none affect the live composite score.

See also
Verify on your site

Run a free AgentSpeed scan to see how your site scores across the live rubric: discoverability, readability, structured data, actionability, performance.

Run a scan →Browse all fixes →
What is agentic commerce? · AgentSpeed