AgentsPay

Explainer

Workday AI Agents and Workday Illuminate: Agent System of Record Spend Limits

Workday now registers AI agents the way it registers employees, in the Agent System of Record, and more than 65 partners are wiring their agents into it. We downloaded the API specification Workday publishes for that registry to answer the question a CFO asks before any agent goes live: where is the spending limit? Workday's documents carry plenty of money controls. The agent record carries none.

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

Workday AI agents are Illuminate agents built by Workday plus partner and custom agents registered in the Workday Agent System of Record (ASOR), generally available since February 2026 and billed through Workday Flex Credits. In Workday's published ASOR REST API (build dated 19 September 2026), 6 operations and 101 properties describe an agent's skills, tools, MCP and HTTP access, security domains and execution mode, and not one of them is an amount, currency, budget or counterparty. Requisitions, supplier invoices and expense reports an agent creates still meet Workday business process approvals and budget checks. Spend that never becomes a Workday document has no limit in the agent record.

What Workday AI agents are, and where Illuminate fits

Workday Illuminate is the name Workday gives its AI layer, and Illuminate agents are the role-based agents Workday builds itself: the Recruiting Agent, Payroll Agent, Financial Audit Agent, Business Process Optimize Agent, Talent Mobility Agent and, announced at Workday Rising on 16 September 2025, the Cost and Profitability, Financial Close and Financial Test agents for finance teams. Workday said the September 2025 wave would reach customers during 2026.

The second group is everything that is not built by Workday. Workday announced the Agent Partner Network and an Agent Gateway on 3 June 2025 so that agents from Accenture, AWS, Google Cloud, Microsoft, PwC, Salesforce, IBM, Glean, Auditoria.AI and others can connect to Workday over MCP and A2A. Workday now counts more than 65 partners connecting agents, plus nearly 20 Workday Ventures portfolio companies selling agents on Workday Marketplace.

Both groups land in the same place: the Workday Agent System of Record, announced on 11 February 2025 and generally available from February 2026. If you are evaluating Workday AI agents, ASOR is the object that decides what an agent is allowed to touch, so it is the thing worth reading closely.

What the Workday Agent System of Record governs

Workday describes ASOR as one place to onboard agents, assign owners and roles, apply security, track cost and measure value, with the same discipline Workday already applies to people. That is a real control plane for identity and access, and it is further along than most HR and finance vendors.

In the API itself, an agent is created from an A2A Agent Card. The POST /agentDefinition operation, secured by the domain "Setup: Agents", takes the card's name, provider, version, capabilities and skills, then records which Workday resources and tools the agent may use. Each skill carries an executionMode of Ambient or Delegate, and each resource is tied to secured_items, Workday's security domains. There are flags for mcpEnabled and httpEnabled, and fields for an external agent ID and external tenant, which is how a partner agent living on AWS or Google Cloud gets its Workday identity.

So ASOR answers who the agent is, what it can see and which Workday operations it can call. It does not answer how much money it can move.

We measured the ASOR API: 101 properties, zero money fields

Workday publishes an OpenAPI file for every public REST service in its REST Directory on community.workday.com, readable without a login. On 22 September 2026 we downloaded asor_v1, the Agent System of Record service, from the build dated 19 September 2026, and scanned every property in every definition, including the ones nested inside allOf blocks.

The service has 6 operations (create and read agent definitions, search agent resources, read registrations), 38 definitions and 101 properties. A money regex (amount, currency, budget, spend, price, cost, payment, invoice, limit, purchase, fund) matched 0 of them. A second pass for scope (supplier, vendor, merchant, category, approval, threshold, daily, monthly, cumulative, payee) also matched 0.

We then read the ASOR changelog Workday publishes alongside the spec. It lists 7 releases, from v2025.50 on 15 December 2025 to v2026.33 on 17 August 2026, with 16 changes between them: new operations, edited descriptions, a modified endpoint. None of the 16 introduces a money word.

