Agentspay

Explainer

Shopify Agentic Commerce: Shopify ChatGPT, Shopify OpenAI and Agentic Storefronts

Shopify switched agentic commerce on by default, so your store is probably already selling to AI assistants whether or not anyone on your team configured it. Instead of restating the announcement, we checked something you can check too: on September 2, 2026 we requested the machine-readable capability file that Shopify publishes for real storefronts, on fourteen well-known US brand domains, and read what it exposes to an agent. Eleven answered correctly. The three that did not share one trait, and it is quietly costing them agent traffic.

Agent Payments Console

Pick an agent

Payment intent

intent:

Policy evaluation

Human approval required

This spend is over your approval threshold. Approve it to issue a scoped card, or deny it.

Scoped virtual card issued

Agentspay

single-use

Wallet budget

spent of

Audit trail

In short

Shopify agentic commerce is Shopify's built-in channel for selling through AI assistants, branded Agentic Storefronts. Shopify announced it on December 10, 2025 in the Winter 26 Edition and activated it by default for eligible merchants selling to US buyers in March 2026, so most stores are already discoverable inside ChatGPT, Microsoft Copilot, Google AI Mode and the Gemini app with no app to install and no separate integration. Two mechanisms do the work: Shopify Catalog syndicates your product data to the AI channels, and each storefront publishes a machine-readable capability document at /.well-known/ucp built on the Universal Commerce Protocol that Shopify co-developed with Google. Shopify charges no transaction fee beyond your standard payment processing rates. Eligibility is gated on Shopify Catalog requirements: title, description, image, price, live inventory, an external product URL metafield, a verified domain, and published terms of service, privacy and refund policies. Direct-to-consumer products only, and you control the whole thing under Settings, Sales channels, Agentic storefronts.

What is Shopify agentic commerce?

Shopify agentic commerce is the set of features that let an AI assistant find your products, price a cart with your real shipping and tax, and place an order, without a human ever loading your storefront in a browser. Shopify ships it as a sales channel called Agentic Storefronts, announced on December 10, 2025 in the Winter 26 Edition under the line that Shopify was making every store agent-ready by default. The framing matters more than the feature list. Most commerce integrations are things you go and build. This one was applied to you. If your store sells to US buyers and your products meet Shopify Catalog requirements, Shopify enrolled you in March 2026 and your catalog has been answering questions inside ChatGPT ever since. The practical question for a merchant in September 2026 is therefore not whether to participate. It is whether your store is participating well, which is a data quality problem and, as our probe below shows, sometimes a hosting problem.

What are Shopify Agentic Storefronts?

Agentic Storefronts is the channel in your Shopify admin, at Settings > Sales channels > Agentic storefronts, that governs which AI surfaces can see and sell your products. It bundles three things Shopify used to keep separate. Shopify Catalog takes your structured product data and syndicates it to every connected AI platform by direct API, so a price change in admin propagates to the assistants without a feed export. A Knowledge Base holds your policies, FAQs and brand voice, which is what an agent reads when a shopper asks whether returns are free. And a set of channel toggles decides where you appear, with an Allow Shopify to manage for me switch that is on by default and auto-enrolls you in new AI channels as they launch. Orders arrive through your normal checkout and payments, and Shopify reports them with AI channel attribution so you can tell agent-driven revenue from the rest.

Original research: what a Shopify store already tells an AI agent

Coverage of this topic is almost entirely announcement summaries, so we went and looked at the wire. On September 2, 2026 we requested /.well-known/ucp from fourteen well-known US brand domains running on Shopify, following redirects and checking the response content type rather than trusting the status code. Eleven returned a valid UCP capability document as application/json, all serving protocol version 2026-08-25 and all advertising the two prior versions, 2026-04-08 and 2026-01-23, as still supported. None of those merchants configured this. It is emitted by the platform. The document is genuinely rich: it names an MCP endpoint at the store's myshopify.com origin that an agent can call directly, lists eight capabilities covering search, lookup, cart, checkout, discounts, fulfillment and order status, and enumerates the payment handlers the store accepts, complete with the allowed card networks and the tokenization gateway. In other words the agent-facing contract for your store is public, live and machine-readable right now. The first two tables below show exactly what we found and what each capability lets an agent do.

The headless problem: your capability file is at the wrong domain

