|
1 | 1 | # Agents That Transact — Amazon Bedrock AgentCore payments |
2 | 2 |
|
3 | | -Amazon Bedrock AgentCore payments is a fully managed service that enables microtransaction payments in AI agents to access paid APIs, MCP servers, and content. AI agents increasingly handle complex tasks by calling APIs, accessing MCP servers, and interacting with other agents. As more services monetize through pay-per-use models, developers face challenges integrating payments into agentic workflows. Transactions are typically microtransactions (often under $1 or fractions of a cent), making traditional payment methods cost-prohibitive due to high minimum transaction fees. Meanwhile, content providers and publishers are introducing paywalls for AI agents to access their content. AgentCore payments provides a suite of developer-friendly capabilities that help you develop solutions to enable secure, instant payments to paid services using stablecoin, open protocols like x402 for cost-effective microtransactions, and configurable guardrails to help control agent spending. This can reduce developer effort from months to days. |
| 3 | +Amazon Bedrock AgentCore payments is a fully managed service that enables microtransaction payments in AI agents to access paid APIs, MCP servers, and content. AI agents increasingly handle complex tasks by calling APIs, accessing MCP servers, and interacting with other agents. As more services monetize through pay-per-use models, developers face challenges integrating payments into agentic workflows. Transactions are typically microtransactions (often under $1 or fractions of a cent), making traditional payment methods cost-prohibitive due to high minimum transaction fees. Meanwhile, content providers and publishers are introducing paywalls for AI agents to access their content. AgentCore payments provides a suite of developer-friendly capabilities that help you develop solutions to enable secure, instant payments to paid services using stablecoin, open protocols like x402 and MPP for cost-effective microtransactions, and configurable guardrails to help control agent spending. This can reduce developer effort from months to days. |
4 | 4 |
|
5 | | - |
| 5 | + |
6 | 6 |
|
7 | | -> **Preview** — AgentCore payments is currently available as a preview. Features and APIs may change before general availability. |
| 7 | + |
| 8 | +**AgentCore payments is generally available** |
| 9 | + |
| 10 | +Learn more about the latest features in this [blog post](https://aws.amazon.com/blogs/machine-learning/amazon-bedrock-agentcore-payments-is-now-generally-available-enabling-agents-to-transact-safely-and-autonomously-at-scale/). |
8 | 11 |
|
9 | 12 | > **Testnet only.** All samples use Base Sepolia (Ethereum) or Solana Devnet with free USDC from [faucet.circle.com](https://faucet.circle.com/). Testnet USDC has no real-world value. |
10 | 13 |
|
11 | 14 | ## Start here |
12 | 15 |
|
13 | | -New? Begin with [`00-getting-started/00-setup-agentcore-payments/`](00-getting-started/00-setup-agentcore-payments/) to create IAM roles and the payment stack that all other tutorials depend on. |
| 16 | +New? There are various ways to get started with [AgentCore payments](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/payments-getting-started.html). |
| 17 | + |
| 18 | + Begin with [`00-getting-started/00-setup-agentcore-payments/`](00-getting-started/00-setup-agentcore-payments/) to create IAM roles and the payment stack that all other tutorials depend on. |
14 | 19 |
|
15 | 20 | ## Top-level layout |
16 | 21 |
|
@@ -43,6 +48,8 @@ Tutorials in `00-getting-started/` build on each other — start with Tutorial 0 |
43 | 48 | - [Coinbase announcement](https://www.coinbase.com/en-ca/blog/introducing-amazon-bedrock-agentcore-payments-powered-by-x402-and-coinbase) |
44 | 49 | - [Stripe announcement](https://stripe.com/newsroom/news/aws-stripe-agentcore-privy) |
45 | 50 |
|
| 51 | + |
| 52 | + |
46 | 53 | ## Prerequisites |
47 | 54 |
|
48 | 55 | - Python 3.10+ |
@@ -70,3 +77,4 @@ python 00-getting-started/01-agents-payments-and-limits/langgraph_payment_agent. |
70 | 77 | - All tutorials use **testnet only** (Base Sepolia / Solana Devnet). No real funds are involved. |
71 | 78 | - Never commit `.env` files or private keys. Use AWS Secrets Manager for production credentials. |
72 | 79 | - Follow IAM least-privilege: separate ControlPlaneRole, ManagementRole, and ProcessPaymentRole. |
| 80 | +- Follow [AWS shared responsibility model](https://aws.amazon.com/compliance/shared-responsibility-model/) |
0 commit comments