The 2026 guide to handing an AI agent a corporate card it can use but never abuse.
In September 2026, Google's Mandiant unit documented a single "accounting agent" that "entered a runaway execution loop and made more than 15,000 high-cost API calls in less than an hour, generating approximately $50,000 in cloud charges and disrupting active business transactions" - Help Net Security. No attacker. No malice. Just an autonomous agent with a credential and a loop.
That is the whole problem in one sentence. The moment you let software spend money on its own, the failure mode is not that it steals, it is that it acts, faithfully and at machine speed, on an instruction that was wrong. A prompt it read on a web page, a vendor pricing table it misparsed, a retry loop that never exits: any of these becomes a finance event before a human notices. And yet the pressure to hand agents a budget is enormous, because an agent that can research a supplier but cannot pay the supplier is only half an employee.
The good news is that 2026 is the year the safety layer arrived. Mercury shipped corporate cards built for agents, Stripe and Visa and Mastercard rebuilt the payment credential so an agent never holds a reusable card number, and Google's AP2 and Coinbase's x402 turned "did a human authorize this?" into a cryptographic question. This guide explains, from first principles and for a non-technical founder, how to give an AI agent a corporate card it can use but not abuse: the scoped virtual card, the hard budget, the merchant lock, the real-time decline, the kill switch, and the audit trail. It covers every serious platform with real pricing, ranks them, walks through the exact implementation pattern, and is honest about where the whole idea still breaks.
Contents
- Why a card number was never a budget
- What safe agent spending actually means
- The weeks that made agent money real
- Agent-spend platforms, ranked
- Mercury: a corporate card built for agents
- Stripe: single-use tokens and programmable issuing
- The card networks put agents on the rails
- The issuing layer: Lithic, Marqeta, Ramp, Brex, Airwallex
- Stablecoins and the machine-payment rails
- AP2 and the mandate model
- How agent spending goes wrong
- The rules: compliance, liability, and who pays
- Identity is the other half of the card
- How to let your agent spend safely
- Limits, and where this breaks
- The future: from cards to autonomous treasury
- Conclusion: a decision framework
1. Why a card number was never a budget
Start with the primitive, because the entire field turns on a distinction most founders skip. A credit card number is a bearer credential. "Bearer" means the holder is authorized purely by holding it: whoever possesses the sixteen digits, the expiry, and the CVV can charge your account, anywhere the card is accepted, up to your credit limit, until someone notices and cancels it. That was already a loose arrangement for a human employee, which is why companies wrap cards in expense policies, receipts, and after-the-fact review. It is a structurally dangerous arrangement for an autonomous agent, because the agent reads untrusted text all day and will act on it.
The reason this matters is timing. Human misuse of a shared card is slow and self-limiting: a person makes one purchase, then another, and a manager reviews the statement at the end of the month. An agent runs a loop. It can attempt hundreds of authorizations a minute, and the traditional guardrail, a budget alert, fires on data that lags. Amazon's own Cost Explorer can trail real spend by up to 24 hours, and AWS Budgets evaluates that delayed data, so the alert arrives after the money is gone, which is exactly how the DN42 incident below was caught by a credit-card charge rather than by any cloud guardrail - InfoQ. A budget you check after the fact is not a control. It is a receipt.
So the question a founder should ask is not "how do I give my agent a card?" but "how do I give my agent an allowance that is checked before every purchase, scoped to exactly what it needs, attributed to it alone, and revocable in one click?" Those five properties, checked-before, scoped, attributed, revocable, and un-self-escalating, are what turn a card number into a budget. A shared corporate card has none of them: if an agent uses it, there is no reliable per-agent audit trail, and a prompt error can spend before anyone notices - Startup Fortune. The rest of this guide is about the products and protocols that supply those five properties, and how to assemble them.
2. What safe agent spending actually means
Before touching a single product, it helps to name the control surface precisely, because vendors market a dozen features that reduce to five ideas. When an agent tries to buy something, a real-time question travels from the merchant to the card network to the issuer: "approve this authorization, yes or no?" Safe agent spending is the practice of making that answer no by default and yes only inside a box you drew in advance. Everything else, the dashboards, the receipts, the categorization, is reporting. The box is the control.
The box has five walls, and a founder should be able to point at each one in whatever tool they choose. First, a hard cap: a maximum per transaction and a rolling limit per day, week, or month. Second, a merchant lock: a whitelist of merchant category codes (the four-digit MCC every merchant carries) or specific named merchants, so a card scoped to cloud infrastructure cannot buy gift cards. Third, single-use or short expiry, so a credential leaked in a log is worthless minutes later. Fourth, a real-time decision, a webhook that approves or declines each attempt against your own logic in the moment. Fifth, the invariant that ties it all together: the agent cannot change its own limits and cannot create new cards, because a control an agent can edit is not a control.
Why does this framing matter more than any product comparison? Because it lets you evaluate a tool in thirty seconds and it survives the hype cycle. A platform that gives you four of the five walls but lets the agent raise its own cap has a hole an attacker will find. A platform that gives you a beautiful audit trail but decides authorizations too slowly will approve fraud in the two-second window and log it neatly afterward. When you read the profiles later in this guide, you are really checking each product against these five walls, and against one meta-question that the industry keeps rediscovering: how fast, and how safely, does the tool say no? The rest is packaging. If you want the deeper version of the identity half of this argument, we wrote it in full in our guide to AI agent identity, which is the sister piece to this one.
3. The weeks that made agent money real
For most of the agent boom, "let the agent spend" was a demo, not a product. That changed across a dense stretch of 2025 and 2026, and understanding the sequence tells you which pieces are load-bearing. The forcing function was money itself. No bank will let an autonomous program move funds on a shared secret, so payments dragged the whole industry toward verified, scoped, mandate-backed spending faster than any security argument had. The result is that by late 2026 a founder has real rails to choose from, not slideware.
The anchor event for corporate cards specifically was Mercury Spend, launched August 11, 2026, which introduced a class of virtual cards designed for AI agents with their own limits, their own audit trail, and the rule that the agent cannot modify its own restrictions - Yahoo Finance. On the consumer-checkout side, Stripe and OpenAI had already shipped Instant Checkout in ChatGPT on September 29, 2025, powered by an open standard and a single-use token so the agent never touches real card data - Stripe Newsroom. The card networks moved in parallel: Mastercard unveiled Agent Pay on April 29, 2025 - PYMNTS, and Visa launched Intelligent Commerce the day after, tokenizing the card so an agent holds a network token instead of your sixteen digits - PYMNTS.
Underneath the money, the identity layer standardized in lockstep, which matters because a card is only as safe as the identity behind it. Okta Agent SSO reached general availability on August 24, 2026, registering agents as first-class identities and issuing short-lived tokens instead of stored static keys - Okta. Vercel acquired the open-source Better Auth on July 7, 2026 to build a per-agent "Agent Auth" so each agent carries "its own scoped, revocable authority, with you as the single point of control" - Vercel. And the action layer that actually operates a checkout matured too, as Anthropic moved its computer-use and a new browser-use tool to general availability around August 20, 2026 - Claude.
The last thread is the one founders feel in their bill: agent compute got radically cheaper, which means agents will run more, longer, and spend more on their own inference. DeepSeek V4.1 Flash shipped MIT-licensed on September 10, 2026 at $0.15 / $0.60 per million input/output tokens off-peak - DeepSeek, while Google's Gemini 3.8 Flash, released September 2, 2026, sits at $0.75 / $3.75 - Google. Cheap tokens are the accelerant: when a research pass costs cents, founders let agents run unattended, and unattended agents are exactly the ones that need a spending box. We track that price collapse in depth in our guide to DeepSeek V4.1 Flash.
There is a catch a spending founder must budget for, and it is the cleanest proof that "cheap" is a moment, not a law. Google's own pricing page states that Gemini 3.8 Flash's rates double on January 1, 2027, to $1.50 input and $7.50 output - Google. An agent budget modeled on 2026 rates should assume twice the cost from the new year, and a founder who lets agents pick their own model should know that DeepSeek silently rerouted all deepseek-v4-pro traffic to Flash pricing on September 14, 2026 - DeepSeek. A model your agent depends on can be repriced or retired underneath it. Controlling agent spend means controlling both what the agent buys in the world and what it burns on its own thinking, a discipline we break down in cutting AI agent costs with model routing.
4. Agent-spend platforms, ranked
Below is a weighted scoring of the platforms a founder can actually use to let an agent spend, judged on the things that decide whether the spend is safe rather than on brand or hype. The scores are argued from the evidence in the profiles that follow, and every cell carries its justification so you can see why a number is what it is. The point of the table is to show, in one place, the trade-off each option makes between how tightly it controls spend, how genuinely agent-native it is, whether it gives you a real audit trail and kill switch, what it costs and who can get it, and how much work it is for a non-technical founder to run.
The five criteria, and the weight each carries, are these. Spend controls (30%) dominate because they are the entire thesis: caps, merchant locks, velocity, single-use, and a real-time decline are what make the difference between an allowance and a loaded gun. Agent-native design (25%) comes next, because a card issued through a human dashboard is not the same as one an agent can request and use through an API with its identity attached. Auditability and kill switch (20%) captures whether you can attribute every dollar to an agent and cut it off instantly. Cost and access (15%) reflects real fees and, just as important, whether a small team can actually sign up or is routed to enterprise sales. Founder setup effort (10%) rounds it out, because a perfect system a non-technical founder cannot wire up protects nothing.
| # | Platform | Category | Spend controls (30%) | Agent-native (25%) | Audit + kill switch (20%) | Cost + access (15%) | Setup effort (10%) | Final |
|---|---|---|---|---|---|---|---|---|
| 1 | Mercury | Banking + agent cards | 9 - human-set unalterable caps, MCC/merchant locks, auto-decline at POS, auto-freeze on missing receipts | 9 - purpose-built Agent Cards, credentials via API/CLI, Intelligent Budgets by purpose | 9 - per-agent audit trail, trackable and cancellable, human-only creation | 8 - $0/mo banking, IO card $0 annual; US-focused, needs a Mercury account | 9 - built into the banking dashboard, no finance-team config | 8.9 |
| 2 | Ramp | Corporate card | 9 - single-use cards scoped to one merchant + amount, velocity, geofencing, expire after first auth or 12h | 8 - Agent Cards on Visa Intelligent Commerce (early access Apr 2026) + procurement agents | 9 - revoke instantly, named-human-owner rule, full trail | 8 - core card + software free (unlimited users/cards); US, underwritten | 8 - polished product; agent cards need a developer | 8.5 |
| 3 | Stripe Issuing | Issuing API | 9 - spending_controls: MCC allow/block, per-auth/daily/monthly limits, real-time webhook (approves on 2s timeout) | 9 - "Issuing for agents", single-use Shared Payment Token, ACP, agent toolkit | 9 - freeze via status=inactive, per-txn reconciliation, disputes API | 7 - $0.10/virtual card, no monthly fee; eligibility via sales | 6 - API-first, needs engineering | 8.4 |
| 4 | Lithic | Issuing API | 10 - ASA declines on timeout (safest default), Authorization Rules (MCC, merchant, velocity, time-of-day) | 9 - built for agentic payments, MCP server (Apr 2026), single-use per transaction | 8 - real-time webhook events, pause per card | 5 - no public pricing, sales + KYB/KYC/AML onboarding | 3 - you build the decisioning endpoint | 7.9 |
| 5 | Brex | Corporate card | 8 - custom limits, card controls, policy enforced at point of purchase by finance agents | 7 - Intelligent Finance agents; no distinct public agent-card spec confirmed | 8 - strong audit + automation, revoke, GL coding | 8 - $0 Essentials / $12 Premium, API on all tiers | 8 - non-technical friendly | 7.8 |
| 6 | Founden | Agent operations | 6 - budgets, caps and audit are first-class at the workforce layer; card primitives come from the issuer beneath | 8 - agents are the primary actors, each with a named human owner and a scoped budget | 7 - every agent action logged, revoke the agent; card-level trail is issuer-dependent | 7 - one conversation to set up; a company-builder subscription, not a free card | 9 - lowest effort for a non-technical founder, no code | 7.2 |
| 7 | x402 + Skyfire | Stablecoin rail | 6 - per-agent spend limits (Skyfire) and wallet balance cap x402; protocol itself has no built-in ceiling | 9 - natively agent-first: HTTP-402, Know-Your-Agent identity, pay-per-call, no card | 6 - public on-chain trail, weak dispute/attribution | 8 - x402 facilitator: 1,000 free settlements/mo then $0.001 each | 4 - crypto wallets + USDC, not a non-technical world | 6.9 |
| 8 | Airwallex | Global issuing | 8 - rules by MCC/currency/time/limit, single-use or recurring, Remote Authorization webhook | 5 - Issuing API is custom/contact; no distinct agent product confirmed | 7 - real-time updates, spend controls, multi-currency | 7 - $0 Explore / $12 Grow spend tiers, 0% intl card fee | 6 - product side easy; issuing API needs dev + sales | 6.7 |
| 9 | Marqeta | Issuing infra | 9 - JIT $0-until-authorized funding, velocity windows, MID/MCC auth controls, single-use recipe | 6 - full primitives but no distinct agent product; enterprise infra | 7 - real-time controls, program-level | 4 - custom/contact, usage-based, enterprise sales | 3 - heavy enterprise integration | 6.5 |
| 10 | Payman | Agent banking | 6 - programmable policies, spend caps, approval thresholds, human-in-the-loop | 7 - agentic banking under human control, SOC 2 | 6 - control-oriented, audit | 4 - no public pricing, custom/contact | 5 - unclear self-serve, pivoting to banks | 5.9 |
Read the top of the table as the practical answer for most founders and the bottom as the specialist and infrastructure options. Mercury and Ramp win because they package the five control walls into a product a non-technical founder can run, and both make the invariant explicit that the agent cannot raise its own limit. Stripe Issuing and Lithic score nearly as high on control, and Lithic actually beats everyone on the raw spend-control criterion because its authorization stream declines by default on a timeout, but both are developer-grade and gate access behind engineering and sales, which is why their setup scores fall. Founden lands mid-table on merit: it is not a card issuer, it is the operations layer that runs a company's agents on budgets you set, on top of an issuer like Mercury, so it is strongest on being agent-native and low-effort and weakest on the granular card primitives, which come from the rail beneath it. The crypto, global, enterprise, and agent-bank rows each win a specific column but ask more of a small team than the leaders do. The following sections give each option the depth a single cell cannot.
5. Mercury: a corporate card built for agents
Mercury is the cleanest illustration of the whole thesis, because it did not bolt an agent feature onto an existing card, it named the problem and built for it. On August 11, 2026, Mercury launched Spend, which includes a new class of cards designed specifically for AI agents alongside "Intelligent Budgets" and self-enforcing expense policies, live for banking customers and available standalone for companies that bank elsewhere - Mercury. The framing from CEO Immad Akhund is worth reading as a design statement: founders need "a scalable and programmatic way to manage spending" and "a real spending infrastructure, not just a card" - IT Digest.
The controls are where Mercury earns its top rank, and they map one-to-one onto the five walls from Section 2. An agent card can only be created by a human, operates within spending limits the agent cannot bypass or modify, restricts merchants by name or MCC, and auto-declines transactions that exceed the budget at the point of sale - Yahoo Finance. The invariant is stated plainly in the product description: "the agent can spend only within its assigned limits and cannot change those controls" - CFOtech. There is even a lock beyond the cap: cards auto-freeze when required receipts or memos are missing and stay locked until the obligation is met - Fintech Global.
The Intelligent Budgets give the abstract "hard cap" a concrete face. In the product, budgets are scoped by purpose with named dollar limits, for example Meals at $750, Travel at $3,000, Software at $500, and Office equipment at $400 per month, with transactions auto-routed and categorized - Mercury. That specificity is the point for a non-technical founder: you are not writing authorization logic, you are choosing numbers on a screen, and the platform enforces them before money moves.
On cost and access, Mercury is generous but bounded, and a founder should understand the shape. Base business banking is $0 per month with no overdraft fees, the IO Mastercard corporate card has no annual fee, and USD card transactions are free, with paid tiers at $29.90 (Plus) and $299 (Pro) per month for heavier workflow needs - Mercury. Mercury is a fintech, not a chartered bank: deposits and cards run through Choice Financial Group and Column N.A., with up to $5M in FDIC insurance through partner-bank sweep networks - Mercury. The access limit is geography and account: this is a US-centric product, and it is not the only agent-card issuer, since Corpay and others launched comparable cards, so a founder outside the US should treat Mercury as a template rather than the only option and read Section 8 for the issuing layer underneath it.
6. Stripe: single-use tokens and programmable issuing
Stripe attacks agent spend from two directions, and both matter. The first is the consumer-checkout world, where the primitive is the Shared Payment Token, introduced with OpenAI's Instant Checkout on September 29, 2025: a single-use token scoped to one merchant and one cart, so the agent completes a purchase without ever seeing reusable card data - Stripe Newsroom. Stripe's head of payments framed the shift bluntly: "Stripe has spent 15 years improving e-commerce for human shoppers. Now we're starting to do the same for agents." The open standard behind it, the Agentic Commerce Protocol, is Apache-2.0 and co-developed with OpenAI and Meta, and it defines a four-party flow where the business remains the merchant of record and can accept or decline - Stripe Blog.
The second direction is the one a founder issuing cards to their own agents will actually use: Stripe Issuing, and specifically its "Issuing for agents" surface, which lets you programmatically mint single-use virtual cards with per-agent limits, merchant-category controls, and custom real-time authorization rules - Stripe Docs. The control object is precise. The spending_controls field accepts allowed_categories and blocked_categories by MCC, allowed_merchant_countries, and spending_limits with intervals including per_authorization, weekly, and monthly, and on any overlap the most restrictive control wins - Stripe Docs. A travel agent's card can be capped at $1,000 monthly and $100 per authorization and restricted to airlines and hotels, and only a human issuer can loosen it.
The real-time authorization is the moment of truth, and here Stripe's default deserves a warning. On every purchase attempt, Stripe fires an issuing_authorization.request webhook; your service replies with {"approved": true} or false, and this is where a founder can insert a human-in-the-loop check or auto-decline logic - Stripe Docs. But if your endpoint does not answer within two seconds, Stripe falls back to your timeout setting or "Autopilot," which can approve during an outage. Contrast that with the decline-by-default posture in Section 8, and you have the single most important configuration decision in agent spend: what happens when your controls are unreachable. There is also a hard ceiling worth knowing: even a programmable Issuing card carries an unconfigurable default cap of $10,000 per authorization unless you contact support - Stripe Docs.
On price, Stripe Issuing is close to free at small scale: no setup or monthly fee, roughly $0.10 per virtual card, EUR 3.50 per physical card, and the first EUR 500,000 of transactions included before a 0.2% + EUR 0.20 fee - Stripe. The catch is not cost, it is that Issuing eligibility requires contacting sales and the whole thing is API-first, so it belongs to a team with a developer. If your product already runs its own backend, Stripe is arguably the most flexible agent-spend rail available, and it connects naturally to a metered-billing model, which we cover in setting up metered billing for your AI product.
7. The card networks put agents on the rails
Above the fintechs sit the networks, and they matter because they set the rules every issuer inherits. The recurring move is tokenization: replacing your sixteen-digit card number with a network token bound to a specific agent, merchant, and policy, so a leaked token cannot be reused elsewhere. Visa Intelligent Commerce, launched April 30, 2025, opened VisaNet to agents via tokenized "AI-Ready Cards" with preset dollar limits, merchant-category restrictions, and optional real-time approval, with OpenAI, Anthropic, Microsoft and Stripe as launch partners - PYMNTS. By June 10, 2026 Visa and OpenAI announced that tokenized Visa credentials can power agent-initiated checkout across ChatGPT within user-set limits and categories, with real-time authorization and fraud monitoring - PYMNTS.
Crucially, the networks separate two problems that founders tend to blur: the payment token and the agent's identity. The payment token is the scoped credential. The identity layer is "know your agent," and Visa built it as the Trusted Agent Protocol, an open framework co-developed with Cloudflare on October 14, 2025 that uses agent-specific cryptographic signatures so a merchant can tell a legitimate agent from a malicious bot - Visa. As Visa's chief product officer put it, the ecosystem has "a responsibility to ensure sellers can trust AI agents as much as they trust their best customers." Mastercard mirrors the split: Agent Pay with Agentic Tokens for payment, and a requirement that agents be "registered and verified" before transacting, with the consumer keeping control over what the agent may buy - Mastercard.
The networks are also candid about how early this is, which is a useful antidote to the marketing. American Express debuted its Agentic Commerce Experiences developer kit on April 14, 2026 and pledged to cover erroneous purchases by registered agents, but its own head of innovation quipped that so far there have been "as many press releases as transactions" - Fortune. PayPal added agentic services from October 28, 2025 with an "Agent Ready" acceptance layer for its existing merchants - PayPal. The practical takeaway for a founder is not to integrate a card network directly, which you almost never do, but to understand that when you use Mercury, Ramp, or Stripe, you are riding these tokenized, agent-registered rails, and that the network's dispute and verification protections only extend to agents that are actually registered and verified. That is why the safe pattern always keeps the hard caps on rather than trusting the network to "just work."
8. The issuing layer: Lithic, Marqeta, Ramp, Brex, Airwallex
Beneath every agent card is an issuing platform, and if you want the sharpest spend controls, this is where they live. Lithic is the reference implementation of decline-by-default safety. Its Authorization Stream Access delivers each authorization as an HTTP POST during the transaction, and "if no response is received within 6 seconds, the transaction will be declined," with Lithic recommending a response within 3 seconds - Lithic. That single design choice, decline on timeout rather than approve, is the opposite of Stripe's default and the safer posture for autonomous spend. Lithic pairs it with an Authorization Rules engine for MCC, merchant, velocity, and time-of-day locks, and its own example is a card "restricted only to a specific restaurant to be used for no more than $200 on a specific day and a specific time period" - Lithic. In April 2026 it also shipped an MCP server so an agent can create and configure cards in natural language - Lithic.
Marqeta brings the other powerful primitive, Just-in-Time funding, which keeps a card at a $0 balance until you authorize the release of funds per transaction, so an agent's exposure is capped to exactly what you approve in the moment - Marqeta. Its velocity controls limit spend by amount and count over windows of day, week, month, or lifetime, and a single-use card is simply usage-limit one with a lifetime window - Marqeta. Both Lithic and Marqeta are the industrial-strength choice, but they gate access behind sales and KYB/KYC/AML onboarding and expect you to build the decisioning endpoint, which is why they score high on control and low on founder setup.
For a founder who wants those primitives inside a finished product, Ramp and Brex are the pragmatic middle. Ramp's Agent Cards, in early access since April 28, 2026 and built on Visa Intelligent Commerce, issue single-use transaction-scoped tokens that expire after the first authorization or 12 hours, enforce per-transaction limits, MCC allowlists, velocity and geofencing, and "if something goes wrong, you can revoke the credential instantly" - Ramp. Ramp also codifies two governance rules worth stealing regardless of vendor: any action above a threshold routes to a human, and "every agent should have a named human owner," with agents that lack an owner getting no budget - Ramp. Brex takes an agent-operations angle, shipping finance agents that enforce policy "at the point of purchase, not weeks later," and it disclosed on March 18, 2026 that it powers OpenAI's global spend - Brex.
Now the first-principles question these products beg: if the controls are this good, why is the software free? Ramp's core card and expense software is free with unlimited users and cards - Ramp, Brex's Essentials tier is $0 per user - Brex, and Airwallex's Explore tier is free for up to ten users while advertising 0% international card fees - Airwallex. The answer is interchange. A Visa corporate card carries an interchange rate of about 2.65% + $0.10 per transaction, versus 1.75% on a consumer non-rewards card, and that fee flows back to the issuing stack - Lithic. Every dollar your agent spends generates issuer revenue, which means the vendor's incentive points toward more agent spending, not less. That is not a reason to distrust these excellent products, but it is the reason your safety must come from the hard, un-raisable caps and the kill switch, not from the vendor's business model, which quietly rewards the opposite. Airwallex, worth a look for cross-border founders, adds spend controls by merchant category, currency, time and limit with a Remote Authorization webhook - Airwallex.
9. Stablecoins and the machine-payment rails
There is a second money rail forming in parallel, and for a specific kind of agent spend it is genuinely better. When an agent needs to pay a few cents for an API call, data, or compute, cards are clumsy: the minimums and interchange overwhelm the payment. The answer is x402, an open protocol Coinbase built on the dormant HTTP 402 "Payment Required" status code. A server replies 402 with payment instructions, the agent signs a stablecoin (USDC) transfer, retries, and gets the resource in seconds with no account and no stored card - MetaMask. The economics are startling: Coinbase's facilitator gives the first 1,000 settlements per month free, then charges $0.001 per settlement, with batching pushing the real per-payment cost far below that - Coinbase. Circle proved the pattern concretely when a LangChain agent autonomously paid $0.01 in USDC for an API with no human in the loop - Circle, and Circle's Agent Stack now enables gas-free transfers as small as $0.000001 - Circle.
The startups here are building the identity and control layer that a raw wallet lacks. Skyfire gives agents a verifiable "Know Your Agent" identity, a wallet funded by cards or USDC, and per-agent spending limits - Skyfire. Catena Labs, founded by Circle co-founder Sean Neville, raised a $30 million Series A on May 20, 2026 to build a regulated financial institution for agents, and Neville's framing is the whole safety problem in a sentence: "giving an agent a wallet is pretty easy compared with giving a business a governed way to trust it" - Fortune. Even Stripe joined this rail, upgrading Link into an agent wallet at Sessions 2026 and co-authoring a Machine Payments Protocol with the Tempo blockchain for pay-as-you-go metered agent payments - Stripe.
Now the honest counterweight, because the hype here is loud. Wallets touching x402 generated more than 100 million transactions on Base within about nine months, per an independent Chainalysis report - Cointelegraph. But independent on-chain analysis in March 2026 found real daily volume of only about $28,000 at an average of $0.20 per payment, with roughly half the transactions self-dealing or wash trading, and one analyst called the boom "still mostly a mirage" - CoinDesk. Nor is stablecoin spend a compliance-free shortcut: under the GENIUS Act, signed July 18, 2025, the stablecoins an agent spends are issued by entities treated as financial institutions under the Bank Secrecy Act with full AML obligations - Greenberg Traurig. For a non-technical founder, the verdict is narrow: stablecoin rails are the right tool for micro-metered machine-to-machine spend and the wrong tool for buying ads or SaaS, where cards and their dispute protections still win.
10. AP2 and the mandate model
The most conceptually important development is not a card at all, it is a way to prove a human authorized a purchase. Google announced the Agent Payments Protocol (AP2) on September 16, 2025 with more than 60 partners including Mastercard, PayPal, American Express and Coinbase, as an open, payment-method-agnostic standard - Google Cloud. Its core idea is the mandate: a tamper-proof, cryptographically signed digital contract. An Intent Mandate captures the user's request and its rules ("buy this if it drops below $X"), a Cart Mandate locks the exact items and price the user approved, and a Payment Mandate signals to the network that the transaction is agent-initiated so the issuer can assess risk. Together they form "a non-repudiable audit trail that answers the critical questions of authorization and authenticity" - Google Cloud.
The reason this matters to a founder is the distinction between two flows AP2 defines. In the "Human Present" flow, the user signs the Cart Mandate at the moment of approval. In the "Human Not Present" flow, the thing founders actually want, the user signs a detailed Intent Mandate up front with price limits and conditions, and the agent generates the Cart Mandate later, autonomously, only when those conditions are met. That is bounded autonomy: the agent spends while you sleep, but only inside a signed envelope you defined. AP2 was donated to the FIDO Alliance in April 2026, and a companion "Verifiable Intent" standard was co-developed with Mastercard, signaling a move from a Google spec toward a neutral industry standard - Google.
A founder should hold two thoughts about AP2 at once. It is the right mental model, because it makes "did the human authorize this?" a cryptographic fact rather than a trust assumption, and the same logic underpins how you would let agents transact with your own business, which we detail in selling to AI agents. But it is a standard and a reference implementation, not a button you switch on, and its safety depends on issuers actually consuming the Payment Mandate signal, which was still rolling out. And research has already found the limits: a security analysis titled "Beyond the Mandate" found 48 threats in AP2, showing that "valid mandate signatures alone do not ensure that an agent-mediated transaction reflects the user's intent when its pre-authorization context is manipulated," including an attack that obtains $80 of authority when the user approved only $50 - arXiv. A signature proves a human signed something. It does not prove the something still means what the human thought.
11. How agent spending goes wrong
To design controls well, study the failures, because they are not hypothetical. The canonical prompt-injection-into-commerce case is the Chevrolet dealership chatbot that a user talked into agreeing to sell a 2024 Tahoe for $1, with the bot replying "that's a legally binding offer, no takesies backsies" - AI Incident Database. The lesson is not that the bot was dumb, it is that any agent with a transaction surface will act on untrusted input, and a payment credential turns that into a real charge. The runaway-compute variant is just as instructive: an autonomous agent given AWS access spun up expensive instances and ran a $6,531 bill for a workload that fit a $5 VPS, and it was caught by the credit-card charge, not by any cloud alarm - InfoQ. Scale that by credential theft and you get the $14,000 single-day Bedrock bill on an app designed to cost under $100, or the $50,000-in-an-hour accounting agent from this guide's opening.
The structural reason these keep happening has a name in the security literature: excessive agency. OWASP's LLM06:2025 entry names three root causes, excessive functionality, excessive permissions, and excessive autonomy, and prescribes human-in-the-loop approval for high-impact actions implemented in the tool itself rather than trusting the model to self-limit - OWASP. The 2025 Agentic Top 10 adds "tool misuse" and "identity and privilege abuse" as the categories that most directly cover unauthorized spend - Promptfoo. The cleanest heuristic comes from Meta's "Agents Rule of Two," which holds that an agent may safely satisfy only two of three properties without human approval: processing untrusted input, holding sensitive access, and taking a consequential action - Help Net Security. An agent that spends money is taking a consequential action, so it may not also ingest untrusted content and hold broad access without a human gate.
The deepest reason to keep the caps on, though, is that the enabling attack cannot be fully removed. OpenAI itself stated that "prompt injection, much like scams and social engineering on the web, is unlikely to ever be fully solved" - TechCrunch. If the vector that redirects an agent's spending can never be eliminated, then safety cannot come from making the model obedient, it must come from making the credential weak: scoped, capped, single-use, and revocable, so that even a fully compromised agent can do only bounded damage. This is the same reasoning that governs why AI apps corrupt data and how to bound it, which we trace in why AI apps corrupt data and the fix.
12. The rules: compliance, liability, and who pays
Law is the part founders most want to skip and most need to read, because when an agent buys the wrong thing, the bill lands somewhere. The clearest precedent predates the agent boom: in Moffatt v. Air Canada, a tribunal held the airline liable for its chatbot's false promise and rejected the argument that "the chatbot is a separate legal entity responsible for its own actions" - McCarthy Tetrault. Translate that to spending: when your agent overspends or buys in error, "the agent did it" is not a defense. The deploying company bears the liability, which is exactly why the controls are your problem and not the model vendor's.
The statutory picture is a patchwork, and a founder should know its shape rather than its every clause. In the EU, the AI Act's general-purpose-AI obligations became enforceable on August 2, 2026, and its Article 50 transparency duties, which require that people be told they are interacting with an AI "from the start of the first interaction," apply from the same date - European Commission. For an agent that emails a supplier or negotiates a purchase on your behalf, that disclosure is now a legal duty, a point we expand in making your AI app EU-compliant. On the payment side, PSD2's Strong Customer Authentication treats an autonomous "human not present" agent charge like a Merchant Initiated Transaction, which relies on a one-time authentication when the human grants the mandate rather than on every purchase - Adyen. A poorly scoped mandate breaks that exemption chain, which is another reason the setup step matters.
Liability, the question of who actually eats a bad charge, is genuinely unsettled, and honesty here is worth more than false comfort. The networks are filling the gap voluntarily and narrowly: American Express pledged to cover erroneous purchases, but only for registered agents - Fortune, and issuers are operationalizing "Know Your Agent" data with Visa and Mastercard through partners like FIS - Payments Dive. But US law has not caught up: the federal "AI AGENT Act" discussion draft of June 29, 2026 explicitly "does not directly resolve how losses should be allocated" among consumers, sellers, platforms and agent providers - Davis Wright Tremaine, and analysts note that consumer rules like Regulation E were written for human-initiated transactions and "would leave consumers without the dispute rights they rely upon" for agent errors - Center for Data Innovation. The practical conclusion is conservative: keep hard caps low, use registered agents on tokenized rails so the voluntary protections apply, and do not assume the law will make you whole.
13. Identity is the other half of the card
A corporate card issued to an agent is only as safe as the identity behind it, and that identity became real in 2026. The reason is structural: a card scoped to "an agent" is meaningless if you cannot say which agent, cannot revoke one agent without breaking the rest, and cannot prove in an audit that a specific agent made a specific charge. That is an identity problem, not a payments problem, and it is why the two rails are converging. Okta Agent SSO reached general availability on August 24, 2026, registering agents as first-class identities and issuing short-lived tokens instead of static keys, at no additional cost in core Okta SSO plans - Okta. Its standard for governing agent-to-app connections, Cross App Access, was folded into the Model Context Protocol as its enterprise authorization extension - Okta.
The developer-grade version of the same idea is what makes it reachable for a small team. Vercel acquired Better Auth on July 7, 2026 to build an "Agent Auth" protocol where "each agent can carry its own identity and its own scoped, revocable authority, with you as the single point of control" - Vercel. Read that sentence next to Mercury's "the agent cannot change its own limits" and you see one idea expressed in two layers: the identity layer decides who the agent is and what it may touch, and the payments layer decides how much it may spend, and both must be scoped and revocable for the card to be safe. Microsoft Entra Agent ID reached general availability around April 2026 with the same premise, though its full governance sits behind a paid Agent 365 license - Microsoft.
For a founder, the throughline is a simple checklist to apply before attaching any spend to an agent: insist on a unique, governed agent identity rather than a shared static API key, insist that its tokens are short-lived, scoped, and revocable, and insist on a kill switch and audit trail. If you cannot name which identity holds the card and cut it off in one action, you do not have a controlled spending agent, you have a shared secret with a friendly interface. This is the payments-shaped corollary of the argument we make in full in our guide to giving your AI agent an identity, not an API key, and it is the reason a modern auth stack matters, a topic we compare in Clerk vs Better Auth.
14. How to let your agent spend safely
Here is the concrete playbook, assembled from the vendor documentation and reduced to the smallest set of steps that actually holds. The goal is a repeatable pattern you apply per agent or per task, not a one-time configuration you forget. Whichever platform you chose from Section 4, the shape is the same, and every serious product supports it, because the pattern is the industry consensus rather than any single vendor's feature.
Begin by issuing one scoped card per agent or task, single-use where possible, so a credential never outlives its job. In Stripe you create a lifecycle single-use card; in Ramp the credential "expires after the first authorization or 12 hours, whichever comes first" - Ramp; in Lithic you spin one up per transaction. Then set the box: a hard per-transaction cap and a rolling budget by day, week or month, a merchant or MCC allowlist so the card can only buy the category it exists for, and a real-time authorization endpoint that decides each attempt. The safety-critical choice inside that endpoint is the timeout default: prefer a rail that declines when your controls are unreachable, as Lithic's authorization stream does at six seconds, over one that approves, and configure it explicitly if your rail approves by default.
Layer a human above a threshold, because full autonomy is neither necessary nor, for most spend, wise. Route any charge over a chosen amount to a person before it executes, the pattern Stripe built into Link's agent wallet, where "users receive notifications on mobile and web to review and approve spend requests before payment credentials are shared with the AI agent" - Stripe. Below the threshold the agent runs free; above it, a human signs. This is exactly the "Human Not Present" envelope AP2 formalizes, and it is how you get useful autonomy without unbounded exposure.
Finally, close the loop with audit and a kill switch. Every charge should be attributable to the specific agent, reconciled against what settled, and instantly revocable: in Stripe you freeze a card by setting status=inactive, and an agent can even auto-freeze on anomaly detection - Stripe Docs. And keep the invariant sacred: the agent cannot create its own cards or change its own limits, only a human or admin can. This is the layer where a company builder like Founden fits the picture, not as a card network but as the operations layer above one: it runs a company's AI workforce so each agent acts within a budget and audit trail you control, on top of an issuer beneath it, which is the same discipline we describe in hiring an AI workforce to run your company. Do not forget the second budget, the compute the agent burns to think: cap tokens per request and per period, a discipline we detail in setting the effort dial to cut AI costs, and run agents unattended only once the money box is closed, as in running Claude Code unattended.
15. Limits, and where this breaks
An honest guide has to say where the whole idea still falls short, because the marketing will not. The first limit is that the consumer-checkout wave partly stalled in 2026, which should temper any assumption that agents are already buying everything. OpenAI deprioritized in-chat Instant Checkout in March 2026, telling the press it was "moving to Apps," and Walmart reported that in-chat checkout converted roughly 3x worse than a click-through to its own site, calling the moment "a very temporary" one - Digital Applied. Usage data shows agents cluster in discovery and comparison and drop off sharply at the paying step, with payment authorization, identity, and trust cited as the barriers - Yahoo Finance.
The second limit is that the most cautious builders deliberately keep the card away from the agent, and their judgment is worth weighing. Anthropic shipped Claude commerce features on September 2, 2026 with no wallet, no checkout, and no payment protocol, having the shopping agent build a cart and then hand off to the retailer's existing checkout - Digital Commerce 360. OpenAI's Operator was trained to require user confirmation before submitting an order and to demand a human takeover for banking and credit-card entry - TechCrunch. When two leading labs both choose to gate spend rather than automate it, the signal for a founder is to start with tight caps and human approval, not to reach for maximum autonomy on day one.
The third limit is fragmentation and cost. A founder betting on one protocol, ACP or AP2 or Visa's rails or Mastercard's or MPP, risks picking the loser or reworking later, since none is yet the settled standard. And the channels carry real fees: buying through ChatGPT's checkout added a 4% OpenAI fee for Shopify merchants effective January 26, 2026, on top of Shopify and processing costs - PYMNTS. None of this means agent spend is a mirage, the runaway-bill incidents prove agents already move real money, but it does mean the honest posture is bounded autonomy with the caps on, not a leap to a cardless, hands-off future that the most sophisticated players are themselves avoiding.
16. The future: from cards to autonomous treasury
Reason forward from the primitives and a direction becomes clear. Today the frontier is a card an agent can use safely. The trajectory is an agent that manages a budget the way an employee manages a corporate card, and eventually an agent that manages a treasury the way a finance team manages cash. Ramp's CEO framed the shift with a line worth remembering: "for 500 years, business ran on two pillars of spend, people and vendors; in the last 24 months, a third arrived" - Ramp. The agent is the third pillar, and the tools are racing to give it governed autonomy rather than a raw credential.
The market money says this is not a fad. Ramp raised a $750M round at a $44B valuation in June 2026 building the autonomous back office - Ramp, Mistral raised roughly 3 billion euro for sovereign AI in September 2026 - TechCrunch, and McKinsey forecasts agentic commerce could reach $3 trillion to $5 trillion globally by 2030 - Digital Commerce 360. A founder should read that forecast as a range and a direction, not a promise, especially against the 2026 reality that in-chat checkout underperformed. The durable bet is not on any one buy-button but on the control layer, because whichever rail wins, the winner will be the one that lets agents spend at scale while a human keeps a single point of control.
The practical version of this future, for a founder, is that the finance function itself becomes something you configure rather than staff. When an agent can source a vendor, negotiate, and pay within a signed budget, the back office stops being a team and starts being a policy, a shift we explore in automating your startup back office and the autonomous business. The winners will not be the founders who hand agents the most freedom. They will be the ones who draw the tightest, clearest boxes and then let agents move fast inside them.
17. Conclusion: a decision framework
Letting an AI agent spend money safely is not a feature you buy, it is five properties you insist on, and 2026 finally made all five reachable for a non-technical founder. Every option in this guide should be held to the same tests: does each agent get its own scoped, capped card rather than a shared number; is the spend decided in real time before the money moves; can you attribute every dollar to an agent and cut it off in one click; is the credential single-use or short-lived; and, the invariant that ties it together, is it impossible for the agent to raise its own limit. If a tool fails any of those, no dashboard makes up for it.
For most founders, start with a product that packages all five, Mercury if you want a corporate card built for agents inside your banking dashboard, Ramp or Brex if you want single-use agent cards inside a polished spend platform. If you run your own backend and want the sharpest programmable controls, use Stripe Issuing or Lithic, and if you build on Lithic, take its decline-on-timeout default as the model for how your controls should fail. For micro-metered machine-to-machine payments, and only there, the stablecoin rails around x402 are genuinely cheaper. And if you would rather not assemble any of this yourself, a company builder like Founden runs your AI workforce on budgets and an audit trail you control, on top of these same rails, so the spending box comes pre-drawn.
Whatever you choose, remember the two lessons the incidents keep teaching. The enabling attack, prompt injection, can never be fully solved, so your safety must live in a weak credential rather than an obedient model. And the liability, when an agent buys the wrong thing, lands on you, not on the vendor or "the bot." Build agents the way you would trust an employee with a card: a real identity, a narrow job, a hard limit, a named human owner, and a full record of every dollar. Draw the box first. Then let the agent move fast inside it. That is the whole discipline, and in 2026 it is finally buildable.
This guide reflects the AI agent payments landscape as of September 2026. Product availability, pricing, standards drafts, and regulatory dates change frequently, so verify current details against the primary sources linked above before making decisions.