From 39985f7b7633a0e99b72e768105b26201deaf672 Mon Sep 17 00:00:00 2001 From: Vamil Gandhi <13998000+vamgan@users.noreply.github.com> Date: Mon, 11 May 2026 02:03:49 -0400 Subject: [PATCH] Update AgentCore docs permissions and payload names --- README.md | 4 ++-- docs/live-agentcore.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf73b34..cdf0a97 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ V1 supports: - `provider: "aws"` - `capability: "agent-runtime"` -- `task_type: "agent.run"` through `InvokeAgentRuntime` -- `task_type: "command.run"` through `InvokeAgentRuntimeCommand` +- `taskType: "agent.run"` through `InvokeAgentRuntime` +- `taskType: "command.run"` through `InvokeAgentRuntimeCommand` - target modes `session` and `runtime` `session` mode invokes an existing AgentCore runtime ARN. `runtime` mode creates AgentCore runtime resources from a prebuilt ECR image and execution role ARN, then cleans them up by default. diff --git a/docs/live-agentcore.md b/docs/live-agentcore.md index 7180b3f..c1cf55a 100644 --- a/docs/live-agentcore.md +++ b/docs/live-agentcore.md @@ -25,6 +25,7 @@ Runtime mode additionally requires: - `bedrock-agentcore-control:CreateAgentRuntime` - `bedrock-agentcore-control:CreateAgentRuntimeEndpoint` +- `bedrock-agentcore-control:GetAgentRuntime` - `bedrock-agentcore-control:GetAgentRuntimeEndpoint` - `bedrock-agentcore-control:DeleteAgentRuntimeEndpoint` - `bedrock-agentcore-control:DeleteAgentRuntime`