Skip to main content

remote::brave-search

Description

Brave Search tool for web search capabilities with privacy-focused results.

Configuration

FieldTypeRequiredDefaultDescription
timeoutfloatNo30.0Overall HTTP timeout in seconds for requests to external services.
connect_timeoutfloatNo10.0TCP connect timeout in seconds. Shorter than the overall timeout to fail fast on unreachable hosts.
api_keystr | NoneNoThe Brave Search API Key
max_resultsintNo3The maximum number of results to return

Sample Configuration

api_key: ${env.BRAVE_SEARCH_API_KEY:=}
max_results: 3