AgentsPay

Explainer

Ramp AI Agents and Ramp MCP Server: What an Agent Can Change in Your Ramp Spend Limits

Ramp has built the most complete spend model for AI agents of any finance platform we have measured: agent identities, agent roles, agent cards, and funds with real dollar limits. That is exactly why the permission question matters here more than anywhere else. The limits are real, so the question is who can change them, and on Ramp the answer can include the agent.

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

Ramp AI agents act on Ramp through the hosted Ramp MCP server at mcp.ramp.com/mcp, the Ramp CLI, or the Ramp Developer API, always with the role of the person who authorized them. Measured on 27 September 2026, the MCP host publishes 52 OAuth scopes, 21 of them writes, including limits:write, funds:write and approvals:write. In the Developer API, funds:write can raise a fund limit, clear its lock date to unsuspend it, and mark it exempt from Ramp's policy agent, so an agent session holding those scopes can loosen the limits meant to contain it.

What Ramp AI agents are in 2026, and which ones touch money

Ramp AI is not one product. It is a set of agent surfaces layered onto the Ramp card and bill pay platform over roughly eighteen months, and they carry very different amounts of financial authority.

Ramp announced its MCP server on 27 March 2025, letting assistants such as Claude read and act on Ramp data. On 9 July 2025 it published Agents for Controllers, which review expenses against policy and flag or approve them. On 11 March 2026 it launched Agent Cards, which give software its own Ramp identity and card credentials, and on 29 April 2026 it announced a fleet of procurement agents across its procurement product. The agent documentation at agents.ramp.com now describes standalone agents with default roles named Purchasing, Bill approvals, Data analysis, Expense Completion and Full Access, and notes that standalone agents are in limited early access.

For budgeting and risk, split these into two groups. Agents that review, code and summarize spend are low exposure: their worst failure is a wrong GL code. Agents that approve requests, lock or unlock cards, or buy things with an agent card carry the same exposure as the human role they run under. The rest of this page is about the second group.

How we measured the Ramp MCP server and the Ramp Developer API

On 27 September 2026 we probed Ramp with no account and no authentication, the same way anyone can repeat it. We requested the root of mcp.ramp.com, its OAuth protected resource documents, the /mcp route, and several randomly generated control paths, then downloaded Ramp's public OpenAPI specification from docs.ramp.com/openapi/developer-api.json and read every operation.

The control paths matter. Plenty of hosts answer 200 or 401 to anything, which makes a naive probe report endpoints that do not exist. Here the root returned 404, bare random paths returned 404, and the discovery documents returned structured Ramp JSON. A random path ending in /mcp returned the same 401 as the real route, and Ramp's own documentation explains why: any path of the form mcp.ramp.com/<business-identifier>/mcp is an alias for the production server. So the endpoint, the scope list and the API surface below are all confirmed rather than inferred.

Ramp MCP publishes 52 OAuth scopes, 21 of them writes

The protected resource document lists 52 scopes, 31 read and 21 write, and hands out tokens through a PKCE flow at api.ramp.com/developer/v1/token/pkce to public clients that can register themselves at mcp.ramp.com/register. When we first read the same document on 6 September 2026 it listed 54 scopes and 23 writes; an mpp:write scope has since been removed, so the list is actively maintained.

The vocabulary is openly built for agents: agent_wallet_policy:read and agent_wallet_policy:write, cards:read_agentic, agent_account_numbers:read, ai_spend:read, and x402:write plus x402_provisioning:write for the x402 payment protocol. No other finance vendor we have measured names agents this explicitly in its permission model, and Ramp deserves the credit.

The write list is where to slow down. Four scopes change the controls themselves (limits:write, funds:write, cards:write, agent_wallet_policy:write), six move or commit money (bills:write, reimbursements:write, bank_accounts:write, banking_drawdown_requests:write, x402:write, x402_provisioning:write) and one acts on the gate in front of spending (approvals:write). All of them can sit in a single grant.

What funds:write actually reaches: limit, lock date and the policy agent