Three of the fourteen domains did not serve the file. All three were headless builds rather than Shopify-hosted themes: one returned a 404 with a 400 KB React shell, and two returned HTTP 429 from their edge, throttling our request outright. We then checked the same three brands at their *.myshopify.com origin, and every one of them served a complete, current UCP document. So the capability data exists. It is simply not reachable at the domain an agent would actually try. This is the most actionable finding on this page, because the failure is silent. Nothing in your admin flags it, your products still appear in Catalog-driven discovery, and the only symptom is that agents which resolve capabilities by fetching your brand domain conclude you support nothing and fall back to slower or lesser paths. If you run a headless storefront on Hydrogen, Next.js, Astro or anything else in front of Shopify, proxy /.well-known/ucp through to your myshopify origin and make sure your edge does not rate limit or challenge that path. It is a routing rule, not a project.

How to check whether your own store is agent-ready

Two commands and about a minute. First run curl -sIL https://yourstore.com/.well-known/ucp and read the final content-type. You want application/json. A 200 proves nothing on its own, because single-page applications happily return an HTML shell for any path, and one domain in our sample returned 200 with text/html on every path we tried, which looks like success in a browser and is worthless to a verifier. Then run curl -s https://yourstore.com/.well-known/ucp | head -c 400 and confirm you see a version field and a capabilities object. If you get a 404, a 403, a 429 or HTML, compare against https://yourstore.myshopify.com/.well-known/ucp. If the myshopify origin works and your own domain does not, you have the headless routing gap described above. Do this check after every theme migration, CDN change or WAF rule change, because all three are capable of breaking it without anything else on the site looking different. Worth running alongside it: curl -s -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' https://yourstore.com/api/mcp. That is the storefront MCP endpoint, and when we probed live US stores in September 2026 it answered without any authentication, with one merchant exposing a cart-write tool and another exposing only a policy search. The full results are in our comparison of payment MCP servers.

Shopify ChatGPT: how your products get inside ChatGPT

The ChatGPT path is the one most merchants mean when they search for Shopify agentic commerce, and it is the one Shopify prioritized. Eligibility is broad: any merchant whose products are in Shopify Catalog and who sells to US buyers qualifies, regardless of where the business itself is located. Shopify told merchants on March 12, 2026 that ChatGPT was coming to Agentic Storefronts later that month, and confirmed it live in its March 24 update alongside Microsoft Copilot, Google AI Mode and the Gemini app. There is no ChatGPT app to install and no listing to apply for. What you control is the quality of what ChatGPT sees, which comes down to your Catalog data and your published policies, because an assistant answering "does this brand do free returns" is reading your refund policy, not guessing. Merchants who leave those fields thin do not get blocked, they just lose comparisons to competitors whose data answers the question.

Shopify and OpenAI Instant Checkout: what actually changed

This is where most published guides are out of date, so be careful which one you follow. Instant Checkout launched on September 29, 2025 with Etsy, added Shopify brands, and let a buyer complete a purchase inside the chat using the Agentic Commerce Protocol that OpenAI and Stripe published the same day. In early March 2026 OpenAI pulled back, saying it was evolving its approach to commerce and that Instant Checkout was moving to Apps. The practical effect for Shopify merchants is that buyers who find you in ChatGPT now typically finish the purchase on your own storefront, in an in-app browser on mobile or a new tab on desktop, rather than in the conversation. Discovery stayed, in-chat settlement receded. That is better for you in two ways worth naming: you keep the session, the analytics and the upsell surface, and you sidestep the fee question below. It is worse in one way, which is that the conversion advantage of a zero-click checkout goes away and your product pages have to do the closing again. Our full timeline sits in the ChatGPT Instant Checkout explainer.

What does Shopify agentic commerce cost?

Shopify's published position, restated on its own agentic commerce page dated June 18, 2026, is that Agentic Storefronts carries no transaction fees beyond standard payment processing rates, with no separate integrations and no apps. The confusion comes from a different arrangement. In late January 2026, The Information reported, and PYMNTS and Retail Brew relayed, that Shopify merchants would owe OpenAI a 4% fee on sales completed through the ChatGPT checkout, on top of normal processing, with Google AI Mode, Gemini and Microsoft Copilot checkouts carrying no additional fee. Two things reconcile those. First, the 4% attached to the in-chat Instant Checkout path, not to Agentic Storefronts discovery. Second, OpenAI retreated from that path six weeks later. So for a typical merchant in September 2026, discovery through ChatGPT costs nothing extra and the purchase settles on your storefront at your normal rates. The honest caveat: if in-chat checkout returns through Apps, the commercial terms are OpenAI's to set, and the 4% figure is the only number either side has ever floated. Read the Agentic Storefronts supplemental terms before enabling direct checkout on any channel.

