Amazon has made AgentCore payments generally available, enabling AI agents to transact autonomously with Coinbase and Stripe wallet support.
Amazon has moved its AgentCore payments service out of preview and into general availability, giving developers a managed way to let AI agents pay for application programming interfaces (APIs), Model Context Protocol (MCP) tools, and paid web content without human intervention at each transaction step. The service, built in collaboration with Coinbase and Stripe, was first launched in preview in May 2026 and is part of Amazon Bedrock AgentCore.
According to Amazon, autonomous agents have progressed from simple conversational tools to systems capable of discovering and combining multiple tools per task without oversight. At the same time, service providers are shifting from subscription-based pricing towards pay-per-use models, where individual charges can amount to a few cents. In addition, Amazon states that this shift has created a gap: agents can reason and select tools, but have lacked a standardised way to pay for what they consume. AgentCore payments is positioned to close that gap by integrating wallet infrastructure, payment protocols, and spending controls into a single managed service.
Wallet integration and protocol support
According to the official press release, the service connects to Coinbase and Stripe Privy wallets, both built for stablecoin microtransactions. End users fund an agent's wallet through card payments or USDC and grant delegation for the agent to spend on their behalf. Developer credentials are held in the AgentCore Identity Secrets Manager, and short-lived tokens are used to instruct the wallet provider, meaning the agent itself does not access raw credentials directly.
At general availability, protocol support has expanded beyond the x402 protocol used at preview to include the Machine Payment Protocol, co-authored by Stripe and Tempo. Amazon has also added an 'upto' scheme within x402, allowing agents to set a spending ceiling rather than commit to a fixed price, which supports usage-metered pricing for services such as inference or compute.
Transactions run within a payment session, a scoped context tied to a single agent interaction with two configurable limits: a maximum spend amount and an expiry time. Requests exceeding the session budget are rejected at the infrastructure layer. AgentCore payments also integrates with AgentCore Observability, emitting logs to Amazon CloudWatch and providing dashboards covering transaction success rates and average transaction values.
Early adopters across sectors
Several companies have integrated the service ahead of general availability. Browser automation provider Anchor Browser has used AgentCore payments to let agents access paywalled web content, working alongside content delivery networks including Amazon CloudFront and Cloudflare. SpreadX has applied the service to pay-per-inference use cases through the BlockRun routing layer, while travel provider Travala has integrated it into its Travala Travel MCP servers to support conversational hotel bookings. Elsa AI and Heurist AI use the service for pay-per-use access to financial research and advisory APIs.
Developers can set up AgentCore payments through the AWS Management Console, a dedicated command-line interface, or integrations with open-source agent frameworks, including Strands Agents, LangGraph, and OpenClaw.