AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-06-07 · Documentation low

File: bedrock-agentcore/latest/devguide/payments-how-it-works.md

Summary

Updated payment instrument setup to recommend Coinbase template deployment instead of direct redirect, and changed 'Get started' to 'Quick start'

Security assessment

Operational change recommending secure frontend deployment via template. No vulnerability addressed or explicit security documentation added.

Diff

diff --git a/bedrock-agentcore/latest/devguide/payments-how-it-works.md b/bedrock-agentcore/latest/devguide/payments-how-it-works.md
index f85a964d6..3eb8c93f6 100644
--- a//bedrock-agentcore/latest/devguide/payments-how-it-works.md
+++ b//bedrock-agentcore/latest/devguide/payments-how-it-works.md
@@ -95 +95 @@ A payment instrument, once created, starts with 0 USDC. The agent does not have
-  1. **Redirect customers to Coinbase WalletHub** — In the response body of the `CreatePaymentInstrument` API, fetch the redirect URL from `paymentInstrumentDetails.redirectUrl` to access Coinbase WalletHub.
+  1. **Launch Coinbase-powered frontend** — Deploy Coinbase’s wallet hub in your service. The [Coinbase AgentCore template on GitHub](https://github.com/coinbase/cdp-agentcore-template) provides a template frontend for Agent Developers integrating AWS AgentCore SDK with Coinbase to allow users to login, connect agents, and onramp funds. Alternatively, in the response body of the `CreatePaymentInstrument` API, fetch the redirect URL from `paymentInstrumentDetails.redirectUrl` to access Coinbase WalletHub directly.
@@ -152 +152 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Get started
+Quick start