Two controls keep this honest. First, the regex is not blind: the same pass on Workday's accountsPayable_v1 matched 29 properties (amount, controlTotalAmount, currency, taxAmount, unitCost, paymentTerms), procurement_v5 matched 51, and budgets_v1 matched 7, including availableAmount and spendAmount. Second, Workday is not a catch-all server: a made-up file name in the same directory returned HTTP 404. Across all 87 public REST services the pass found 497 money properties in 43 services. The agent registry sits with the 44 services that have none, next to holidays, skills and learning.

Where Workday already controls money, and where agents slip past it

Credit where it is due. When an agent works through Workday documents, Workday's controls apply to the agent exactly as they apply to a person. A requisition created through POST /requisitions runs the same business process, with the same approval chain and the same budget check (POST /runBudgetCheck in the Budgets API). A supplier invoice request submitted through Accounts Payable meets your invoice approvals. An expense report submitted through the Expense API meets your expense rules. If your Workday agents only create documents and hand them to business processes, you are covered, and you should not buy anything else yet.

The gap is spend that never becomes a Workday document. ASOR has httpEnabled and mcpEnabled flags because partner agents act outside Workday: a sourcing agent that buys a data subscription, a travel agent that books a flight on a card, a coding agent that pays for API calls, an agent that settles in USDC over x402. That money never touches a requisition, so it never reaches the approval chain or the budget check, and the only record Workday holds of the agent has no field to put a limit in.

What Workday AI agents cost: Flex Credits

Workday sells agents through Workday Flex Credits, announced on 16 September 2025. Credits are bought in bulk as an annual subscription and consumed when an agent completes a task in production. Workday's own example: the Self-Service Agent uses 1 credit per instant information retrieval and 5 credits per autonomous task completion. Customers get a complimentary annual allotment sized to the company, and a Platform Consumption Console warns when the balance runs low.

Workday has not published a rate card or a dollar price per credit. Consultancies tracking the model report a range of 1 to 750 credits per action and API usage metered at 60 credits per 10,000 calls, with overage billing starting 1 February 2027; treat those as secondary until Workday confirms them in your order form. We break the numbers down in our Workday Flex Credits pricing guide.

Notice what the meter measures: agent work, billed by Workday. It says nothing about the money an agent spends on someone else. A 5-credit task that books a 4,000 dollar flight costs you 5 credits on the Workday invoice and 4,000 dollars on a card.

Workday AI agents rollout checklist for finance and HR leaders

Before you switch on Workday AI agents, or approve a partner agent in the Agent System of Record, run through six questions. Most teams can answer the first four from Workday alone.

  1. Who owns the agent? Every agent in ASOR should have a named owner, the same way a worker has a manager. If nobody will answer for it, it should not be registered.
  2. Which security domains does it hold? Review the secured_items on each resource. An agent that only needs to read supplier data should not hold a domain that lets it submit supplier invoices.
  3. Ambient or Delegate? Check the execution mode per skill, and decide which skills may run without a person in the session.
  4. Does every money action become a document? If the agent creates requisitions, supplier invoice requests or expense reports, Workday business process approvals and budget checks cover it. Write that down as the control.
  5. Is httpEnabled or mcpEnabled on, and what is on the other end? If the far end can charge a card, move funds, buy a subscription or settle a stablecoin payment, the amount is outside Workday.
  6. What is the most this agent can spend in a month, and who approves above it? If the honest answer is "whatever the card limit is", you need a per-agent budget and an approval threshold before go-live.

Auditors will ask the sixth question in the first review after agents go live, because it is the one SOX-minded teams already ask about people with purchasing cards. Having the answer in writing, with a system that enforces it, is the difference between a clean finding and a remediation plan.

How to put a spending limit on a Workday AI agent

Keep Workday as the system of record for who the agent is and what it may read. Put the money somewhere that can refuse a payment. With AgentsPay each agent registered in ASOR gets its own budget across a day, a week and a month, a merchant-locked virtual card or wallet, an approval threshold that routes anything above it to a named person, and a payment-level audit trail you can reconcile against Workday Financials. The limit is checked before the payment, not reported after it.

The pattern is the same one we measured at Oracle AI Agent Studio, ServiceNow AI Control Tower and Microsoft Agent 365: the platform governs identity and access in depth and leaves the amount to whoever holds the payment rail. For the policy side, see how AI agent spend controls and approval thresholds work, or pick a plan and cap your first Workday agent before it makes a payment.

This pattern repeats across every enterprise agent platform we have measured, with one instructive variation. UiPath does ship a policy check named budget, which sounds like the exception, and its three settings all count tool calls rather than dollars. Our UiPath agentic automation spend controls breakdown has the measurement.

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.

Timeline

Workday AI agents, from Workday's own announcements

Dates from Workday press releases, the Workday blog and the ASOR changelog.

Date What Workday shipped What it does Money control in it
11 Feb 2025 Agent System of Record announced One registry for Workday and third-party agents Cost tracking promised, no limit field
19 May 2025 Next generation of Illuminate agents Role-based HR and finance agents Inherit Workday business processes
3 Jun 2025 Agent Partner Network and Agent Gateway Partner agents connect over MCP and A2A None in the connection
16 Sep 2025 Flex Credits and finance agents (Cost and Profitability, Financial Close) Usage billing per completed agent task Credit balance alerts, Workday usage only
Feb 2026 ASOR generally available Agent definitions from A2A Agent Cards Security domains, execution mode
17 Aug 2026 ASOR v2026.33, latest changelog entry Endpoint changes No money field added in 7 releases

Measured

Workday's published REST APIs, measured 22 September 2026

Public OpenAPI files from the Workday REST Directory, build dated 19 September 2026, downloaded without logging in.

Service scanned Size Money-vocabulary hits Reading
asor_v1 (Agent System of Record) 6 operations, 38 definitions, 101 properties 0 No amount, currency, budget or counterparty on the agent
asor_v1 scope pass 101 properties 0 No supplier, merchant, threshold, daily or monthly field
asor_v1 changelog 7 releases, 16 changes 0 Dec 2025 to Aug 2026, no money added
accountsPayable_v1 (control) 169 properties, 4 write operations 29 Amounts, currency, tax, payment terms
procurement_v5 (control) 614 properties, 11 write operations 51 Requisition amounts and spend categories
budgets_v1 (control) 61 properties, POST /runBudgetCheck 7 availableAmount, spendAmount, planAmount
All 87 public REST services 17,057 properties 497 in 43 services Money is modeled where the domain calls for it

Compare

Workday ASOR vs a per-agent spend policy layer

What each one is built to decide.

Question Workday ASOR and business processes AgentsPay
Who is this agent and who owns it? Yes, agent definition from an A2A card Uses your existing identity
Which Workday data and operations can it use? Yes, security domains per resource Not its job
Approval on a requisition or supplier invoice Yes, business process approvals Not needed, Workday covers it
Budget check on a Workday document Yes, runBudgetCheck Not needed, Workday covers it
Daily, weekly or monthly cap per agent No field for it Yes
Merchant or counterparty lock on agent payments No Yes, merchant-locked cards and allowlists
Approval before an off-Workday card or x402 payment No, payment never reaches Workday Yes, threshold to a named approver
Payment-level audit trail for agent spend Workday usage in credits only Yes, per payment, exportable

Frequently asked

Questions people ask about Workday AI Agents

What are Workday AI agents?

Workday AI agents are Illuminate agents built by Workday, such as the Recruiting, Payroll, Financial Audit, Financial Close and Cost and Profitability agents, plus partner and custom agents registered in the Workday Agent System of Record. They work inside Workday business processes and, for partner agents, connect over MCP and A2A through the Agent Gateway.

What is Workday Illuminate?

Workday Illuminate is Workday's AI layer and the brand for the AI agents Workday builds itself for HR, finance and industry use. Illuminate agents use Workday data and business processes, and Workday sells them through Flex Credits rather than a per-employee fee.

