Source linked

Ampersend reduce la integración de pagos de agentes de meses a dos semanas usando AWS AgentCore

Ampersend integró Amazon Bedrock AgentCore Payments para permitir que los agentes de IA paguen de forma autónoma por solicitud con límites presupuestarios, reduciendo el trabajo de infraestructura estimado de 3-4 meses a menos de dos semanas.

ampersendamazon bedrock agentcoreai agentsagentic paymentsx402edge and node

Ampersend went from API calls to end-to-end payment settlement on Base network in under two weeks. Without AgentCore Payments, they estimate the wallet custody, signing infrastructure, and spending controls alone would have required 3-4 months of engineering effort.

Agent builders face a blunt reality today: every paid model or data API demands its own billing integration, credential management, and payment orchestration. Ampersend, by Edge & Node, built a routing layer that abstracts all that behind a single integration. Their thesis: agents should pay for intelligence the same way they call APIs - programmatically, instantly, with no human in the loop.

The Two-Hop Payment Pattern That Hides Provider Complexity

An agent calls Ampersend with a task (summarize a paper, analyze on-chain data). Ampersend publishes a model catalog organized by capability tier. The agent picks a tier, pays via AgentCore Payments, and gets the result. Behind the scenes, Ampersend settles with the upstream provider (e.g., BlockRun) using the Ampersend SDK. Two settlements occur -- agent to Ampersend, Ampersend to model provider -- but the agent sees one paid request.

The key protocol is x402: when Ampersend returns HTTP 402 (payment required), the agent calls AgentCore's ProcessPayment API. AgentCore signs the USDC authorization using the connected wallet's credentials without the agent ever touching private keys. The agent assumes a scoped IAM role (ProcessPaymentRole) that can only call ProcessPayment -- no budget modifications, no direct key access.

Session Budgets Enforce Deterministic Spending

Before the agent starts, the backend opens a Payment Session with a budget cap, say $0.05. The agent transacts within that session's limits; if the budget exhausts, the next payment is rejected cleanly. Agents operate autonomously but inside deterministic boundaries they cannot override. This is the governance layer that makes autonomous commerce auditable and safe.

AgentCore Payments connects to Coinbase Developer Platform as the wallet credential provider. No wallet custody infrastructure to build, no key management to maintain. Ampersend connected their credentials once and had funded wallets ready to transact. Kevin Jones, who led the integration, said: "We wired up the logic and it just worked."

What the Full Stack Unlocks for Agentic Commerce

Neither system alone covers the full stack. Ampersend brings intelligent model routing, a provider marketplace, and the two-hop settlement pattern. AgentCore Payments brings managed wallets, deterministic spending governance, native x402 signing, and a security model that lets agents transact without exposing credentials. Together they demonstrate a governed, observable, auditable framework for agent-to-agent commerce.

Ampersend's integration proves that agent-to-agent micropayments at scale are within reach when platforms stop building payment plumbing from scratch.


Source: Building pay-per-intelligence for AI agents: How Ampersend uses Amazon Bedrock AgentCore Payments
Domain: aws.amazon.com

Read original source ->

External source stays available while the OJO article and comment thread stay local.

Comments load interactively on the live page.