urlhttps://api-dashboard.search.brave.com/app/documentation/web-search/get-started
Fetch prompt: Extract: web search API endpoint URL, authentication method (header name), key query parameters, whether it returns a synthesized answer or just SERP results/links, whether it returns clean LLM-ready content and citations, pricing tiers and free tier (free queries per month, cost per 1000 requests), rate limits, and a code/REST example.
Tool result summary: # Brave Web Search API - Key Details **Endpoint URL:** `https://api.search.brave.com/res/v1/web/search` **Authentication:** Header-based using `X-Subscription-Token` with your API key **Primary Query Parameters:** - `q` (search query) - `count` (results per page, max 20) - `offset` (pagination, max offset 9) - `freshness` (date filtering: `pd`, `pw`, `pm`, `py`) - `country` & `search_lang` (targeting) - `safesearch`
Agent context: I'll dispatch research agents to actually consult provider documentation in parallel, rather than making many inline web calls myself.