What if your AI agent could find a service, pay for it, and complete its task without you touching a billing page or generating an API key? Browser Use just made that real. The browser automation platform has integrated Coinbase's x402 payment protocol into its cloud offering, letting agents pay for browser sessions directly from a crypto wallet using USDC.

The hidden tax on every agent workflow

Every API-powered agent workflow carries a hidden cost: a human has to sign up, enter billing details, and paste an API key into the agent's environment before anything runs. That's fine for a developer setting up a project once, but it becomes a hard blocker when you want agents to autonomously discover and use new services on their own.

x402, an open HTTP-native payment protocol built by the Coinbase Developer Platform, targets exactly this problem. It lets AI agents, APIs, and software pay for resources one request at a time using stablecoins like USDC, with no account creation, no API keys, and no human approval required.

The HTTP spec has included a 402 "Payment Required" status code since 1997. Coinbase shipped a working implementation of it. Rather than routing through account creation and credit card entry, x402 lets an autonomous agent make an onchain stablecoin payment mid-request and keep executing.

How the handshake works

When an agent requests a paid resource, the server replies with an HTTP 402. The agent reads the payment instructions, signs a stablecoin transaction, attaches the proof, and retries the request. The server verifies the payment and returns the data. The whole cycle takes seconds, requires no login, and settles onchain.