Build multi-tenant agentic chat apps on enterprise data with Bedrock

AWS ML Blog · rss · 2026-09-01

This post details building a multi-tenant agentic document chat application using Amazon Bedrock Managed Knowledge Base.

Core Challenge: In multi-tenant environments, strict document isolation is required, enforced by server-side verified identity rather than client values. Agentic retrieval involves multi-hop queries where every step must carry the tenant filter.

Solution Architecture:

Key Components: Bedrock Knowledge Base (managed retrieval infra), API Gateway/Lambda (logic), Cognito (auth/isolation), SQS (decoupling), DynamoDB (status tracking), S3 (large file hosting).

Original post →

More from coding & agent

coding & agent channel →