product updateAmazon Web Services

AWS launches Bedrock AgentCore with managed knowledge base, web search, and payment infrastructure for AI agents

TL;DR

Amazon Web Services has released new capabilities for Bedrock AgentCore, its platform for building AI agents. The update includes a managed knowledge base that handles vector storage and retrieval across enterprise data sources, native web search using Amazon's Alexa infrastructure, and a payment system enabling agents to access paid content and APIs.

3 min read
0

AWS Expands AgentCore with Managed Knowledge Infrastructure

Amazon Web Services has released new capabilities for Bedrock AgentCore designed to connect AI agents to enterprise knowledge bases, live web data, and paid information sources. The update addresses three infrastructure gaps: accessing scattered organizational data, retrieving current information beyond training cutoffs, and enabling payment for premium content.

Managed Knowledge Base Handles Enterprise Data

Bedrock Managed Knowledge Base, now available on AgentCore, connects to data sources including SharePoint, Google Drive, Confluence, S3, and internal wikis. AWS manages the vector store, embedding models, re-ranking, and rate limiting.

The system uses what Amazon calls an "agentic retriever" that plans queries across knowledge bases, connects concepts across documents, evaluates intermediate results, and re-ranks before returning answers. According to AWS, this approach provides broader coverage for complex, multi-part queries compared to traditional retrieval-augmented generation (RAG) systems.

Web Search Using Amazon's Infrastructure

AgentCore's new Web Search tool provides access to public web information while keeping queries within AWS's security boundary. The feature runs on the same search infrastructure used by Alexa, Amazon Quick Suite, and Kiro.

The search system combines web results with Amazon's proprietary knowledge graph, which includes structured entity data, verified facts, and real-time information such as stock prices and sports scores. Queries remain within the customer's AWS environment with no external vendor required.

Payment System for Premium Data Access

AWS introduced two complementary capabilities for handling paid content: AgentCore payments (announced in preview in December, pricing not yet disclosed) and WAF AI traffic monetization (now generally available, pricing not yet disclosed).

AgentCore payments enables agents to discover paid services and content, access them, and complete payment within their execution loop. WAF AI traffic monetization allows content providers to control agent access and receive compensation. Because both run on AWS infrastructure, providers using WAF automatically recognize verified AgentCore agents.

Enterprise Adoption

Sony Group Corporation is building an enterprise AI agent platform on AgentCore where teams across business units can develop and share agents. According to Masahiro Oba, Senior General Manager at Sony, the company's enterprise knowledge is distributed across SharePoint, Confluence, and S3, including complex documents with charts and tables.

"Now that Bedrock Managed Knowledge Base and Web Search are available in AgentCore, we can equip agents with advanced retrieval and live web grounding with a consistent governance model, without building these capabilities from scratch," Oba stated.

Optimization and Monitoring

AWS also announced new optimization capabilities that convert production traces into improvement signals, though full details were not provided in the announcement. The company emphasized that agent failures often produce no error signals, surfacing only through customer complaints after affecting thousands of sessions.

What This Means

AWS is building comprehensive infrastructure for enterprise AI agents rather than just offering model access. The managed knowledge base eliminates months of pipeline engineering work that previously blocked enterprise deployment. Web search integration addresses the training data cutoff problem that limits agent usefulness for time-sensitive queries. The payment infrastructure attempts to solve the economic problem of agents accessing premium data sources—critical for financial services, research, and market intelligence applications where the best information isn't free. However, AWS provided no specific pricing details, benchmark comparisons, or performance metrics for any of these features, making cost-benefit analysis difficult for enterprises evaluating adoption.

Related Articles

product update

AWS Adds Temporal Policies to Bedrock AgentCore to Stop AI Agents From Exploiting Multi-Step Actions

Amazon Bedrock AgentCore now supports temporal policies—stateful authorization rules that evaluate an AI agent's entire session history, not just individual tool calls. The feature runs at the AgentCore Gateway, outside agent code, so it cannot be bypassed by prompt manipulation or agent bugs.

product update

AWS Details MCP Bridge Architecture Connecting Cloud-Hosted AI Agents to Local Files and Tools

AWS published a technical breakdown of an MCP bridge that connects cloud-hosted AI agents on Amazon Bedrock AgentCore to MCP servers running on a user's local machine. The architecture, used internally in a finance assistant with over 41,000 conversations in its first year, tunnels MCP JSON-RPC messages through WebSocket and browser native messaging.

product update

AWS Launches Web Search on Amazon Bedrock for Native Foundation Model Grounding

Amazon has launched Web Search on Amazon Bedrock, a built-in server-side tool that grounds foundation model responses in current web knowledge with zero data egress by default. The feature is enabled via a single parameter in the OpenAI Responses API and launches with OpenAI models on Bedrock's next-generation inference engine.

product update

AWS Adds Temporal Policies and Rate Limiting to Amazon Bedrock AgentCore to Govern AI Agent Behavior at Scale

Amazon Bedrock AgentCore now supports temporal policies that evaluate sequences of agent actions, not just single calls, powered by a new open-source policy language called Dogwood. AWS also added rate limiting at the gateway layer to cap token, request, and connection consumption per user.

Comments

Loading...