Insurance Support Agent on AgentCore
Reference architecture on AWS Bedrock AgentCore.

This is a reference architecture for an enterprise insurance support agent built on AWS Bedrock AgentCore, using AgentCore services plus S3, Lambda and API Gateway. It shows how a real, secure agent is assembled.
In simple terms
A concrete example: an insurance support agent built end-to-end on Bedrock AgentCore.
How it works
- 1A user reaches the app via web/mobile → Amazon API Gateway → Lambda entry point.
- 2AgentCore Identity, Policies and Runtime handle auth, permissions and execution.
- 3AgentCore Memory and Knowledge Base hold conversation context and policy documents.
- 4AgentCore Gateway securely invokes backend tools (policy, claims, billing, coverage, document).
- 5Tools call Lambda functions and read enterprise data from S3, returning the response.
Key points
- Enterprise-grade security and compliance, scalable and serverless.
- Built-in guardrails and observability, modular and extensible.
- The end-to-end flow: request → gateway → Lambda → identity → runtime → memory → tools → response.
- Powered by AWS Bedrock AgentCore.
Why it matters
A concrete reference architecture shows how the abstract AgentCore pieces combine into a real, secure, production agent — a template you can adapt to other domains.
Frequently asked questions
- What AWS services does it use?
- API Gateway, Lambda, S3 and the AgentCore services (identity, policies, runtime, memory, gateway).
- How are tools secured?
- Through the AgentCore Gateway, with identity and policies controlling access to each backend function.
More in AWS Bedrock AgentCore
Why Strands Framework for AgentCore
Strands vs building agents yourself.
Deploy to AgentCore Runtime
Packaging and shipping an agent to AgentCore.
What Happens When a User Runs a Query
End-to-end AgentCore flow and how charges apply.
Lifecycle of an Enterprise AI Agent
Development to production on AgentCore.
What AgentCore Manages For You
The ~15 systems AgentCore replaces.
Inside Runtime (Internal Brain)
Step-by-step execution inside AgentCore Runtime.