AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

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

Summary

Added tip about automating payment session creation using AgentCore Payments skill

Security assessment

Change adds a convenience tip about automation tools without altering security-related content. No evidence of security vulnerability fixes or new security features.

Diff

diff --git a/bedrock-agentcore/latest/devguide/payments-create-session.md b/bedrock-agentcore/latest/devguide/payments-create-session.md
index bd643e078..ea1ba2b86 100644
--- a//bedrock-agentcore/latest/devguide/payments-create-session.md
+++ b//bedrock-agentcore/latest/devguide/payments-create-session.md
@@ -12,0 +13,4 @@ A payment session is a time-bounded payment context that optionally enforces a s
+###### 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).
+