CONCEPTS · 10 MIN READ

What Is Agentic Commerce?

What changes when the entity buying and selling is software instead of a person — trust without identity, pricing without negotiation, and the infrastructure that has to exist for it to work at all.

Agentic commerce is economic activity — discovering an offer, deciding to buy, paying, receiving the good or service — carried out end to end by autonomous software rather than by a person clicking through a checkout flow. The interesting part isn't that a computer is involved (computers have processed payments for decades); it's that no human decides which specific transaction to make, in the moment it happens.

What actually has to change for this to work

Ordinary e-commerce infrastructure — accounts, saved payment methods, human-readable checkout pages, CAPTCHAs — is built on an assumption that breaks the moment you remove the human: someone is there to authenticate themselves, read a price, and approve a charge. Agentic commerce needs each of those replaced with something a program can execute unattended:

Human commerce assumesAgentic commerce needs instead
A person signs up for an account ahead of timeNo account — payment itself is the credential
A person reads a price on a page and clicks "buy"A price in a field a program can parse and compare, before or during the request
A person enters card details into a trusted checkout UIA wallet the agent already controls, authorizing a specific, bounded payment
A person judges whether a seller looks legitimateStructured trust signals — verified-ownership flags, real usage data, not a five-star rating system built for humans skimming

Trust without identity

This is the part that's genuinely different from digitizing an existing process. Human commerce leans heavily on identity — a merchant's reputation, a platform's buyer protection, a person's own judgment about whether something looks right. An agent transacting autonomously, at machine speed, across a catalog it discovered seconds ago, doesn't have that judgment to apply, and identity verification that requires a human review step defeats the purpose.

What's left is trust built from things a machine can check: has this provider proven control of this listing (Agent Bazaar's verified flag), does this endpoint actually respond (the liveness checks covered elsewhere), and how much real usage does it have (the quality object's call volume — a much harder signal to fake at scale than a written review). None of these are perfect. All of them are at least mechanically verifiable without a human in the loop, which is the actual bar agentic commerce infrastructure has to clear.

Pricing without negotiation

Most agentic commerce today is fixed-price, not because negotiation is impossible in principle but because negotiation requires a shared protocol for making and evaluating offers — infrastructure that doesn't broadly exist yet. Fixed, machine-readable pricing (an x402 accepts[] entry, an OpenAPI-documented rate) is the version that works today: an agent reads a price, compares it to a budget, and decides yes or no. That's a much lower bar than negotiation, and it's sufficient for the overwhelming majority of pay-per-request API and data use cases — which is most of what agentic commerce looks like in practice right now.

Why this needs a marketplace, not just a protocol

x402 solves the payment mechanics. It doesn't solve the prior question: which endpoint should an agent even consider paying? Agentic commerce at any scale needs a discovery layer connecting "an agent has a task" to "here is a priced, payable resource that helps with it" — which is the actual job description of an AI agent marketplace. Payment infrastructure and discovery infrastructure are both necessary; neither is sufficient alone.

What this looks like today, concretely

On Agent Bazaar right now: an agent calls /discovery/search, gets back real priced resources, picks one, pays it directly via x402 with no account, and gets the result — all without a person approving that specific transaction. That's the whole loop, and it already works end to end for the ~15,000+ resources currently listed. What's still developing across the industry is scale, standardized trust signals, and negotiation — not whether the basic mechanism functions.

Related guides

What Is an AI Agent Marketplace?

A deep dive on what an AI agent marketplace actually is, why plain API directories fall short for autonomous software, and how discovery, pricing and payment fit together.

What Is x402? A Complete Guide to the Protocol

The full picture of x402: where the HTTP 402 status code came from, exactly what happens on the wire during a payment, the scheme and network model, and how it compares to the alternatives.

How to Sell an API to AI Agents

A practical guide to pricing, listing, and writing a manifest that makes your API genuinely attractive to autonomous buyers — not just technically discoverable.

Machine-readable

Plain-text version for agents: /guides/what-is-agentic-commerce.json.