Related ToolsAmazon Q Developer

AWS Gives AI Agents Their Own Wallets With Bedrock AgentCore Payments

AI news: AWS Gives AI Agents Their Own Wallets With Bedrock AgentCore Payments

Amazon Bedrock's latest feature solves a problem that stops most AI agents cold: what happens when completing a task requires spending money?

AgentCore Payments, launched by AWS in partnership with Coinbase and Stripe, gives AI agents their own spending wallets. The setup works like this - you connect a Coinbase or Stripe wallet to your agent, fund it, and set a session-level spending cap (for example, $5 per run). The agent can then make purchases as part of its task execution without pausing to hand off to a human for payment approval.

The practical use cases are more concrete than most autonomous-agent announcements. An agent doing competitive research could buy access to a paywalled report. A content automation agent could purchase image licenses or top up API credits. A business workflow agent could pay for shipping labels or book a service - all within whatever spending guardrails you've set upfront.

Most current AI agents hit a wall when a task requires money. They either stop and ask for approval, or they run on API keys that don't distinguish between "buy one thing" and "burn through the account." A per-session spending limit is a cleaner model - it gives agents real financial autonomy while keeping your maximum exposure predictable and capped.

The Coinbase integration signals that crypto-native workflows are a deliberate target, not a last-minute addition. Stripe covers standard web payment infrastructure. Together, the two partners cover both traditional and blockchain payment rails, which is a wider footprint than most enterprise AI platforms are addressing today.

AgentCore Payments runs on Amazon Bedrock, AWS's managed service for building and deploying AI agents without provisioning your own servers or models.

The open question is audit logging. When an agent spends money on your behalf, you need a clear record of what it purchased, what triggered the spend, and whether it stayed within the intent of the original task. AWS has not yet published detailed documentation on the audit layer, which is exactly the part enterprise buyers will scrutinize before trusting agents with a live budget.

For developers already building on Bedrock, this removes one of the last manual handoff points in otherwise-automated pipelines. For the broader market, it marks autonomous payment as table-stakes infrastructure rather than a specialty feature.