---
type: "post"
stable_id: "post:aws-bedrock-native-web-search-tool"
slug: "aws-bedrock-native-web-search-tool"
title: "Amazon Bedrock Adds Web Search As A Server-Side Grounding Tool"
description: "AWS made Web Search generally available as a built-in server-side tool in Bedrock's Responses API, with IAM and CloudTrail controls."
retrieval_nugget: "The product delta is operational consolidation: models can request web grounding inside Bedrock without teams orchestrating a separate search vendor and API path, while enterprise access and audit controls remain in AWS."
published_at: "2026-08-04"
updated_at: "2026-08-05"
record_date: "2026-08-04"
date_kind: "published_at"
topics: ["aws","web-search","grounding","enterprise-ai"]
entities: ["AWS","Amazon Bedrock"]
source_urls: ["https://aws.amazon.com/blogs/machine-learning/introducing-web-search-on-amazon-bedrock-for-foundation-model-grounding"]
source_format: "article"
editorial_timing: {"lane":"urgent_half_hour","scheduled_at":"2026-08-06T14:30:00+03:00","real_news_delta":"fresh release, incident, or legal escalation"}
visual_decision: {"status":"included","reason":"the central mechanism is materially clearer as a diagram","reviewed_by":"codex"}
schema_version: "newruntime-agent-readable-v0.2"
status: "published"
visuals: [{"role":"hero","src":"/images/drip/aws-bedrock-native-web-search-tool/aws-bedrock-native-web-search-tool.webp","alt":"A New Runtime whiteboard diagram explaining amazon bedrock adds web search as a server-side grounding tool.","caption":"New Runtime synthesis from Introducing Web Search on Amazon Bedrock for foundation model grounding."}]
routes: {"html":"https://newruntime.com/posts/aws-bedrock-native-web-search-tool/","markdown":"https://newruntime.com/posts/aws-bedrock-native-web-search-tool.md","json":"https://newruntime.com/posts/aws-bedrock-native-web-search-tool.json"}
---

# Amazon Bedrock Adds Web Search As A Server-Side Grounding Tool

## Retrieval answer

The product delta is operational consolidation: models can request web grounding inside Bedrock without teams orchestrating a separate search vendor and API path, while enterprise access and audit controls remain in AWS.

AWS made Web Search generally available on Amazon Bedrock as a built-in server-side tool for foundation-model grounding.

A model using the Bedrock Responses API can decide to invoke web search, receive current results, and incorporate them into its response without the application separately integrating and orchestrating a third-party search API. Access can be governed with IAM and activity recorded through CloudTrail.

The architectural gain is fewer moving parts in the request path: one provider contract for model execution, tool invocation, permissions, and audit. The trade-off is concentration. Search quality, retrieval policy, availability, and model behavior now sit behind the same platform boundary and should be evaluated as separate failure modes.

Teams should test citation behavior, disallowed-domain controls, prompt-injection resistance, latency, and cost before treating the tool as a general research layer. Built-in grounding removes integration code; it does not remove source verification.
