Skip to content

docs(search): add Web Search on Amazon Bedrock (AgentCore) provider docs - #702

Closed
CrypticDriver wants to merge 1 commit into
BerriAI:mainfrom
CrypticDriver:agentcore-search-docs
Closed

docs(search): add Web Search on Amazon Bedrock (AgentCore) provider docs#702
CrypticDriver wants to merge 1 commit into
BerriAI:mainfrom
CrypticDriver:agentcore-search-docs

Conversation

@CrypticDriver

@CrypticDriver CrypticDriver commented Jul 29, 2026

Copy link
Copy Markdown

Documentation for the Amazon Bedrock AgentCore web search provider added in BerriAI/litellm#34098 (fixes BerriAI/litellm#31819).

What's added

  • docs/search/bedrock_agentcore.md — provider page following the same structure as the other search providers (SDK usage, AI Gateway config, provider-specific parameters), plus sections the provider needs beyond the template:
    • Authentication: AWS_IAM gateways (SigV4 via the standard AWS credential chain or explicit keys) and CUSTOM_JWT gateways (OAuth2 bearer token), including the token-expiry caveat
    • Use with Claude Code: full config combining the provider with web search interception — Bedrock doesn't support Anthropic's native web_search_20250305 tool, and this is the setup that fixes it with zero client-side changes
    • Tool name: the <target-name>___WebSearch naming rule, why tool names aren't auto-discovered, and the tool_name / AGENTCORE_SEARCH_TOOL_NAME override
    • Limits: 200-character query truncation, region inference for custom domains
  • docs/search/index.mdagentcore added to the supported-providers table, request-parameter enum, and env-var table
  • sidebars.js — page registered under /search

All parameter names, env vars, and defaults are taken from the implementation in BerriAI/litellm#34098 and verified against it.

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Jul 29, 2026 3:44am

Request Review

@mateo-berri

Copy link
Copy Markdown
Contributor

Superseded by #834, which merged the AgentCore provider docs; #949 added the MCP protocol version env var on top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add Amazon Bedrock AgentCore Web Search as a native search provider (search_tools / websearch_interception backend)

2 participants