paas.build Open my account
Plain-language guide, sources linked

What is agentic commerce?

Agentic commerce is what happens when an AI agent buys things for you: it finds the product, weighs the options, and completes the purchase, within limits you set, instead of you clicking through a checkout yourself. In 2026 it stopped being a demo and started becoming plumbing, with real protocols and the card networks moving in. Here is the stack in plain terms, and the half that gets forgotten.

The definition

Agentic commerce is commerce carried out by an AI agent on a person's behalf. The person delegates, "book me a hotel under $200", "top up my API credits", and the agent handles discovery, decision and payment inside the boundaries it was given. The key shift from a normal checkout is that a machine, not a human, is completing the transaction, so both sides of the sale have to be machine-readable.

The 2026 protocol stack

Three layers matter, and they cooperate rather than compete:
ACP - the checkout. The Agentic Commerce Protocol, an open standard from OpenAI and Stripe (in beta), is the handshake that connects a buyer's agent to a merchant to complete a purchase.
AP2 - the payment consent. The Agent Payments Protocol lets a person authorize an agent once, within set limits (amount, categories, merchants), and issues a cryptographic token that proves the consent without handing the agent your banking data.
MCP - the tools. The Model Context Protocol is how an agent actually calls a service: read the docs, create a checkout, take an action. It is the layer paas.build exposes so an agent can open an account and charge a customer.
On top, the card networks built on-ramps: Visa Intelligent Commerce (a protocol-agnostic connector) and Mastercard Agent Pay (agent-scoped tokens). Sources: Agentic commerce protocols explained · AP2 overview

The half everyone forgets: getting paid

Almost all the noise is about the buy side, the agent that spends. The quieter half is the sell side: a sale only completes if the merchant can actually receive the money. That means a real merchant account plus machine-readable ways to transact, an API or MCP server, an OpenAPI spec, clear docs. Most individual builders and no-code apps have none of this, so even a perfect buying agent hits a dead end. We built a public Agentic Checkout Index measuring exactly this across 50+ platforms, and most score poorly.

Making your app ready to get paid by agents

The checklist is boring on purpose: publish an llms.txt, add structured data, expose an API and ideally an MCP endpoint, and make sure the page is readable without running JavaScript. None of it is exotic, most sites just have not done it.
paas.build is the sell-side layer for AI builders: a real merchant account the same day, no company, UK/EU/US, plus an MCP server on the official registry and an OpenAPI spec, so an agent can create a checkout and you actually get paid. Flat 3.9%, you stay the merchant. Open an account or check if your app is agent-ready.
Get your keys by email
Be ready to get paid by agents - no company needed, 3.9% flat.
FAQ

What is agentic commerce?

Commerce performed by an AI agent acting for a person: it finds the product, decides, and completes the purchase within limits the person set. In 2026 it runs on emerging protocols, ACP for the checkout handshake and AP2 for payment consent, and it has two sides, the agent that pays and the merchant that gets paid.

What are ACP and AP2?

ACP, the Agentic Commerce Protocol, is an open standard from OpenAI and Stripe for connecting a buyer's agent to a merchant, the checkout handshake. AP2, the Agent Payments Protocol, is the payment-consent layer: the person authorizes an agent once within set limits, and a token proves that consent without exposing banking data. They are different layers, and a full purchase uses both.

How does a business get paid in agentic commerce?

A sale only completes if the merchant can receive the money, so the merchant needs a real merchant account and machine-readable ways to transact: an MCP server or API, an OpenAPI spec, clear docs. Many individuals and no-code builders do not have this yet, which is the gap paas.build fills.

How do I make my app ready for agent payments?

Publish an llms.txt, add structured data, expose an API and ideally an MCP endpoint, and make sure an agent can read a checkout without a full browser. paas.build gives an AI-built app a real merchant account the same day (no company, UK/EU/US) plus an MCP server and OpenAPI, so an agent can create a checkout and the builder gets paid, at a flat 3.9%.

Related

Agentic payments · Agentic Checkout Index · Monetize your MCP server · What is a PayFac? · What is a merchant account? · Agent docs