product updateAmazon Web Services

AWS launches Web Search on Amazon Bedrock AgentCore with tens of billions of documents, no external API required

TL;DR

Amazon Web Services launched Web Search on Amazon Bedrock AgentCore, a fully managed web search capability that gives AI agents access to tens of billions of documents without requiring external search APIs. The service, now generally available, runs entirely within AWS infrastructure and refreshes its index within minutes of new content appearing online.

3 min read
0

AWS launches managed web search for AI agents with proprietary index

Amazon Web Services launched Web Search on Amazon Bedrock AgentCore, a fully managed web search capability that eliminates the need for third-party search APIs when building AI agents. The service is now generally available.

Web Search on Bedrock AgentCore connects to agents through the Model Context Protocol (MCP), allowing agents to retrieve current information from the web without infrastructure overhead. The service operates entirely within AWS, with query traffic never leaving AWS infrastructure.

Purpose-built web index at scale

The service is backed by a proprietary web index maintained by Amazon that spans tens of billions of documents, according to AWS. The company updates the index continuously, reflecting new content within minutes of publication.

This differs from many competing solutions that wrap third-party search engines. AWS operates the index directly, giving it control over coverage, freshness, and data handling.

Key technical features

Web Search on Bedrock AgentCore includes three core components:

Knowledge graph for factual queries: The service maintains a built-in knowledge graph that grounds entities and relationships, providing high-confidence responses for factual questions about entities, roles, and dates.

Semantic snippet extraction: Rather than returning raw HTML, the tool performs semantic snippet extraction optimized for model context windows. It pulls relevant passages from each web page and returns them in a form that minimizes token usage on boilerplate content.

MCP-compatible integration: Agents discover the web search tool through a standard tools/list call and invoke it like other MCP tools, with no custom parsing required.

Privacy and deployment model

AWS emphasizes that queries remain within AWS infrastructure. The AgentCore Gateway authenticates to the web search connector using IAM service roles rather than requiring API keys or external credentials.

The service requires two IAM permissions: bedrock-agentcore:InvokeGateway and bedrock-agentcore:InvokeWebSearch. The web search resource ARN is owned by AWS (account = aws), with authorization enforced per invocation.

Setup and implementation

Developers add web search to agents by attaching a Web Search Tool target to an existing AgentCore Gateway using connectorId: "web-search". The Gateway handles schema management, parameter governance, endpoint resolution, and service authentication.

According to AWS documentation, setup requires:

  • An AWS account with permissions to create IAM roles and Bedrock AgentCore resources
  • AWS CLI v2 or Console access
  • Python 3.10 or later for SDK integration
  • An existing or new Amazon Bedrock AgentCore Gateway

The service is billable based on AgentCore Gateway usage and web search invocations. Pricing details were not disclosed in the announcement.

What this means

Web Search on Bedrock AgentCore addresses a core limitation of AI agents: knowledge cutoff dates. By building and maintaining its own web index rather than relying on third-party providers, AWS has eliminated API key management, quota concerns, and data egress issues that typically complicate web search integration. The minute-level index refresh rate and semantic snippet extraction suggest AWS is positioning this as an enterprise-grade alternative to solutions like Perplexity's API or wrapper services around Google/Bing. The MCP compatibility is notable—it signals AWS is building toward protocol standardization rather than proprietary lock-in, at least at the tool invocation layer.

Related Articles

product update

Wood Mackenzie Builds Shared Agentic Platform APEX on Amazon Bedrock AgentCore

Wood Mackenzie built APEX (Agentic Platform for Energy eXperience) on Amazon Bedrock AgentCore to give three separate applications a shared runtime for identity, guardrails, memory, and scaling instead of each rebuilding the same infrastructure. The company says 88% of its internal AI proofs-of-concept never reach wide deployment, a gap it attributes to architecture rather than model quality.

product update

Google Launches Home MCP, Letting AI Agents Like Claude and Antigravity Control Smart Home Devices

Google has launched Home MCP, a Model Context Protocol server that lets AI agents like Claude, Google Antigravity, and OpenClaw interact with Nest cameras, thermostats, and Matter smart home devices. The feature is rolling out today to Google Home Premium Advanced subscribers in US English.

product update

Meta Launches WhatsApp Business Tools MCP to Let AI Agents Automate Business Setup

Meta released a new MCP server that connects AI coding agents directly to the WhatsApp Business Platform, automating account creation, phone verification, and messaging template setup. The move expands Meta's existing lineup of MCP servers beyond ad management and app monitoring tools.

product update

AWS Details How Amazon Bedrock Prompt Caching Cuts Input Token Costs by Up to 90%

Amazon Bedrock's prompt caching feature can cut input token costs by up to 90% on cache hits by storing repeated context like documents, system prompts, and tool definitions. AWS outlines six implementation patterns and pricing details, including a 25% premium for cache writes and 90% discount on cache reads.

Comments

Loading...