Skip to content

Commit 7879051

Browse files
authored
AgentCore payments is GA (#1964)
1 parent 1053076 commit 7879051

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

487 KB
Loading

01-features/08-agents-that-transact/00-getting-started/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AgentCore payments — Getting Started Tutorials
22

33
Step-by-step Python tutorials for building payment-enabled AI agents with **Amazon Bedrock
4-
AgentCore payments**x402 protocol orchestration, configurable spend limits, and third-party
4+
AgentCore payments** — protocol orchestration, configurable spend limits, and third-party
55
wallet integration (Coinbase CDP, Stripe/Privy).
66

77
> **Testnet only.** All tutorials use Base Sepolia (Ethereum) or Solana Devnet with free USDC from
@@ -67,6 +67,8 @@ strip so you can see its inputs and outputs at a glance.
6767
| 06 | [`06-research-agent-with-payment-memory/`](06-research-agent-with-payment-memory/) | Add AgentCore Memory to skip redundant paid calls | SDK |
6868
| 07 | [`07-multi-agent-payment-orchestrator/`](07-multi-agent-payment-orchestrator/) | Multiple agents, separate wallets, per-agent budgets | CLI + SDK |
6969

70+
MPP and Upto Tutorials are coming soon !
71+
7072
## Which tutorial do I need?
7173

7274
- **Just paying an API?** → 01 (local), then 02 (deploy).

01-features/08-agents-that-transact/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Agents That Transact — Amazon Bedrock AgentCore payments
22

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.
44

5-
![AgentCore payments](00-getting-started/00-setup-agentcore-payments/images/main-image.png)
5+
![AgentCore payments](00-getting-started/00-setup-agentcore-payments/images/ga-main-image.png)
66

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/).
811

912
> **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.
1013
1114
## Start here
1215

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.
1419

1520
## Top-level layout
1621

@@ -43,6 +48,8 @@ Tutorials in `00-getting-started/` build on each other — start with Tutorial 0
4348
- [Coinbase announcement](https://www.coinbase.com/en-ca/blog/introducing-amazon-bedrock-agentcore-payments-powered-by-x402-and-coinbase)
4449
- [Stripe announcement](https://stripe.com/newsroom/news/aws-stripe-agentcore-privy)
4550

51+
52+
4653
## Prerequisites
4754

4855
- Python 3.10+
@@ -70,3 +77,4 @@ python 00-getting-started/01-agents-payments-and-limits/langgraph_payment_agent.
7077
- All tutorials use **testnet only** (Base Sepolia / Solana Devnet). No real funds are involved.
7178
- Never commit `.env` files or private keys. Use AWS Secrets Manager for production credentials.
7279
- Follow IAM least-privilege: separate ControlPlaneRole, ManagementRole, and ProcessPaymentRole.
80+
- Follow [AWS shared responsibility model](https://aws.amazon.com/compliance/shared-responsibility-model/)

01-features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AgentCore services work together or independently with any open-source framework
1818
| **evaluations** | Automated, data-driven agent assessment with on-demand and online evaluation using built-in and custom evaluators. |
1919
| **policy** | Deterministic control over agent behavior using natural language or Cedar policies. Intercepts every tool call before execution via the gateway. |
2020
| **registry** | Centralized catalog for discovering and managing agents, MCP servers, tools, and skills across your organization. Governed publishing and approval workflow with semantic search. |
21-
| **payments** | Microtransaction payments for agents via the x402 protocol — wallet integration, configurable spending limits, and end-to-end observability. |
21+
| **payments** | Microtransaction payments for agents via the x402, MPP protocol — wallet integration, configurable spending limits, and end-to-end observability. |
2222
| **code interpreter** | Isolated sandbox for agents to execute Python, JavaScript, and TypeScript code. |
2323
| **browser** | Managed cloud browser for agents to interact with web applications, navigate sites, fill forms, and extract information. |
2424
| **web search** | Real-time web search as a managed MCP connector through AgentCore gateway. Agents discover and invoke it via standard MCP protocol — no search APIs to provision. |

0 commit comments

Comments
 (0)