Ramp models a spend limit as a fund, and the fund is a serious control object. Ramp's public Developer API (OpenAPI 3.0.2, 176 paths and 255 operations, 150 of them writes) exposes PATCH /developer/v1/funds/{fund_id} behind the funds:write scope. Its request body carries spending_restrictions with ten fields: limit, interval (daily, weekly, monthly, quarterly, tertiary, annual, yearly or total), transaction_amount_limit, allowed and blocked category codes, blocked_mcc_codes, allowed and blocked vendor IDs, lock_date and is_temporary_increase.

Three details decide how much trust you are extending. First, limit and transaction_amount_limit are writable, so the ceiling is a value the token can set. Second, Ramp documents lock_date as the date the fund suspends itself, adding that if the date has passed you can set it to a future date or to null to unsuspend. Third, the same body carries is_exempt_from_policy_agent, a boolean that takes the fund out of review by Ramp's own policy agent.

None of this is a flaw for a finance administrator working in the API, which is who these operations were designed for. It becomes a design question the moment the token belongs to software that is itself spending from one of those funds.

What an agent can do through the Ramp MCP tools today

Ramp's agent guide is candid about the action surface. Through MCP an assistant can approve or reject transactions, reimbursements and unified requests, and Ramp lists purchase orders and fund requests among those unified requests. It can edit a transaction's memo, coding and fund assignment, lock, unlock and activate cards, submit reimbursements, create trips and generate Agent Card credentials. Bill approvals are the one notable exclusion: Ramp says they are not yet available through MCP.

Two properties of the session matter for risk. Every action runs with the role of the person who authorized the connection, so when a controller connects Claude to Ramp, the model holds a controller's powers for that session. And read-write sessions expire 24 hours after last use, which means an agent that makes at least one call a day keeps its write session alive indefinitely. Ramp logs every write to the customer's audit log, which is excellent for reconstruction and does nothing to stop the write.

Where Ramp is genuinely ahead of every other platform we measured

This page is not an argument that Ramp is careless. It is the opposite. In our schema series we have measured the agent layers of Microsoft, Salesforce, ServiceNow, SAP, UiPath, Workday, Oracle, Google and AWS, and most of them contain no field that can hold an amount of money anywhere near an agent. SAP's public Joule Studio packages carry 480 property names and zero money fields; Microsoft Graph carries 623 properties across 48 agent governance types and zero money fields. Ramp is the reverse: its agents live inside a platform whose core object is a dollar limit with an interval, a per-transaction cap and a vendor allowlist.

If every dollar your agents spend moves on Ramp cards and Ramp bill pay, Ramp's agent roles plus tightly scoped funds are a strong setup, and for many US mid-market finance teams it is the right place to start. The gap below is narrower and more specific than "Ramp lacks controls".

The real gap: the limit lives where the agent's token can write

Every serious control framework, from SOX to the procurement policy in your own handbook, separates the person who spends from the person who sets the limit. On Ramp, both the spending and the limit setting happen through the same API, the same OAuth server and potentially the same grant. If an agent session holds funds:write or limits:write and runs as a user who can manage the fund it spends from, nothing in the protocol distinguishes the agent raising its own ceiling from an administrator doing it deliberately. With approvals:write the same session can approve a fund request, which is the ordinary way a Ramp limit goes up.

The second gap is scope of rail. Ramp governs money that moves on Ramp. Agents also spend through Stripe keys, cloud and model API credits, SaaS seats bought on other cards, and x402 or card payments issued elsewhere. A policy that lives inside one card platform cannot see those, so the same agent can respect its Ramp fund perfectly and still overspend in total.

A rollout checklist for Ramp AI agents that can spend

  1. Never connect MCP as an admin. Create a dedicated user or agent identity with the narrowest default role, Purchasing or Expense Completion, and authorize the session as that identity.
  2. Strip control scopes from agent grants. An agent that buys should not hold limits:write, funds:write, agent_wallet_policy:write or approvals:write. Those belong to a human or a separate service.
  3. Give each agent its own fund with a transaction_amount_limit, a short interval and an allowed vendor list, rather than sharing a department card.
  4. Leave is_exempt_from_policy_agent false on every fund an agent can touch, and alert on any change to it.
  5. Watch the audit log for fund and approval writes by agent sessions. A limit change authored by an agent should page someone.
  6. Put one policy across every rail. Count what the agent spends outside Ramp too, or the Ramp limit only caps part of the exposure.

