AWS bedrock-agentcore documentation change
Summary
Added GitHub links to Coinbase and Privy reference implementations for frontend wallet operations
Security assessment
Changes provide developer references without addressing vulnerabilities or security features. No security fixes or weaknesses mentioned.
Diff
diff --git a/bedrock-agentcore/latest/devguide/payments-prerequisites.md b/bedrock-agentcore/latest/devguide/payments-prerequisites.md index 2e0748475..c49ad563f 100644 --- a//bedrock-agentcore/latest/devguide/payments-prerequisites.md +++ b//bedrock-agentcore/latest/devguide/payments-prerequisites.md @@ -42 +42 @@ AgentCore payments connects to external payment providers for cryptocurrency wal -If you plan to use Coinbase CDP as your payment provider for developer-managed wallets, obtain the following credentials from the [Coinbase Developer Platform](https://docs.cdp.coinbase.com/api-reference/v2/authentication): +If you plan to use Coinbase CDP as your payment provider for developer-managed wallets, obtain the following credentials from the [Coinbase Developer Platform](https://docs.cdp.coinbase.com/api-reference/v2/authentication). The [Coinbase AgentCore template on GitHub](https://github.com/coinbase/cdp-agentcore-template) provides a reference frontend for onramping funds and granting agent permissions. @@ -63 +63 @@ Credential | Description -If you plan to use Privy for user-owned embedded wallet flows, obtain the following credentials from the [Privy Dashboard](https://docs.privy.io/authentication/overview#api-authentication): +If you plan to use Privy for user-owned embedded wallet flows, obtain the following credentials from the [Privy Dashboard](https://docs.privy.io/authentication/overview#api-authentication). The [Privy AgentCore SDK on GitHub](https://github.com/privy-io/aws-agentcore-sdk) provides a reference frontend for onramping funds and granting agent permissions.