News
AWS Lets AI Agents Pay for Services on Their Own
Amazon Web Services has launched the production version of AgentCore Payments, a feature that lets AI agents pay on their own for access to APIs, content, and other agents' services. The solution was built with Coinbase and Stripe, though spending limits are still set by humans.
Contents
Amazon Web Services announced on August 18, 2026 the full production availability of AgentCore Payments, a feature within Amazon Bedrock AgentCore that lets AI agents pay on their own for access to paid APIs, MCP servers, web content, and even other agents' services. It's the first payment infrastructure this comprehensive built specifically for autonomous machine transactions rather than human ones.
The mechanism relies on the x402 protocol, an HTTP standard built around the long-standing but rarely used 402 Payment Required status code. When an AI agent encounters a resource that requires payment mid-task, the server returns that code, and the AgentCore infrastructure automatically negotiates payment terms, authenticates the wallet, and delivers proof of the transaction, without interrupting the agent's reasoning flow and without developers having to write custom billing integrations.
How It Works in Practice
Developers connect a payment wallet to their agent, choosing either Coinbase CDP or Stripe Privy, then set spending limits at the session level: a maximum amount in a given currency, a session validity period, and the scope of allowed operations. Budget control happens deterministically at the infrastructure level, so the agent physically cannot exceed the set ceiling, regardless of how it interprets the user's instructions.
AWS emphasizes that every transaction is logged in AgentCore Observability and sent to CloudWatch, giving administrators visibility into the number of successful payments, their average value, and any anomalies. For the GA release, AWS also added a Quick Create feature that lets users spin up a Coinbase wallet directly from the AgentCore console, along with a ready-made Coinbase x402 Bazaar MCP server offering over 10,000 paid endpoints that an agent can search and pay for on the fly.
Why Credit Cards Don't Cut It
The problem AWS is trying to solve is economic, not just technological. Traditional card payments carry a fixed transaction cost, on the order of tens of cents, which makes them uneconomical for micropayments tied to a single API query or one paragraph of a paywalled article. Stablecoins combined with x402 make it possible to settle transactions worth fractions of a cent, opening the door to pay-per-use billing models between machines without a bank intermediating every operation.
Agents that reason, plan, and act can now transact. AI agents can instantly access and pay for APIs, MCP servers, web content, and other agents during execution, no bespoke billing integrations required - Amazon Web Services
The Broader Market Picture
AWS isn't the only company building payment rails for AI agents. Visa has launched its own Intelligent Commerce Connect platform, under which European banks have already tested transactions carried out autonomously by AI agents on lastminute.com, Frasers, and Cleverbridge. Google and PayPal are also developing agentic payment protocols, while Coinbase and Stripe, AWS's joint partners on AgentCore, are simultaneously building competing integrations with other cloud platforms. The race for the standard that millions of autonomous transactions will run on is just beginning.
From a security standpoint, the key question is who bears responsibility when an agent misreads an instruction and pays for the same resource multiple times, or falls victim to a malicious server posing as a cheap endpoint. AWS's answer is hard budget limits enforced at the infrastructure level and full transaction observability, but the final call on whether a given server is trustworthy still rests with the developer configuring the agent.
What This Means for Polish Companies
For Polish teams building AI agents, this means a new, ready-made infrastructure layer they can use without negotiating separate billing agreements with every API provider. Companies already on AWS can now test scenarios where an agent independently buys market data, pays for access to a specialized model, or hands off a task to another agent operating as a service, settling it in stablecoins instead of through traditional invoices.
Polish consumers are already partly prepared for this shift. According to cited data, 11.1 percent of Poles use AI recommendations when shopping, and among people under 24 that share rises to 21.8 percent. This shows that trust in automated purchasing decisions is growing faster among younger age groups, which matters for companies planning to roll out agentic shopping assistants in Poland.
AgentCore Payments is currently available in the US East (N. Virginia), US West (Oregon), Europe (Frankfurt), and Asia Pacific (Sydney) regions, so European AWS customers can use it without delays tied to transferring data outside the continent. That matters given EU requirements around data localization and oversight of high-risk systems covered by the AI Act.

