Building pay-per-intelligence for AI agents: How Ampersend uses Amazon Bedrock AgentCore Payments
TL;DR
Ampersend built a routing layer on Amazon Bedrock AgentCore Payments that lets AI agents choose paid model calls by task complexity and pay per request. The flow uses a two-hop pattern: the agent pays Ampersend, then Ampersend pays the model provider. AWS describes settlement via USDC on Base, using x402 and HTTP 402 as the payment mechanism. AgentCore Payments handles wallet connections, signing, budgets and observability. The agent only gets a capped Payment Session and never touches private keys.
Nauti's Take
The case is clearly PR-heavy, but still technically relevant. AWS is showing less of a mainstream finished product and more of an infrastructure bet: if agents are expected to buy models, data and services on their own, limits, signatures and billing need to become standard building blocks.
The open question is whether developers really want x402, USDC and on-chain settlement inside their agent stacks, or whether classic cloud billing remains the easier default.
Briefingshow
This matters less as a chatbot feature and more as infrastructure for autonomous workflows with real costs. Once agents choose paid models, data APIs, or specialist services by themselves, teams need hard limits, auditability, and payment logic. AgentCore Payments tries to move that layer out of custom app code.