Shopify Catalog: the data requirements that actually gate you

Eligibility is not a switch, it is a data bar, and merchants who think they are not appearing are usually failing one line of it. Shopify requires each product to carry a title, description, image, price and available inventory, plus an external product URL in the standard external URL metafield, which is the field most often empty on stores that migrated in from another platform. At the shop level you need published terms of service, privacy policy and return and refund policy under Settings > Policies, and your existing online store domain has to be added to Shopify admin and verified. There is also a business-model rule worth knowing: agentic storefronts support direct-to-consumer sales only, and products Shopify can identify as sold exclusively to business or wholesale customers are excluded automatically. If you run a mixed catalog, expect a subset to be silently absent rather than an error. Fix the feed before you touch anything else, which is the same advice that applies to agentic checkout generally.

Shopify agentic commerce protocol: UCP, and where ACP fits

Shopify co-developed the Universal Commerce Protocol with Google, announced by Sundar Pichai at the NRF keynote on January 11, 2026 and released under Apache 2.0. UCP is capability-first: the merchant publishes a profile describing what it supports and agents read it before transacting, which is precisely the file our probe fetched. It covers cart creation, checkout, payment and post-purchase, and industry support now spans Walmart, Target, Etsy, American Express, Mastercard, Stripe and Visa. ACP, from OpenAI and Stripe, is checkout-first: it defines how an agent creates and completes a session against a merchant, and it is what powered Instant Checkout. These are not competing payment rails, they are competing interface conventions in front of the same store and the same processor, and in both of them the merchant remains the seller of record. That single fact is why participating does not require a new acquirer. We compare them in depth in the UCP explainer and the protocol comparison.

How to turn off Shopify agentic storefronts

You can, and the control is per channel rather than all or nothing. Open Settings > Sales channels > Agentic storefronts. The Allow Shopify to manage for me toggle is on by default and is what auto-enrolls you across AI surfaces including ones that launch later. Turn it off and you get individual switches for each channel, so you can stay in Copilot and leave ChatGPT, or the reverse. Turning everything off removes your products from agent-driven discovery on those surfaces. Before you do it, be clear about what you are opting out of, because it is not advertising spend and it is not a marketplace listing with a commission attached. On the Shopify-hosted plan it is free distribution into surfaces a growing share of US shoppers now start on. The defensible reasons to disable a channel are real but narrow: regulated or age-restricted products, catalogs where the data quality would embarrass you, or a wholesale-heavy business where consumer orders create fulfilment problems. Disabling it because agent traffic feels unfamiliar is a decision to be invisible in the fastest-growing discovery channel you have.

Shopify's rate limits for unsigned agents

There is a second, less publicized half to Shopify's agent strategy, and it is about who gets served rather than what is for sale. On May 30, 2026 the Shopify developer changelog told bots and agents to identify themselves using Web Bot Auth, and stated that agents which do not cryptographically sign their requests are subject to the strictest rate limits on the Storefront API and on Shopify-hosted online store pages. Shopify practices this itself: on September 2, 2026 we fetched shopify.com/.well-known/http-message-signatures-directory and it served a valid Ed25519 signing key, correct content type and all, with a validity window running from March 13, 2026 to March 13, 2027. Two of the headless brands in our probe returned 429 to an ordinary unsigned request, which is the same policy visible from the outside. If you build a shopping or procurement agent, sign your traffic or accept the slow lane across a very large share of US retail. The mechanics are in our Web Bot Auth guide.

The Agentic plan for brands that are not on Shopify

Shopify also unbundled this. As of the March 2026 update there is an Agentic plan that lets brands outside the Shopify ecommerce platform put products into Shopify Catalog and reach the same AI channels, with no monthly subscription cost and standard payment rates when products sell. The difference in behaviour is important and easy to miss: on the Agentic plan, direct selling through agentic storefronts is deactivated by default and you have to opt in and activate direct checkout per channel, which is the mirror image of the Shopify-hosted experience where it is on unless you turn it off. Setup follows four steps: get products into Catalog and verify your domain and policies, configure payments, shipping and taxes, set up fulfillment and customer notifications, then activate the channels you want. For a brand on another platform this is the cheapest available route into ChatGPT and Copilot discovery, and it is worth evaluating on those terms rather than as a Shopify migration.

