AWS bedrock-agentcore documentation change
Summary
Added new index page for Amazon Bedrock AgentCore service with overview, getting started guides, feature documentation, and resource links
Security assessment
The change introduces documentation for security-focused features like AgentCore Gateway ('Securely build, deploy, discover, and connect to tools'), AgentCore Identity ('securely access third party services'), AgentCore Browser ('securely interact with websites'), and Code Interpreter ('secure code execution in sandbox environments'). However, there's no evidence of addressing a specific existing vulnerability or incident.
Diff
diff --git a/bedrock-agentcore/index.md b/bedrock-agentcore/index.md index 8b1378917..e0970c330 100644 --- a//bedrock-agentcore/index.md +++ b//bedrock-agentcore/index.md @@ -0,0 +1,106 @@ +# Amazon Bedrock AgentCore Documentation + +Amazon Bedrock AgentCore is a fully managed service that enables you to deploy and operate highly capable agents securely, at scale using any framework and model. + +## Get started + +### [Get started with AgentCore Build your first agent in minutes with the AgentCore CLI. ](/bedrock-agentcore/latest/devguide/agentcore-get-started-cli.html) + +### [Code examples Explore tutorials, use cases, and integrations in this GitHub repository. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/blob/main) + +### [Integrations Explore AgentCore integrations with popular frameworks. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/blob/main/03-integrations) + +### [AgentCore MCP server Vibe coding with your coding assistant. ](/bedrock-agentcore/latest/devguide/mcp-getting-started.html) + +## Console and SDKs + +### [AgentCore Console Access the AgentCore console. ](https://console.aws.amazon.com/bedrock-agentcore/home#) + +### [AgentCore SDK AgentCore Python SDK on GitHub. ](https://github.com/aws/bedrock-agentcore-sdk-python) + +### [AWS SDK AWS SDK for Python (boto3) for AgentCore. ](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) + +## Documentation + +### [AgentCore Developer Guide Describes how to use the AgentCore console, API, and CLI. ](/bedrock-agentcore/latest/devguide/) + +### [AgentCore Data Plane API Reference Describes the AgentCore data plane API operations and parameters. ](/bedrock-agentcore/latest/APIReference/) + +[bedrock-agentcore](https://docs.aws.amazon.com/cli/latest/reference/bedrock-agentcore/index.html) + +### [AgentCore Control Plane API Reference Describes the AgentCore control plane API operations and parameters. ](/bedrock-agentcore-control/latest/APIReference/) + +[bedrock-agentcore-control](https://docs.aws.amazon.com/cli/latest/reference/bedrock-agentcore-control/index.html) + +## AgentCore Runtime + +### [Get started with AgentCore Runtime Deploy your first agent to AgentCore Runtime in minutes. ](/bedrock-agentcore/latest/devguide/runtime-get-started-cli.html) + +### [AgentCore Runtime tutorials Tutorials for hosting MCP servers and agents (supports A2A) using AgentCore Runtime. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/01-AgentCore-runtime) + +### [AgentCore Runtime in the Developer Guide Learn more about hosting your AI agents and tools in secure, purpose-built hosting environments. ](/bedrock-agentcore/latest/devguide/agents-tools-runtime.html) + +## AgentCore Memory + +### [Get started with AgentCore Memory Get started creating and managing memory resources with AgentCore Memory. ](/bedrock-agentcore/latest/devguide/memory-get-started.html) + +### [AgentCore Memory tutorials Tutorials showing long term and short term memory usage and other applications. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/04-AgentCore-memory) + +### [AgentCore Memory in the Developer Guide Learn more about delivering intelligent, context-aware interactions using AgentCore Memory. ](/bedrock-agentcore/latest/devguide/memory.html) + +## AgentCore Gateway + +### [Get started with AgentCore Gateway Securely build, deploy, discover, and connect to tools at scale using AgentCore Gateway. ](/bedrock-agentcore/latest/devguide/gateway-quick-start.html) + +### [AgentCore Gateway tutorials Tutorials for configuring your gateway for applications such as discovering MCP tools and developing real-time interactive agents. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/02-AgentCore-gateway) + +### [AgentCore Gateway in the Developer Guide Learn more about making APIs, Lambda functions, and MCP servers available to AI Agents at scale. ](/bedrock-agentcore/latest/devguide/gateway.html) + +## AgentCore Identity + +### [Get started with AgentCore Identity Enable your agents to securely access third party and AWS services at scale. ](/bedrock-agentcore/latest/devguide/identity-getting-started.html) + +### [AgentCore Identity tutorials Tutorials for AgentCore identity including examples for configuring inbound and outbound Auth. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/03-AgentCore-identity) + +### [AgentCore Identity in the Developer Guide Learn more about managing agent identities, securing credentials, and enabling seamless integration with AWS and third party services. ](/bedrock-agentcore/latest/devguide/identity.html) + +## AgentCore Browser + +### [Get started with AgentCore Browser Get started creating a browser runtime session using AgentCore Browser. ](/bedrock-agentcore/latest/devguide/browser-onboarding.html) + +### [AgentCore Browser tutorials Tutorials showing how to use the Browser tool with Nova Act such as for live view applications. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/05-AgentCore-tools/02-Agent-Core-browser-tool) + +### [AgentCore Browser in the Developer Guide Learn more about enabling your AI agents to securely and seamlessly interact with websites at scale. ](/bedrock-agentcore/latest/devguide/browser-tool.html) + +## AgentCore Code Interpreter + +### [Get started with AgentCore Code Interpreter Equip your AI agent with secure code execution capability using AgentCore Code Interpreter. ](/bedrock-agentcore/latest/devguide/code-interpreter-getting-started.html) + +### [AgentCore Code Interpreter tutorials Tutorials showing how to perform code execution and file operations. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/05-AgentCore-tools/01-Agent-Core-code-interpreter) + +### [AgentCore Code Interpreter in the Developer Guide Learn more about enabling AI Agents to write and execute code securely in sandbox environments. ](/bedrock-agentcore/latest/devguide/code-interpreter-tool.html) + +## AgentCore Observability + +### [Get started with AgentCore Observability Get started with tracing, debugging, and monitoring agent performance in production environments. ](/bedrock-agentcore/latest/devguide/observability-get-started.html) + +### [AgentCore Observability tutorials Tutorials showing how to implement observability for GenAI applications and using the dashboards. ](https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/06-AgentCore-observability) + +### [AgentCore Observability in the Developer Guide Learn more about visualizing each step in an agent workflow, such as for inspecting execution path. ](/bedrock-agentcore/latest/devguide/observability.html) + +## Resources + +### [AgentCore FAQs Find answers to frequently asked questions. ](https://aws.amazon.com/bedrock/agentcore/faqs/#topic-0) + +### [AgentCore product page Get more information about Amazon Bedrock AgentCore. ](https://aws.amazon.com/bedrock/agentcore/) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +