Introducing x402 support: 10x more tools for autonomous agents Apify has integrated x402 payment support into its marketplace of over 20,000 web automation Actors, enabling AI agents to autonomously discover and pay for tools using USDC on the Base blockchain without human intervention. The x402 protocol, originally built by Coinbase and now governed under the Linux Foundation, allows agents to handle payment requirements at the HTTP layer, expanding the available endpoints from roughly 2,000 to over 20,000. This development removes the bottleneck of manual API key management, allowing agents to complete longer and more complex tasks independently. The value of AI agents is proportional to the size of tasks they can handle without human input. The longer and more complex the job, the more valuable an agent becomes. And to complete ever-longer jobs, agents will need a budget to autonomously discover and pay for the tools that they need on their own, without human-in-the-loop approvals. AI agents can call tools, but paying for those tools is still awkward. The bottleneck isn't the API key itself; it's the human workflow around it: creating accounts, attaching billing, issuing and storing credentials, rotating secrets, and wiring them into the runtime environment. Agentic payments are an emerging answer to this, and the x402 protocol https://www.x402.org/ is the most promising implementation based on real transaction volume https://agentic.market/?chart=payment-volume . With x402, the server can declare a payment requirement at request time, and the client can satisfy it automatically. Originally built by Coinbase and now an open source protocol governed under the Linux Foundation, x402 pairs naturally with the Model Context Protocol https://modelcontextprotocol.io/ MCP : a tool-using client can inspect MCP tool metadata, detect a payment requirement, authorize a supported payment, and retry the call automatically. Until now, autonomous agents could buy services from a pool of roughly 2,000 endpoints available on x402. As of today, we're bringing more than 20,000 Actors from our marketplace of web automation tools into the x402 ecosystem. That's roughly 10x more tools than the protocol had before. In practice, this means an agent can pay for Apify web data and automation tools using USDC on the Base blockchain with support for more protocols and stablecoins coming soon instead of relying on a pre-provisioned API key. Paying for Actors over x402 Basically, any Apify Actor can be paid for and run in as little as a single HTTP request. Your agent calls the Actor API endpoint, gets back an HTTP 402 with the available payment schemes and price. The agent's wallet signs the payment, and the Actor runs. The whole exchange happens at the HTTP layer, exactly as the protocol intends. The easiest way to get started is to use Coinbase's Agentic Wallet CLI https://docs.cdp.coinbase.com/agentic-wallet/cli/welcome that handles the payment authorization in an agent-native way. It reads the 402 challenge and signs with its on-chain wallet, so the agent can execute the Actor run and retrieve data. It works best in agent runtimes that can execute shell commands and persist local state such as Claude Code, Codex, Droid, OpenCode, or other coding agents . Install the drop-in agent skill once, then just ask your coding agent for the data you want. It handles the wallet, the x402 payment, and the Actor run. Give your agent a Coinbase wallet npx awal auth login you@email.com npx awal auth verify