What Shopify agentic commerce does not decide

Everything above is sell-side. UCP, ACP, Catalog and Agentic Storefronts describe how an order reaches a merchant, and every one of them assumes the buyer already decided the money was fine to spend. None of them carries a budget. That is a growing problem in exactly the place this site cares about, because the same infrastructure that lets a consumer buy a sweater in a chat lets your procurement agent place forty individually reasonable orders that add up to something nobody approved. The checkout page used to be the last budget control: a human read a total and stopped. Agentic checkout is designed to remove that screen, and scoped payment tokens cap a single transaction rather than a cumulative total. Which is the honest reason this page exists on a payments site rather than an ecommerce blog. If you sell through agents, the work is your feed and your policies. If you buy through agents, the work is upstream of any merchant and the standards will not do it for you. That is covered in agentic payments.

Where Agentspay sits for buy-side teams

Agentspay is the buy-side control plane that sits above whatever protocol a merchant happens to speak. Shopify decides whether an agent can see your catalog; Agentspay decides whether your agent should be permitted to spend this amount, with this counterparty, right now. Each agent gets its own funded wallet instead of shared access to a company card, and every intended purchase is evaluated against policy before any payment credential is issued, covering the per-transaction ceiling, the cumulative budget over a window, the merchant allowlist and the velocity rule that catches a retry loop. Spend above your threshold pauses for human approval rather than settling quietly. The agent receives a scoped credential such as a merchant-locked virtual card, and every decision lands in an immutable audit trail naming the agent, its human owner, the intent and the policy that allowed it. Because the policy layer is rail-neutral, a merchant moving from ACP to UCP changes nothing about how your controls are written. The console at the top of this page runs the same engine.

Whatever standard moves the money, Agentspay is the rail-neutral control plane that keeps it governed. See how it works and the control surfaces that enforce policy, approvals, and audit on every transaction.

Original research, September 2, 2026

Does a real Shopify store publish its UCP capability file?

We requested /.well-known/ucp from fourteen US brand domains running on Shopify, followed redirects and checked the response content type rather than the status code. Every store that answered served protocol version 2026-08-25. No merchant configures this; the platform emits it.

Brand domain Result Content type What we saw
allbirds.com Valid UCP document application/json Version 2026-08-25, MCP endpoint at weareallbirds.myshopify.com, 8 capabilities, Google Pay plus Shopify card handlers
gymshark.com Valid UCP document application/json Identical shape and version, served straight from the brand domain
brooklinen.com Valid UCP document application/json Same version, three protocol versions advertised as supported
drinkolipop.com, deathwishcoffee.com, nativecos.com Valid UCP document application/json All current, no merchant configuration involved
fashionnova.com, kyliecosmetics.com, jeffreestarcosmetics.com Valid UCP document application/json Valid. Note these returned a JSON Files error rather than HTML on unrelated well-known paths
redbullshopus.com Valid UCP document application/json Valid and current
chubbiesshorts.com Valid, but read carefully application/json The UCP file is valid. Every other well-known path returned HTTP 200 with a 600 KB HTML shell, a false positive if you only check status codes
ruggable.com Missing at the brand domain text/html 404 with a 400 KB React shell. ruggable.myshopify.com serves a complete, current document
bombas.com, meundies.com Blocked at the edge text/html HTTP 429 to an ordinary unsigned request. Both myshopify origins serve a complete document

What the file exposes

The eight capabilities a Shopify store advertises to an AI agent

Read from a live storefront on September 2, 2026, protocol version 2026-08-25. Services are offered over MCP transport at the store myshopify origin, with an older embedded transport still advertised at version 2026-04-08.

Capability identifier What an agent can do with it Why it matters to you
dev.ucp.shopping.catalog.search Search your catalog directly rather than crawling pages This is how an assistant shortlists you against competitors. Thin descriptions lose here
dev.ucp.shopping.catalog.lookup Resolve a specific product, variant and current price Stale inventory produces failed orders, not lost impressions
dev.ucp.shopping.cart Build a cart with variants and quantities Your normal cart rules apply, so nothing new to maintain
dev.ucp.shopping.checkout Create and complete a checkout session You stay the seller of record and capture through your existing processor
dev.ucp.shopping.discount Apply discount codes inside the agent flow Codes you assumed were browser-only are now machine-applicable
dev.ucp.shopping.fulfillment Read shipping methods and destinations before committing The agent gets real shipping cost, which is what stops abandonment
dev.ucp.shopping.order Check order status after purchase Post-purchase questions get answered without a support ticket
dev.shopify.catalog Shopify-specific catalog extension beyond the open spec Signals platform-native support rather than a generic bridge