How AgentsPay fits alongside Ramp

AgentsPay does not replace Ramp as your card program or your system of record for spend. It sits in front of the agent as the policy decision point: each agent gets its own budget, per-transaction ceiling, merchant allowlist and approval threshold, and the agent's credentials have no write access to its own policy, by construction. Approvals over a threshold route to a human in Slack or email, and every decision lands in an exportable audit trail.

Because the policy is rail neutral, one ceiling covers what the agent spends on a Ramp card, a scoped virtual card from another issuer, a Stripe key or an x402 payment. If you are already on Ramp, the practical setup is Ramp funds as the hard floor on Ramp spend and AgentsPay spend controls as the policy the agent cannot edit, across everything. Teams weighing Ramp against Brex for this use case can read our Ramp vs Brex for AI agents comparison.

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

What the Ramp MCP host returned, probed 27 September 2026

Unauthenticated requests with randomly generated control paths, so nothing here is a catch-all false positive.

Request Response What it proves
mcp.ramp.com/ 404 No landing page at the root
/.well-known/oauth-protected-resource/mcp 200, JSON, 52 scopes The permission list is public
/mcp (GET and POST initialize) 401 No access token provided Live, documented MCP endpoint
/zq8x7kfp2 (random control) 404 The host is not a catch-all
/zq8x7kfp2/mcp (control with suffix) 401 Ramp's documented business-identifier alias
Token endpoint api.ramp.com/developer/v1/token/pkce PKCE, public clients, self registration

The write scopes

The 21 write scopes on the Ramp MCP host, grouped by what they touch

From the public protected resource document. 6 September 2026: 54 scopes, 23 writes. 27 September 2026: 52 scopes, 21 writes.

Group Scopes Why it matters for an agent
Change the controls limits:write, funds:write, cards:write, agent_wallet_policy:write Can alter the limit, card or wallet policy meant to contain the agent
Move or commit money bills:write, reimbursements:write, bank_accounts:write, banking_drawdown_requests:write, x402:write, x402_provisioning:write Direct financial effect
Act on the gate approvals:write Can approve requests, including fund requests
Commit spend via workflow purchase_orders:write, spend_requests:write, sourcing:write, vendors:write, trips:write Creates obligations or payees
Books and records accounting:write, transactions:write, receipts:write, comments:write, departments:write Changes coding and records, low direct exposure

Inside funds:write

What PATCH /developer/v1/funds/{fund_id} can change

From Ramp's public OpenAPI specification, 176 paths and 255 operations, read 27 September 2026.

Field What it controls If an agent session holds funds:write
spending_restrictions.limit The fund ceiling for the interval Can raise its own ceiling
spending_restrictions.transaction_amount_limit Maximum per transaction Can lift the per-purchase cap
spending_restrictions.interval Daily to annual, or total Can widen the reset window
allowed and blocked vendor IDs, category and MCC codes Where the fund can be used Can open new merchants
spending_restrictions.lock_date Auto-suspend date; null unsuspends Can revive a suspended fund
is_exempt_from_policy_agent Skips Ramp policy agent review Can remove the reviewer

Across the series

Can the agent layer hold an amount of money at all?

From our dated measurements of each vendor's public schemas and SDKs.

Platform Money fields near the agent Who can change the limit
Ramp (27 Sep 2026) Yes: funds with limit, interval, per-transaction cap, vendor lists Any session with funds:write or limits:write
SAP Joule (26 Sep 2026) 0 of 480 property names No limit exists in the agent layer
Microsoft Graph agents (8 Sep 2026) 0 of 623 properties No limit exists in the agent layer
AgentsPay Per-agent budget, per-transaction ceiling, allowlist, approval threshold Humans only; agent credentials cannot write policy

Frequently asked

Questions people ask about Ramp AI agents

What is Ramp AI?

Ramp AI is the set of AI features and agents inside the Ramp spend management platform. It includes Agents for Controllers that review expenses against policy (July 2025), the Ramp MCP server that lets assistants such as Claude act on Ramp (March 2025), Agent Cards that give software its own card credentials (March 2026), and procurement agents (April 2026).

Does Ramp have an MCP server?

