AWS Launches Bedrock AgentCore Payments to General Availability, Letting AI Agents Pay Autonomously
Amazon Bedrock AgentCore Payments, built with Coinbase and Stripe, is now generally available after a May preview. The service lets AI agents autonomously pay for paywalled content, APIs, and per-inference compute using stablecoin wallets with spending caps and audit logging.
Amazon Web Services announced general availability of Bedrock AgentCore Payments, a service that lets AI agents autonomously pay for APIs, MCP servers, and paywalled web content. The service moved from preview, launched in May in collaboration with Coinbase and Stripe, to full production availability.
AgentCore Payments addresses a specific gap: AI agents can reason and select tools, but most lack a way to actually pay for metered services when a task requires it. AWS's fix connects agents to stablecoin wallets — via Coinbase and Stripe Privy — that support microtransactions often priced in cents. End users fund these wallets through credit cards or USDC and grant delegated spending authority to their agents.
Security model. Developer credentials for wallet providers are stored in AgentCore Identity Secrets Manager. Agents never see raw credentials; instead, AgentCore issues short-lived tokens derived from those credentials to authorize wallet operations like transaction signing.
Protocol support. At preview, AgentCore supported only the x402 protocol. At GA, AWS added support for the Machine Payment Protocol (MPP), co-authored by Stripe and Tempo, letting developers pay MPP-compatible services without extra code. AWS also added an "upto" scheme within x402 that lets agents set a spending ceiling rather than commit to a fixed price — enabling usage-metered billing for things like LLM tokens or compute, versus the fixed-price "exact" scheme available since preview.
Spending controls. Transactions run inside a "payment session" — a scoped context for a single agent interaction with two configurable limits: a maximum spend amount and an expiry time. AWS says these checks run deterministically at the infrastructure layer, rejecting any request that would exceed the session budget, a safeguard against non-deterministic agent behavior such as misread authorizations or duplicate retries.
Observability. AgentCore Payments integrates with AgentCore Observability, emitting logs to Amazon CloudWatch and spans for prebuilt dashboards tracking transaction success rates, average transaction values, and spending behavior across agents and sessions.
Discoverability. AWS exposes Coinbase's pay-per-use x402 endpoints as an MCP server through AgentCore Gateway, now curated by social proof, metadata quality, and availability, according to AWS.
AWS named early adopters spanning several use cases. Anchor Browser, a cloud browser automation platform, uses the service to unlock paywalled web content for agent workflows, according to CEO Idan Raman. Cloudflare has integrated its Monetization Gateway so content and API owners can charge agents directly via x402. SpreadX uses AgentCore Payments in its Incarna product to pay for inference through BlockRun's routing layer. Travala has integrated payments into its Travel MCP servers for conversational hotel booking through platforms like Claude, and Elsa AI and Heurist AI use the service for pay-per-use financial research APIs.
AWS did not disclose pricing for the AgentCore Payments service itself.
What this means: This is AWS formalizing infrastructure for the "agent economy" — a bet that AI agents will increasingly transact directly with services rather than relying on human-managed API keys and subscriptions. The technical bar here is trust: deterministic spending caps, secrets isolation, and audit trails are the mechanisms that let enterprises actually deploy autonomous payment in production rather than sandbox demos. The move to support the "upto" scheme is notable because it enables true metered pricing (pay for exactly what you use) rather than forcing providers into flat per-call pricing — a meaningful shift for anyone selling inference or compute by the token. Competitors including Google and Microsoft will likely need comparable payment rails for their own agent platforms, and the involvement of Stripe, Coinbase, and Cloudflare suggests x402 and MPP are becoming the de facto standards agents will use to pay each other and third-party services.
Related Articles
Astro Creator Fred Schott Ships Flue 2, Bringing React-Style Hooks to AI Agent Development
Fred Schott, creator of the Astro web framework, has released Flue 2, the first stable version of his agent development framework. The update introduces React-inspired 'Agent Hooks' that let developers build agents whose configuration changes dynamically during a conversation rather than being fixed in advance.
AWS Details Custom Reward Function Design for Multi-Turn RL on Amazon Nova Forge
AWS published a technical guide on designing custom composite reward functions for multi-turn reinforcement fine-tuning (RFT) of Amazon Nova models via Nova Forge's Bring Your Own Orchestration (BYOO) capability. The post covers GRPO-based reward scoring, combining outcome rewards, behavioral rewards, and penalties, plus a serverless multi-turn RL option now generally available.
GitHub Details Agent Apps That Automate Scoping, Security, Rollout, and Shipping in SDLC
GitHub published guidance on using four Agent Apps to manage software delivery workflow stages—scoping, security, rollout, and shipping—directly within GitHub. The post positions Agent Apps as a way to consolidate SDLC tasks into a single platform.
Anthropic Expands Claude Cowork to Mobile for All Paid Plans
Anthropic announced that Claude Cowork, its workspace-focused feature, is now available on mobile and web for all paid plans. The rollout began last month exclusively on Anthropic's most expensive tier before expanding today.
Comments
Loading...