Fees by channel

What Shopify agentic commerce costs, channel by channel

Position as of September 2026. Shopify states no transaction fees beyond standard processing for Agentic Storefronts. The 4% figure comes from January 2026 reporting on the in-chat Instant Checkout path OpenAI has since stepped back from. Verify current terms before enabling direct checkout.

AI channel Status for eligible US merchants Where the purchase completes Extra fee beyond processing
ChatGPT Live, on by default Typically your own storefront since March 2026 None on the Agentic Storefronts path
ChatGPT Instant Checkout (in chat) Moved to Apps in early March 2026 Inside the conversation, via ACP 4% to OpenAI as reported in January 2026, terms now uncertain
Microsoft Copilot Live, thousands of merchants selling Native checkout via UCP None reported
Google AI Mode and Gemini Live for select brands UCP checkout None reported
Meta surfaces UCP-powered checkout announced as coming Not yet live Not published
Shopify Agentic plan (non-Shopify brands) Opt in, direct selling off by default Per channel once activated No monthly subscription, standard payment rates

Eligibility checklist

What gates a Shopify store out of agentic storefronts

These are Shopify Catalog requirements. Failing any one of them removes products silently rather than raising an error, which is why merchants who think they are excluded are usually failing a single line.

Requirement Where it lives Most common failure
Title, description, image, price, live inventory Product records Descriptions written for a human skimming, not for a machine comparing
External product URL metafield Standard metafield on each product Empty on catalogs migrated in from another platform
Terms of service, privacy, return and refund policy Settings, Policies Placeholder text. Agents read these to answer shopper questions
Online store domain added and verified Shopify admin domains Verified for the storefront but not for a headless brand domain
Direct-to-consumer products Catalog eligibility Wholesale or B2B-only lines excluded automatically, so a mixed catalog appears partial
Sells to US buyers Market settings Business location does not matter, buyer market does

Frequently asked

Questions people ask about Shopify Agentic Commerce

What are Shopify agentic storefronts?

Agentic Storefronts is Shopify's sales channel for selling through AI assistants. It syndicates your product data through Shopify Catalog to ChatGPT, Microsoft Copilot, Google AI Mode and the Gemini app, publishes a machine-readable capability file at /.well-known/ucp so agents know what your store supports, and routes resulting orders through your existing checkout and payments. It was announced on December 10, 2025 and switched on by default for eligible US-selling merchants in March 2026. You manage it under Settings, Sales channels, Agentic storefronts.

Is my Shopify store already in ChatGPT?

Almost certainly yes, if you sell to US buyers and your products meet Shopify Catalog requirements. Shopify activated Agentic Storefronts by default in March 2026 with no opt-in step, so most eligible stores have been discoverable inside ChatGPT since then. To confirm, open Settings, Sales channels, Agentic storefronts in your admin and check whether the ChatGPT channel is enabled and whether Allow Shopify to manage for me is on.

What is the Shopify ChatGPT sales fee?

Shopify states that Agentic Storefronts carries no transaction fees beyond your standard payment processing rates. The widely quoted 4% is different: in January 2026 The Information reported that Shopify merchants would pay OpenAI 4% on sales completed through the in-chat ChatGPT checkout, with Google and Microsoft checkouts carrying no extra fee. OpenAI stepped back from in-chat Instant Checkout in early March 2026, so most ChatGPT-sourced orders now complete on your own storefront at your normal rates. Check the current supplemental terms before enabling direct checkout on any channel.

How do I turn off Shopify agentic storefronts?

Go to Settings, Sales channels, Agentic storefronts in your Shopify admin. Turn off Allow Shopify to manage for me, which stops automatic enrolment in new AI channels, then disable individual channels you do not want. The control is per channel, so you can remain in Microsoft Copilot while leaving ChatGPT, or the reverse. Turning everything off removes your products from agent-driven discovery on those surfaces.

Does Shopify agentic commerce work with a headless storefront?

