Brave Search connector
Back to the connector overview, authentication methods, and actions.
18 Sept 2026
description-fixClarified agent-facing descriptions across the search actions. news_search and videos_search now state that offset is a zero-based page index (matching web_search) rather than a per-result offset. web_search documents that count caps the web.results section only and not locations, discussions, faq, videos or news, with resultFilter as the way to keep local-intent responses small, and where the rich.hint callback_key appears; web_rich points at the real rich.hint.callback_key path, the enableRichCallback input and the empty-results behaviour for expired keys. place_search describes the place records it returns and the fields they already include, llm_context_get describes its actual grounding and sources shape, and llm_context_post states that it differs from the GET variant only in transport. Removed the unobserved distance-value claims from the place_search geoloc and units inputs.Changed · 7 actions updated
Changed · 7 actions updated
brave_llm_context_get, brave_llm_context_post, brave_news_search, brave_place_search, brave_videos_search, brave_web_rich, brave_web_search17 Sept 2026
description-fix authRewrote the API Key connection guide as a complete portal walkthrough — registration form fields, email verification, plan selection with Search as the recommended starting plan, payment activation and My plans confirmation, and API key creation with the ”+ Add API key” dialog’s Plan selection and the reveal/copy controls. Added portal screenshots, direct links and left-sidebar navigation for the Available plans and API keys sections, and pointed the API Key field helper link at the API keys page.2 Sept 2026
bug-fixFixed account connection verification failing with a provider 422. The connection test now uses a dedicated minimal web search probe instead of the place search action, which rejects parameterless requests.1 Sept 2026
bug-fixAligned parameters with Brave’s API reference. Removed undocumented ui_lang (LLM context) and text_decorations (news search). Added safesearch to both LLM context actions, operators and include_fetch_metadata to news and video search, and lang to spellcheck. Fixed array query params (local POI ids, goggles) serializing as bracket notation the provider rejects, and renamed LLM context snippet/token limits and the goggles parameter to the documented wire names so they take effect. Documented the subscription plan gates on the Answers, Autosuggest, and Spellcheck endpoints and moved those three actions to the preview release stage. Encoded the place_search locator constraints (latitude/longitude pair, exclusive with location) as validation rules and clarified how to obtain web_rich callback keys and ephemeral POI IDs.