AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

File: bedrock-agentcore/latest/devguide/payments-create-instrument.md

Summary

Added tip about automating payment instrument setup using AgentCore Payments skill in AWS agent toolkit.

Security assessment

The change references automation tooling for payment configuration without addressing security issues or documenting security features. No security controls or vulnerabilities are mentioned.

Diff

diff --git a/bedrock-agentcore/latest/devguide/payments-create-instrument.md b/bedrock-agentcore/latest/devguide/payments-create-instrument.md
index c391f08e1..17a7c77e5 100644
--- a//bedrock-agentcore/latest/devguide/payments-create-instrument.md
+++ b//bedrock-agentcore/latest/devguide/payments-create-instrument.md
@@ -12,0 +13,4 @@ A payment instrument represents an embedded crypto wallet that an agent uses to
+###### Tip
+
+You can automate the steps on this page with the AgentCore Payments skill in the AWS agent toolkit. The skill is part of the **aws-agents** plugin and lets an AI coding agent create your Payment Manager, connector, credential provider, payment instrument, and session using the `agentcore` CLI, and add an x402 payment tool to your agent. For details, see the [quickstart](./payments-getting-started.html) and the [AWS agent toolkit on GitHub](https://github.com/aws/agent-toolkit-for-aws/tree/main).
+