Partly, and this is the gap most headless merchants have not noticed. Product syndication through Shopify Catalog still works. But when we probed fourteen brand domains on September 2, 2026, the three headless builds in the sample failed to serve /.well-known/ucp at their own domain, returning a 404 or an HTTP 429 from their edge, while every one of them served a complete document at the matching myshopify.com origin. Proxy the well-known path through to your Shopify origin and make sure your CDN or WAF does not challenge it.

What is the Shopify agentic commerce protocol?

Shopify uses the Universal Commerce Protocol, or UCP, which it co-developed with Google and which was announced at NRF on January 11, 2026 under Apache 2.0. UCP is capability-first: the merchant publishes a profile describing what it supports and agents read it before transacting. Shopify storefronts currently serve protocol version 2026-08-25 and still advertise 2026-04-08 and 2026-01-23 as supported. The separate Agentic Commerce Protocol from OpenAI and Stripe is checkout-first and is what powered ChatGPT Instant Checkout.

What is Shopify Catalog and why do my products need it?

Shopify Catalog is the structured product dataset Shopify syndicates to every connected AI platform by direct API, so a change in admin reaches the assistants without a feed export. Catalog eligibility is the actual gate on agentic storefronts. Each product needs a title, description, image, price, available inventory and an external product URL metafield, and the shop needs published terms of service, privacy and refund policies plus a verified domain. Products that fail any requirement are excluded quietly rather than flagged.

Can B2B or wholesale products sell through agentic storefronts?

No. Shopify agentic storefronts support direct-to-consumer sales only, and products Shopify can identify as sold exclusively to business or wholesale customers are excluded automatically. If you run a mixed catalog, expect part of it to be absent from AI channels with no error raised. Merchants selling into business buyers through agents are on the other side of this problem, where the constraint is the buyer's own spending policy rather than merchant eligibility.

Does Shopify block AI agents from its stores?

It throttles unidentified ones. On May 30, 2026 the Shopify developer changelog told bots and agents to identify themselves using Web Bot Auth and stated that agents which do not cryptographically sign their requests get the strictest rate limits on the Storefront API and on Shopify-hosted pages. Two headless brand domains in our September 2026 probe returned HTTP 429 to an ordinary unsigned request. Verified agents are served normally, so signing your traffic is the difference between the fast lane and the scraper bucket.

Do agentic storefronts change who is the seller of record?

No. In both UCP and ACP the merchant remains the seller of record. You set the price, capture the payment through your existing processor, fulfil the order and own the customer relationship afterwards, including returns and support. That is why participating does not require a new acquirer or a payments migration. The practical consequence to plan for is that a buyer may reach your support queue having never seen your website, so order confirmations and return instructions need to make sense to someone meeting your brand for the first time in a shipping email.

Keep reading

More explainers

ServiceNow AI Control Tower

ServiceNow AI Control Tower

ServiceNow AI Control Tower is the most complete agent inventory and risk console a large US enterprise can buy, and it now reaches across AWS, Google Cloud and Azure. We read the schema ServiceNow ships to developers to answer the one question the rollout meeting always ends on: can it stop an agent from spending money? It cannot, and the reason is written into the data model.

Read

Gemini Enterprise

Gemini Enterprise

Google did something in August 2026 that the other agent platforms have not done: it shipped a hard monthly spend cap that genuinely stops usage instead of emailing you about it. That deserves credit, and it also moves the interesting question one step along. A cap that stops something is only as useful as the thing it is scoped to, so we went and measured what Google can actually point that cap at, in the API model Google publishes for anyone to read.

Read

Salesforce Agentforce

Salesforce Agentforce

Agentforce is the largest agent platform any US enterprise is likely to already own, and it moved to consumption billing, which means the meter now runs on what your agents do rather than on how many seats you bought. That raises a finance question the rollout deck rarely answers: when an Agentforce agent is loose in production, what actually stops it spending. We went and measured the answer in Salesforce own published object model rather than guessing at it.

Read

AWS AgentCore

AWS AgentCore

Amazon shipped the missing piece in August 2026. Bedrock AgentCore Payments went generally available, and it is a real payments product: an agent can now hold a wallet, meet an HTTP 402, pay, and carry on reasoning without a human in the loop. So the question a platform lead has to answer stopped being whether AWS gives agents money and became a narrower, more awkward one: how much of a spend policy did AWS actually ship? We went and measured it, property by property, in the API model AWS publishes.

Read

Microsoft Agent 365

Microsoft Agent 365

