Agentspay

Explainer

Agent 365: Microsoft Agent 365 Pricing, Entra Agent ID and the Agent Spend Gap

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.

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

Microsoft Agent 365 is Microsoft's control plane for AI agents. It became generally available on 1 May 2026 and lists at 15 dollars per user per month as a standalone add-on, or is bundled into Microsoft 365 E7 at 99 dollars per user per month alongside E5, Copilot and the Entra Suite. It is licensed per user rather than per agent, so one license covers every agent that person owns, sponsors, manages or interacts with. It delivers five capabilities: Registry, Access Control, Visualization, Interoperability and Security, with identity supplied by Microsoft Entra Agent ID. What it does not do is govern money. We probed the Microsoft Graph beta metadata document on 8 September 2026 and found 48 agent governance types carrying 623 properties between them, of which zero express an amount, a currency, a budget or a spending limit. The 29 Conditional Access types carry 99 distinct properties, also none monetary, even though those policies explicitly know about agents through conditions named agents, agentFilter and agentIdRiskLevels. The same regex fires on 37 other Graph types, so Microsoft Graph can plainly express money. It just does not express it anywhere near an agent. Agent 365 decides which systems an agent may reach. It never decides how much that agent is allowed to spend.

What Microsoft Agent 365 actually is

Agent 365 is the layer Microsoft added once it became clear that enterprises were going to run hundreds of agents and had no idea how many they already had. Microsoft describes it as a control plane, and the description is accurate: it observes agents across the enterprise, governs how they access systems, data and tools, and secures them with Microsoft identity and security capabilities. Microsoft groups the product into five capabilities. Registry is a single inventory of every agent in the tenant, including agents Microsoft did not build. Access Control handles permissions and policy. Visualization is the dashboard and analytics layer. Interoperability is agents reaching Word, Excel, SharePoint and Dynamics 365 through what Microsoft calls Work IQ. Security is Defender and Purview applied to agents rather than to people. If you have been treating agents as a shadow IT problem, this is the product that turns them into a managed asset, and it genuinely does that job.

Agent 365 pricing: what 15 dollars and 99 dollars actually buy

The list prices are straightforward and the licensing model is the part people get wrong. Agent 365 standalone lists at 15 dollars per user per month, generally available since 1 May 2026. It is also bundled into Microsoft 365 E7 at 99 dollars per user per month, which packages E5, Copilot, the Entra Suite and Agent 365 together. Buying those pieces separately as E5 plus Copilot plus Agent 365 comes to roughly 105 dollars, so E7 is the cheaper route for an organization that wants all of it. The detail worth underlining: the license is per user, not per agent. One Agent 365 license covers every agent that person owns, sponsors, manages or interacts with, so deploying your eleventh agent does not add a line to the invoice. That is unusually generous, and it is also why the cost conversation moves somewhere else, which is the next section.

The bill Agent 365 does not put a ceiling on

Licensing covers governance. It does not cover building or running agents, and those costs are metered on a different invoice entirely. Copilot Studio consumption and Azure compute land on the Azure bill as variable spend, while Agent 365 lands on the Microsoft 365 bill as a fixed per seat rate. Several licensing consultancies have already made this point well and they are right to: a budget owner who signed off on a predictable per user rate can be surprised by a consumption line nobody modelled, because an agent that retrieves ten files per prompt costs more than one that retrieves three, and an agent that runs 500 times a day costs more than one that runs fifty. We want to be clear that this is a real gap and it is not the one this page is about. It is a compute cost problem, and FinOps tooling addresses it. The gap nobody is writing about is one layer further out.

The second money gap: what happens when the agent buys something

There are two ways an agent costs you money and only one of them shows up on a Microsoft invoice. The first is compute, covered above. The second is purchasing: the agent that renews a SaaS subscription, tops up an ad account, books travel, pays a supplier invoice, buys API credits or approves a purchase order. That money leaves through your bank, your card program or your payables system, and Agent 365 has no visibility into it and no control surface for it. This is not a criticism of the product. An identity and access control plane is the wrong place to encode a finance policy, exactly as we concluded about payment MCP servers and accounting MCP servers when we probed those. It is still a gap at the program level, and the reason it deserves stating plainly is that Agent 365 is so thorough everywhere else that it is easy to assume it is thorough here too. It is not, and we checked properly rather than assuming.

How we checked, and why the control matters