What is the Workday Agent System of Record?

The Workday Agent System of Record (ASOR) is the registry where Workday and third-party AI agents are onboarded, owned, secured and measured. It became generally available in February 2026. In its API an agent is created from an A2A Agent Card and assigned skills, tools, security domains and an Ambient or Delegate execution mode.

Does the Workday Agent System of Record set spending limits?

No. In Workday's published ASOR API, 101 properties across 38 definitions include no amount, currency, budget, limit or counterparty field, and seven releases of changelog added none. Money controls in Workday live on documents such as requisitions and supplier invoices, so a per-agent spend limit is a separate control.

How much do Workday AI agents cost?

Workday AI agents are billed in Workday Flex Credits, bought in bulk each year and consumed per completed task in production. Workday's published example is 1 credit for a Self-Service Agent information lookup and 5 credits for an autonomous task. Workday has not published a dollar price per credit; your order form sets it.

What are Workday Flex Credits?

Workday Flex Credits are a prepaid, annual pool of credits that customers spend across any eligible Workday agent or platform capability, announced on 16 September 2025. Each metered skill has a fixed credit cost per action, customers receive a complimentary allotment based on company size, and a consumption console alerts when the balance runs low.

Do Workday AI agents follow business process approvals?

Yes, when they act through Workday documents. A requisition, supplier invoice request or expense report created by an agent goes through the same business process, approval chain and budget check as one created by a person. Payments an agent makes outside Workday, on a card or over an API, never enter that process.

Does Workday support MCP and A2A for AI agents?

Yes. Workday's Agent Gateway connects partner agents over the Model Context Protocol and the Agent2Agent protocol, and the ASOR API builds each agent definition from an A2A Agent Card with mcpEnabled and httpEnabled flags. Those flags control reach, not amounts, which is why agent spend needs its own policy.

What is the Workday Agent Partner Network?

The Workday Agent Partner Network is the ecosystem of companies connecting their AI agents to the Workday Agent System of Record, announced on 3 June 2025. Early partners include Accenture, AWS, Google Cloud, Microsoft, PwC, Salesforce, IBM and Glean, and Workday now counts more than 65 partners.

What is the difference between Ambient and Delegate execution mode in Workday?

Execution mode is set per agent skill in the Agent System of Record. Workday's API documents exactly two values, Ambient and Delegate; the names indicate a skill that runs in the background versus one that acts on a user's behalf. Neither mode carries a monetary limit, so the mode decides how an agent acts, not how much it can spend.

Can a Workday AI agent pay a supplier?

Workday's finance agents prepare and route documents such as supplier invoices and requisitions, and payment runs follow your Workday settlement setup and approvals. A partner agent with HTTP or MCP access can also call payment systems outside Workday, and nothing in its Workday agent record limits that amount.

Do I need a spend policy layer if I run Workday?

Only if your agents can pay outside Workday. If they read data and create documents that go through business processes, Workday approvals and budget checks cover you. If any agent, yours or a partner's, holds a card, wallet or payment API, add a per-agent budget, merchant lock and approval threshold before it goes live.

Keep reading

More explainers

UiPath Agentic Automation

UiPath Agentic Automation

UiPath ships more agent governance than almost any vendor we have measured. It has a policy engine, four enforcement actions including human approval, and consumption metering accurate to a fraction of a unit. So we downloaded both SDKs UiPath publishes and asked the one question a finance lead asks before an agent goes live: can any of it be given a number in dollars? The answer is specific, and it is not the answer the word "budget" suggests.

Read

Oracle AI Agent Studio

Oracle AI Agent Studio

Oracle AI Agent Studio is included with every Oracle Fusion Cloud subscription, and it now lets a finance team build agents that call any REST API or MCP server. We read the API specification Oracle publishes for those agents to answer the question a controller asks before switching one on: what stops an agent spending money? Inside Fusion, quite a lot. Outside Fusion, nothing in the agent model does.

Read

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

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