Microsoft shipped a control plane for AI agents, and it is a good one. It gives every agent an identity, a registry entry, an owner, a sponsor and a Conditional Access policy. Then somebody in finance asks the obvious follow-up question: fine, but what stops the agent from spending money? This page answers what Agent 365 costs, what it governs, and what we measured when we went looking for a dollar amount anywhere in Microsoft's agent governance surface.

Read

QuickBooks MCP Server

QuickBooks MCP server

Connecting an accounting system to an AI assistant is now a ten minute job. Deciding what that assistant is allowed to do once it is connected is the part nobody writes about, and it is the part your controller will ask about first. This page compares what the official QuickBooks, NetSuite and Xero MCP servers actually hand a model, measured rather than summarized from marketing pages.

Read

Payment MCP Servers

payment MCP servers

Every large payment company shipped an MCP server in the last eighteen months, and almost every write-up of them is a setup tutorial. The setup is the easy part. The question worth answering before you connect one to a production account is narrower and much less comfortable: what, exactly, can the model on the other end of that connection do to your money?

Read

PayPal Agentic Commerce

PayPal Agentic Commerce

PayPal made a bet that most merchants would rather not implement a commerce protocol at all. Where Stripe and OpenAI shipped a spec for you to build against, PayPal shipped two products that sit on top of the checkout you already have, and then bought a company to make the catalog half work. That choice is the whole story: it explains why Agent Ready needs almost no engineering from you, why there is nothing for an agent to discover about your store on the open web, and why the thing PayPal will not do for you is the thing that gets expensive later.

Read

Web Bot Auth

Web Bot Auth

Web Bot Auth is the reason your agent either gets served or gets throttled with the scrapers. Almost everything written about it repeats the same architecture diagram, so we did something different: on September 1, 2026 we fetched the published key directories of more than twenty major AI operators and infrastructure vendors to see who is genuinely signing their traffic. Four were. The results are in the first table.

Read

Tempo Blockchain

the Tempo blockchain

Tempo is the payments chain Stripe and Paradigm built, and it shipped with a protocol that lets software pay for things on its own. It settles machine payments in under a second. It has nothing at all to say about whether your agent should have paid.

Read

AI Agent Governance

AI agent governance

Every agentic AI governance framework published so far governs the same four things: identity, tools, data and prompts. Not one of them carries a budget. Here is what the real frameworks say, which guardrails actually bind at runtime, and what to do about the last mile none of them reach.

Read

A2A Protocol

A2A Protocol

Most explanations of the A2A protocol stop at the sentence that agents can now talk to each other. That was true in April 2025 and it is no longer the interesting part. A2A shipped version 1.0 in April 2026 under Linux Foundation governance, it runs in production inside Azure AI Foundry and Amazon Bedrock AgentCore, and the questions engineers actually get stuck on are narrower: what an Agent Card commits you to, when to reach for MCP instead, and what happens the first time one of your agents has to pay another one for the work. That last question has a specific answer, and it is not in the core spec.

Read

Mastercard Agent Pay

Mastercard Agent Pay

Nearly every article about Mastercard Agent Pay is a retelling of one press release from April 2025, the one where Mastercard said AI agents would be able to shop with Agentic Tokens and named Microsoft as the first platform. That was sixteen months ago, and four more things have shipped since. Reading only the launch coverage leaves you with roughly a quarter of the picture, and the missing three quarters are the parts that decide whether you can actually put this into production.

Read

Visa Intelligent Commerce

Visa Intelligent Commerce

Almost everything written about Visa Intelligent Commerce is a retelling of the April 2025 announcement, when Visa said AI agents would be able to pay with a Visa credential. Three more things have shipped since, including an open agent-identity protocol built with Cloudflare that most coverage does not mention at all. This page is the current version, checked against Visa’s own developer documentation and newsroom in August 2026.

Read

Stripe agentic commerce

Stripe agentic commerce

Most writing about Stripe and agentic commerce is still a retelling of the September 2025 launch week, when Stripe and OpenAI shipped Instant Checkout and published the Agentic Commerce Protocol together. Stripe has built a good deal more since then, and some of it points in a direction the launch coverage never anticipated. This page is the current version, checked against Stripe’s own documentation in August 2026.

Read

ChatGPT Instant Checkout

ChatGPT Instant Checkout