Rather than reading marketing pages, we went to the machine readable definition. On 8 September 2026 we fetched https://graph.microsoft.com/beta/$metadata, the Common Schema Definition Language document that defines every entity, property and enumeration in the Microsoft Graph beta surface. It returned HTTP 200 and 3,951,869 bytes, containing 2,508 EntityTypes, 3,371 ComplexTypes and 1,885 EnumTypes. We then enumerated every type whose name contains the word agent, discarded the ones that are unrelated to agent governance (Cloud PC agent pools, on premises sync agents, and HTTP user agent strings), and read the property list of each remaining type. The critical part is the control. Running a regular expression that finds nothing proves nothing on its own, because the regex may simply be broken. So we ran the identical pattern across the whole document to confirm it fires where money genuinely exists. It does, on 37 other types. Anyone can re-run both halves and get the same answer, which is the point.

What the probe found: 623 properties, zero of them money

Across the 48 agent governance types in the Graph beta schema we counted 623 properties. Not one matches amount, currency, budget, spend, price, cost, payment, invoice, monetary, creditLimit, dollar, purchase or even the generic word limit. The type vocabulary is rich and it is entirely about identity, capability and risk: agentIdentity, agentRegistration, agentRegistry, agentIdentityBlueprint, agentCapabilities, agentSkill, agentSignIn, riskyAgent, agentCardManifest, targetAgentIdentitySponsorsOrOwners. That last one is a nice illustration of how carefully Microsoft has thought about accountability: there is a first class concept for who sponsors and owns an agent. There is simply no first class concept for what an agent may spend.

Conditional Access knows about agents and still has no amount

This is the finding we found most telling. Conditional Access is the policy engine every Microsoft shop already uses to decide who gets into what, and Microsoft has plainly extended it to agents. In the Graph beta schema there are 29 conditionalAccess types carrying 99 distinct properties, and the condition vocabulary now includes agents, agentFilter, agentContext, agentIdRiskLevels and agentIdServicePrincipalFilter. So the policy engine is fully agent aware. It can express this agent, from this location, at this risk level, using this authentication strength, may or may not reach this application. What it cannot express, because none of those 99 properties is monetary, is this agent may spend up to 500 dollars this week, with any single transaction over 100 dollars pausing for its owner. Conditional Access is a binary gate on access. Purchasing needs a graduated gate on amount, and those are different shapes of control that no amount of policy tuning turns into each other.

The control result, stated plainly

The same regular expression that returned zero across 623 agent properties returned matches on 37 other Microsoft Graph types. bookingAppointment carries invoiceAmount, invoiceDate, invoiceId and invoiceStatus. bookingService carries defaultPrice and defaultPriceType. agedAccountsPayable and agedAccountsReceivable both carry currencyCode and currentAmount. company carries paymentMethods, paymentTerms, customerPayments and customerPaymentJournals. employeeOrgData carries costCenter. Microsoft Graph models money in detail when the domain calls for it. The absence around agents is therefore a design decision rather than an oversight in our method, and that is precisely what makes it quotable: Microsoft built a thorough agent control plane and deliberately scoped money out of it.

Entra Agent ID vs Agent 365: which one does what

These two get conflated constantly and the split is actually clean. Microsoft Entra provides the identity foundation through Agent ID: it manages agent identities, blueprints and permissions, applies Conditional Access, identity governance and network security controls, and monitors identity related security signals. Agent 365 is the unified registry and control plane on top: it is where you discover and manage every agent in the organization, including agents that have no Entra agent identity at all, and where you monitor operational activity. Microsoft converged the registry experiences under Agent 365 in 2026 after customers complained about agent visibility being scattered across the Entra admin center and the Microsoft 365 admin center. Practically: use Agent 365 to find and manage agents, use Entra to manage their identities and access policies. Roles matter here too. Viewing the inventory needs the AI Reader role and no specific license, while changing agent identities needs Agent ID Administrator, and applying Conditional Access or identity governance to agents needs the appropriate Entra Agent ID licensing.

What to do before your first agent buys something

