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

AWS Releases AgentCore Harness for Production AI Agents with Two-API Setup

Amazon Web Services made its AgentCore harness generally available, reducing production AI agent deployment to two API calls: CreateHarness and InvokeHarness. The managed service handles sandboxed execution, memory, tool integration, and observability, eliminating infrastructure setup for teams building LLM agents.

product update

Mistral Adds 20+ MCP Connectors and Memory Features to Le Chat, All Free

Mistral released 20+ MCP-powered connectors for Le Chat, integrating tools like Databricks, Snowflake, GitHub, Stripe, and Asana. The update includes a memory feature that saves user preferences across conversations, with one-click import from ChatGPT. All features are available on the free plan.

product update

Mistral AI Launches Le Chat Enterprise with New Mistral Medium 3 Model

Mistral AI has launched Le Chat Enterprise, powered by its new Mistral Medium 3 model. The platform includes enterprise search, agent builders, custom data connectors, document libraries, and hybrid deployment options, with all features rolling out over the next two weeks.

product update

Mistral AI launches Connectors in Studio with MCP protocol integration and direct tool calling

Mistral AI has released Connectors in Studio, allowing developers to integrate custom MCP (Model Context Protocol) servers and built-in connectors via API/SDK. The release includes direct tool calling for deterministic workflows and human-in-the-loop approval flows for sensitive operations.

Comments

Loading...