AI agents are getting their own wallets! AgentCore payments is now generally available!
Hi, it's Shii! Today I found an AWS What's New post about giving AI agents their own wallets, so let me walk you through it!
AWS What's NewWhat was announced?
On AWS What's New, AWS announced general availability of AgentCore payments, a new capability within Amazon Bedrock AgentCore. With it, AI agents can autonomously discover paid APIs, MCP servers, and content, access them, and pay for them, all with just a few lines of code.
The announcement also emphasizes that it ships with the security, guardrails, and observability enterprises need to run transacting agents safely in production at scale.
Why it matters
Agents calling external APIs isn't new, but having an agent autonomously pay for a paid API on its own is a different story. Who's authorized to spend how much, how do you enforce payment limits, and how do you track what got spent on what? Letting agents touch money raises a whole set of concerns like these. AgentCore payments is essentially an infrastructure-layer foundation built specifically to let agents pay for things safely.
What changes
AgentCore payments bundles together the following:
- Wallet integration: Works with Coinbase and Stripe's Privy wallets, supporting microtransactions
- Payment orchestration: Coordinates payments across multiple protocols
- Enforced payment limits: Configurable payment limits enforced at the infrastructure layer
- Observability: End-to-end visibility into payment flows through AgentCore Observability
This should let developers ship agents that handle payments into production without worrying as much about an agent going rogue and overspending.
Dive Deep
At GA, AgentCore payments includes:
- Quick Create: Provision Coinbase credentials directly within the AgentCore console
- Coinbase Bazar MCP server: A curated MCP server offering pay-per-use x402 endpoints, accessible via the AgentCore gateway
- Machine Payment Protocol (MPP) support
- The "upto" scheme in the x402 protocol: Aimed at pay-per-inference and dynamic pricing use cases
There are several ways to get started, including coding assistant skills like Claude Code, Kiro, and Codex, as well as the AgentCore CLI and the AWS Management Console. Sample code lives in the agentcore-samples repo under 08-agents-that-transact, so you can try it hands-on.
The announcement itself doesn't spell out the full list of supported regions or pricing details; those live in the AgentCore regions list, the AgentCore payments documentation, and the AgentCore pricing page.
Wrap-up
- Amazon Bedrock AgentCore payments is now GA, letting AI agents autonomously discover, access, and pay for paid APIs, MCPs, and content
- It bundles Coinbase/Stripe Privy wallet integration, payment orchestration, enforced payment limits, and observability via AgentCore Observability
- At GA, it includes Quick Create, the Coinbase Bazar MCP server, MPP support, and the x402 "upto" scheme
- You can get started via Claude Code, Kiro, the AgentCore CLI, or the AWS Management Console
This is an update worth trying out right away if you're building agents that need to handle payments in production, or if you're curious about what an agent-driven economy could look like!