If you are rolling out Agent 365, the governance work it does is genuinely most of the job and you should do it. Register every agent, assign a real owner and sponsor rather than a shared mailbox, apply Conditional Access, and use the AI Reader role as the default so most people can see the inventory without being able to change it. Then treat purchasing as a separate control that you have to add. The design that holds up separates capability from authority. A credential or a Conditional Access policy decides what an agent can reach. A spend policy decides whether this specific action, right now, for this amount, to this counterparty, is allowed. Keep them in different systems and you get both. Concretely, before an agent transacts: give it its own funded wallet rather than a shared corporate card, so a bad day is contained to one balance and the charges are attributable. Check every intended payment against policy before a credential exists, covering the per transaction ceiling, the running total over a window, the vendor allowlist and the velocity rule that catches a retry loop. Pause anything above your threshold for human approval. Issue a merchant locked virtual card scoped to a single purchase rather than a reusable key. And write every decision to an immutable audit trail naming the agent, its owner, the intent and the policy that allowed it.

How Agentspay fits alongside Agent 365

Agentspay does not replace Agent 365 and there is no overlap to argue about. Microsoft owns identity, registry, access and security for your agents, and it does that better than any startup will. Agentspay occupies the layer the Graph schema shows is empty: the policy decision in front of the money. You keep Entra Agent ID as the identity, keep Agent 365 as the registry and control plane, and put a spend policy between your agents and your bank. Because the control plane is rail neutral, it does not care whether the agent pays by card, by ACP checkout, by AP2 mandate or over x402. The same measurement one cloud over found that Gemini Enterprise does ship an enforced spend cap, and that it is scoped to a billing project rather than to an agent. For the wider category, AI agent governance covers the control frameworks in general, AI agent payment platforms compares the vendors in this space, and procurement agents covers the buying workflow itself. If your agents are also reaching your books, our probes of accounting MCP servers and payment MCP servers used the same method and reached the same conclusion one layer down, as did our measurement of Salesforce Agentforce spend controls in the Salesforce object model.

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.

Pricing

Agent 365 pricing and licensing, September 2026

US list prices. Licensing is per user, not per agent, so one license covers every agent that person owns, sponsors, manages or interacts with.

Line item US list price Billing model What it covers
Agent 365 standalone 15 dollars per user per month Per user, per month Registry, access control, visualization, interoperability, security
Microsoft 365 E7 99 dollars per user per month Per user, per month E5 plus Copilot plus Entra Suite plus Agent 365
E5 plus Copilot plus Agent 365 separately roughly 105 dollars per user per month Per user, per month The same components bought individually, so E7 is cheaper
Agent build and run Metered separately Consumption Copilot Studio and Azure compute, on the Azure invoice
Viewing the agent inventory No specific license Role based Needs the AI Reader role in the Microsoft 365 admin center
What an agent is allowed to spend Not offered Not applicable No spend limit, budget or approval threshold exists in the product

Original research

We searched Microsoft Graph for a dollar amount near an agent

Probed 8 September 2026 against graph.microsoft.com/beta/$metadata, HTTP 200, 3,951,869 bytes. The control row is the one that makes the zero meaningful.

What we measured Result What it means
Types in the Graph beta schema 2,508 entity, 3,371 complex, 1,885 enum The full machine readable surface, not a marketing summary
Agent governance types examined 48 Every agent named type minus Cloud PC, on premises sync and HTTP user agent
Properties across those 48 types 623 Identity, capability, ownership, risk, sign in, registration
Properties expressing money or a limit 0 No amount, currency, budget, spend, price, cost, payment or limit
Conditional Access types 29, with 99 distinct properties Includes agents, agentFilter, agentContext, agentIdRiskLevels
Conditional Access properties expressing money 0 The policy engine knows about agents and cannot express an amount
CONTROL: same regex across the rest of Graph 37 types matched invoiceAmount, defaultPrice, currencyCode, paymentTerms, costCenter

Who enforces what

Entra Agent ID, Agent 365 and a spend control plane

These are three different jobs. The first two are Microsoft's and they do them well. The third is not in the product.

Control Entra Agent ID Agent 365 Spend control plane
Gives the agent an identity Yes Consumes it Consumes it
Single inventory of every agent Partial, only agents with an Agent ID Yes, including agents without one No
Named owner and sponsor Yes Yes Ties spend to the same owner
Decides which systems an agent may reach Yes, via Conditional Access Yes No
Threat protection and data policy Identity signals Defender and Purview No
Per transaction dollar ceiling No No Yes
Cumulative budget over a window No No Yes
Counterparty or merchant allowlist No No Yes
Human approval above a threshold No No Yes
Audit record naming intent and policy verdict Sign in and identity events Operational activity Every payment decision

Frequently asked

Questions people ask about Microsoft Agent 365

What is Agent 365?

Agent 365 is Microsoft's control plane for AI agents, generally available since 1 May 2026. It gives an organization one place to discover, govern and secure every agent running in the tenant, including agents Microsoft did not build. Microsoft groups it into five capabilities: Registry, Access Control, Visualization, Interoperability and Security, with identity supplied by Microsoft Entra Agent ID.

What does Agent 365 do?

It inventories every agent in your tenant, issues each one an identity through Entra Agent ID, assigns owners and sponsors, applies Conditional Access and identity governance to agents, pushes reusable policy templates to new agents, connects agents to Microsoft 365 data through Work IQ, and applies Defender and Purview protection. It governs identity, access and security. It does not govern money.

How much does Microsoft Agent 365 cost?

Agent 365 lists at 15 dollars per user per month as a standalone add-on in the US. It is also included in Microsoft 365 E7 at 99 dollars per user per month, which bundles E5, Copilot, the Entra Suite and Agent 365. Buying E5, Copilot and Agent 365 separately comes to roughly 105 dollars, so E7 is the cheaper path if you want all four.

How is Agent 365 licensed?

Per user, not per agent. One Agent 365 license covers every agent that person owns, sponsors, manages or interacts with, so adding more agents does not add licensing cost. Building and running the agents is billed separately as consumption through Copilot Studio and Azure, which lands on a different invoice from the per seat governance charge.

What is the difference between Entra Agent ID and Agent 365?

Entra Agent ID is the identity foundation: it manages agent identities, blueprints and permissions, and applies Conditional Access and identity governance. Agent 365 is the unified registry and control plane on top, where you discover and manage all agents including those without an Entra identity, and monitor operational activity. Microsoft converged the registry experiences under Agent 365 in 2026.

Does Agent 365 control how much an AI agent can spend?

No. We probed the Microsoft Graph beta schema on 8 September 2026 and found 623 properties across 48 agent governance types, none of which expresses an amount, currency, budget or limit. The 29 Conditional Access types carry 99 properties, also none monetary, despite conditions explicitly naming agents. Agent 365 governs which systems an agent reaches, never how much it may spend.

Do I need Microsoft 365 E7 to get Agent 365?

No. Agent 365 is available as a standalone add-on at 15 dollars per user per month, so an organization already on E5 can add it without moving to E7. E7 makes sense when you also want Copilot and the Entra Suite, because the bundle at 99 dollars costs less than the roughly 105 dollars those components come to individually.

Do I need a license to view agents in Agent 365?

Viewing the agent inventory in the Microsoft 365 admin center does not require a specific license, only the right role. Microsoft recommends AI Reader as the least privilege option for monitoring and reporting access, with AI Administrator as the broader alternative. Changing agent identities needs the Agent ID Administrator role, and applying Conditional Access or identity governance to agents needs Entra Agent ID licensing.

How do I enable Agent 365?

Assign the licensing, then go to the Microsoft 365 admin center as at least an AI Reader, select Agents in the navigation menu, and choose All agents to see the full tenant inventory. If you created agent identity blueprints in Entra before the registry convergence, register them in the Agent 365 registry so administrators can discover and govern them from the admin center.

What are the alternatives to Agent 365 for controlling agent spend?

There is no direct alternative, because no identity and access product enforces a dollar amount. The control you need is a different category: an agent spend control plane that holds a funded wallet per agent, checks each intended payment against a policy covering the per transaction ceiling, the cumulative cap and the merchant allowlist, pauses anything above a threshold for human approval, and records the verdict. Run it alongside Agent 365 rather than instead of it.

What does Agent 365 not cover?

Two things. Consumption cost, since Copilot Studio and Azure compute are metered on a separate invoice that the per seat license does not cap. And purchasing, meaning any money an agent moves out through your bank, card program or payables system when it renews a subscription, tops up an ad account, books travel or pays a supplier. Neither has a ceiling inside Agent 365.

Can Conditional Access set a spending limit for an agent?

No. Conditional Access is agent aware, with policy conditions named agents, agentFilter, agentContext and agentIdRiskLevels, but it is a binary gate on access: this principal, in this context, may or may not reach this resource. None of its 99 properties in the Graph beta schema expresses a monetary value, so it cannot say allow up to 500 dollars this week and pause anything over 100.

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

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

Shopify Agentic Commerce

Shopify Agentic Commerce

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.

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