Almost every guide to ChatGPT Instant Checkout still reads like it was written the week it launched, walking merchants through how to apply and what the fee will be. OpenAI changed course in March 2026. Here is the accurate version: what Instant Checkout was, what the numbers actually looked like, what replaced it, and which parts of the stack are still very much alive.

Read

Google AP2

Google AP2

Most guides to Google AP2 still describe an Intent Mandate and a Cart Mandate, because most of them are rewrites of the September 2025 launch post. The specification moved. Here is what the Agent Payments Protocol actually defines today, and the one question it deliberately does not answer.

Read

Human in the loop AI

Human in the Loop AI

Every guide to human in the loop AI describes the same shape: the agent pauses, a person decides, the agent continues. The shape is right. What almost none of them ask is a harder question, which is where the pause is enforced, because a pause written into the agent's own code is a pause the agent is trusted to honor.

Read

AI agent cost

AI Agent Cost

Every cost guide for AI agents answers the same two questions: what does it cost to build, and what does it cost to run. Both are answerable, and both are on somebody's invoice. The third question is the one that ends up in a variance report, because the agent also spends your money, and nobody sends you a bill for that.

Read

Agentic checkout

Agentic Checkout

Nearly every guide to agentic checkout is written for the merchant who wants to receive these orders. Far fewer are written for the company whose agents are placing them, which is odd, because agentic checkout quietly removes the one screen where spending used to get a second look.

Read

API monetization

API Monetization

Most guides to API monetization argue about which pricing model wins. The harder question in 2026 is who is calling. An API priced for a signed-up developer with a key behaves very differently when the caller is an agent that showed up once, wants one record, and has no account.

Read

x402 protocol

x402 Protocol

x402 took the one HTTP status code the web never used and turned it into a payment rail machines can drive. The protocol is elegant and genuinely small. The part it deliberately leaves to you is the budget.

Read

AI procurement agents

AI Procurement Agents

Every major procurement suite shipped agents during 2026. Almost none of them answer the question your controller will ask first, which is what happens when the agent is wrong about a purchase and the money has already moved.

Read

Agentic payments

Agentic Payments

Agentic payments move money with no human at the checkout. The rails to do it all shipped during 2026. The part most teams have not solved is deciding, before the money moves, whether the agent was allowed to spend it.

Read

AI agent monetization

AI Agent Monetization

Every AI agent company is rewriting its price list. The models that survive are metered. The ones that quietly fail are the ones where nobody measured what a single task costs to serve.

Read

Agent payment platforms

AI Agent Payment Platforms

Five different kinds of product now call themselves an AI agent payment platform, and they solve five different problems. Picking the wrong category is the expensive mistake, not picking the wrong vendor inside a category.

Read

Universal Commerce Protocol

the Universal Commerce Protocol (UCP)

Google and Shopify shipped UCP as an open standard so an AI agent can check out at any merchant that supports it. Here is what the specification actually defines, where it is live for US buyers, and the one thing it deliberately leaves to you.

Read

MCP Payments

MCP Payments

MCP payments are how an AI agent discovers a payment tool and calls it to move money. The catch: the Model Context Protocol carries the tool call, not the spending decision, so nothing in the stack asks whether the purchase should have happened.

Read

Visa Intelligent Commerce vs Mastercard Agent Pay

Visa Intelligent Commerce vs Mastercard Agent Pay

Visa Intelligent Commerce and Mastercard Agent Pay are the two big card networks racing to let AI agents pay. They take different routes to the same idea, and neither one decides whether a given purchase should have happened.

Read

Agentic Commerce Protocol

the Agentic Commerce Protocol

ACP is the open standard behind agentic checkout in ChatGPT. It tells a merchant how to sell to an AI agent. It says nothing about whether your agent should have made the purchase.

Read

AP2 vs ACP vs x402

AP2 vs ACP vs x402

AP2, ACP, and x402 are the three standards shaping how AI agents pay. They solve different layers of the problem, and most real systems will touch more than one.

Read

Machine payments protocol

Machine payments protocol

As software starts paying software, machine payments protocols define how value moves without a human at the keyboard. The harder question is how to keep that spending governed.

Read

Know Your Agent (KYA)

Know Your Agent

KYA, or Know Your Agent, extends the idea of customer due diligence to autonomous software. When an agent spends, you need to know which agent, on whose authority, and under what limits.

Read

Keep agent spending governed

Add policy, hard limits, human approval, and an immutable audit trail across any protocol or rail. Start in the sandbox today.

Never moves money without policy