Yes. Ramp hosts a production MCP server at https://mcp.ramp.com/mcp, a demo server at demo-mcp.ramp.com/mcp and a docs-only Developer MCP, and publishes an open source version on GitHub. Authentication is OAuth with PKCE through api.ramp.com, and our 27 September 2026 probe found 52 published scopes, 21 of them writes.

What can the Ramp MCP server do?

It can read spend data and take actions. Ramp documents approving or rejecting transactions, reimbursements and unified requests such as purchase orders and fund requests, editing memos, coding and fund assignment, locking, unlocking and activating cards, submitting reimbursements and generating Agent Card credentials. Bill approvals are not yet available through MCP.

Can Ramp AI agents make purchases?

Yes, through Agent Cards. Ramp gives a standalone agent a company-owned identity, a role such as Purchasing, and a fund, and the agent requests payment credentials when it buys. Ramp describes standalone agents as being in limited early access as of September 2026.

Can an AI agent change its own spend limit in Ramp?

It can if its session holds the right scopes and runs as a user allowed to manage the fund. Ramp's Developer API lets a funds:write token change a fund's limit, per-transaction cap and vendor list, clear lock_date to unsuspend it, and set is_exempt_from_policy_agent. Keep limits:write, funds:write and approvals:write out of every agent grant.

What scopes does the Ramp MCP server use?

As of 27 September 2026 the Ramp MCP host lists 52 OAuth scopes, 31 read and 21 write. The writes include limits:write, funds:write, cards:write, agent_wallet_policy:write, approvals:write, bills:write, reimbursements:write, bank_accounts:write, banking_drawdown_requests:write, x402:write and x402_provisioning:write. On 6 September 2026 the list had 54 scopes, including mpp:write.

Does the Ramp developer API let you update spend limits?

Yes. Ramp models limits as funds, and PATCH /developer/v1/funds/{fund_id} with the funds:write scope updates the limit, interval, per-transaction limit, allowed and blocked vendors and categories, and lock date. The public OpenAPI specification lists 176 paths and 255 operations, 150 of them writes.

How long do Ramp MCP sessions last?

Ramp says read-write sessions expire 24 hours after last use and read-only sessions one week after last use. Because the timer resets on every call, an agent that calls Ramp at least once a day keeps a read-write session alive with no fixed end, so rotate agent sessions on your own schedule.

Is it safe to connect Ramp MCP to Claude or ChatGPT?

It is reasonably safe for read-only analysis and for write actions under a narrow dedicated identity. It is risky when an administrator connects their own account, because the assistant inherits that role, including the ability to approve fund requests and edit limits. Use a dedicated low-privilege user, strip control scopes, and monitor the audit log.

How much does Ramp cost?

Ramp's pricing page, read 27 September 2026, lists Ramp at 0 dollars per user per month, Ramp Plus at 15 dollars per user per month plus a platform fee based on team size, with 20 percent off for annual billing, and a custom-priced Enterprise plan. Procurement is an add-on to Plus or Enterprise.

What are Ramp Agent Cards?

Agent Cards, launched 11 March 2026, give an AI agent its own Ramp identity and card credentials tied to a fund with limits, so purchases are attributed to the agent rather than to a human cardholder. Agents are created with a role, and Ramp ships default roles for purchasing, bill approvals, data analysis, expense completion and full access.

Do I need a separate spend policy layer if I use Ramp?

You need one if your agents spend anywhere other than Ramp, or if you want the agent's limit to be something its own credentials cannot edit. Ramp funds are strong controls for Ramp spend. A rail-neutral policy layer such as AgentsPay adds a ceiling the agent cannot write to, across cards, APIs and other rails.

Keep reading

More explainers

SAP Joule

SAP Joule

SAP Joule is moving from answering questions to acting inside S/4HANA, Ariba and Concur, which means SAP AI agents now sit one function call away from purchase orders and supplier payments. SAP publishes the developer tooling for Joule Studio on npm, so we downloaded it and asked the question a controller asks before an agent goes live: where does the dollar limit go? The answer is that SAP models money in great detail one layer down, and the Joule layer on top carries none of it.

Read

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

Workday AI Agents

Workday AI Agents

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.

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