What problem does it solve? Deploying and operating AI agents on AWS Bedrock AgentCore involves nine distinct services (Gateway, Runtime, Memory, Identity, Code Interpreter, Browser, Observability, Agent Registry, Evaluations) with complex IAM, OAuth, and protocol choices that are easy to misconfigure. ## Core Features & Use Cases - Service-Guided Deployment: Routes you to the right AgentCore service README (Gateway, Runtime, Memory, Identity, and more) before implementing, covering deployment strategies, IAM, and auth choices. - Cross-Service Patterns: Provides credential management, security resource policies, registry integration, and S3-based agent persistence patterns that span multiple services. - Runnable Templates: Includes production-ready script templates for FastAPI Runtime, MCP Server, A2A Server, AG-UI Server, and Gateway CDK custom resources. - Use Case: You want to deploy a Strands agent with OAuth authentication and MCP tool access. The skill walks you through Runtime deployment, Inbound JWT configuration, Gateway OAuth credential injection, and observability setup with verified AWS documentation. ## Quick Start Ask the assistant to deploy an agent to AWS Bedrock AgentCore Runtime with Cognito JWT authentication and MCP Gateway tool integration.