Skip to content

Commit 2970d72

Browse files
remusaogumadeiras
andauthored
docs: update Brave Search API docs for Feb 2026 plan restructuring (#40111)
Merged via squash. Prepared head SHA: c651f07 Co-authored-by: remusao <[email protected]> Co-authored-by: gumadeiras <[email protected]> Reviewed-by: @gumadeiras
1 parent 74624e6 commit 2970d72

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Docs: https://docs.openclaw.ai
1010
- Tools/Brave web search: add opt-in `tools.web.search.brave.mode: "llm-context"` so `web_search` can call Brave's LLM Context endpoint and return extracted grounding snippets with source metadata, plus config/docs/test coverage. (#33383) Thanks @thirumaleshp.
1111
- Talk mode: add top-level `talk.silenceTimeoutMs` config so Talk waits a configurable amount of silence before auto-sending the current transcript, while keeping each platform's existing default pause window when unset. (#39607) Thanks @danodoesdesign. Fixes #17147.
1212
- CLI/install: include the short git commit hash in `openclaw --version` output when metadata is available, and keep installer version checks compatible with the decorated format. (#39712) thanks @sourman.
13+
- Docs/Web search: restore $5/month free-credit details, replace defunct "Data for Search"/"Data for AI" plan names with current "Search" plan, and note legacy subscription validity in Brave setup docs. Follows up on #26860. (#40111) Thanks @remusao.
1314

1415
### Fixes
1516

docs/brave-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OpenClaw supports Brave Search API as a `web_search` provider.
1313
## Get an API key
1414

1515
1. Create a Brave Search API account at [https://brave.com/search/api/](https://brave.com/search/api/)
16-
2. In the dashboard, choose the **Data for Search** plan and generate an API key.
16+
2. In the dashboard, choose the **Search** plan and generate an API key.
1717
3. Store the key in config or set `BRAVE_API_KEY` in the Gateway environment.
1818

1919
## Config example
@@ -72,9 +72,9 @@ await web_search({
7272

7373
## Notes
7474

75-
- The Data for AI plan is **not** compatible with `web_search`.
76-
- Brave provides paid plans; check the Brave API portal for current limits.
77-
- Brave Terms include restrictions on some AI-related uses of Search Results. Review the Brave Terms of Service and confirm your intended use is compliant. For legal questions, consult your counsel.
75+
- OpenClaw uses the Brave **Search** plan. If you have a legacy subscription (e.g. the original Free plan with 2,000 queries/month), it remains valid but does not include newer features like LLM Context or higher rate limits.
76+
- Each Brave plan includes **$5/month in free credit** (renewing). The Search plan costs $5 per 1,000 requests, so the credit covers 1,000 queries/month. Set your usage limit in the Brave dashboard to avoid unexpected charges. See the [Brave API portal](https://brave.com/search/api/) for current plans.
77+
- The Search plan includes the LLM Context endpoint and AI inference rights. Storing results to train or tune models requires a plan with explicit storage rights. See the Brave [Terms of Service](https://api-dashboard.search.brave.com/terms-of-service).
7878
- Results are cached for 15 minutes by default (configurable via `cacheTtlMinutes`).
7979

8080
See [Web tools](/tools/web) for the full web_search configuration.

docs/reference/api-usage-costs.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,16 @@ See [Memory](/concepts/memory).
7979

8080
`web_search` uses API keys and may incur usage charges depending on your provider:
8181

82-
- **Perplexity Search API**: `PERPLEXITY_API_KEY`
8382
- **Brave Search API**: `BRAVE_API_KEY` or `tools.web.search.apiKey`
8483
- **Gemini (Google Search)**: `GEMINI_API_KEY`
8584
- **Grok (xAI)**: `XAI_API_KEY`
8685
- **Kimi (Moonshot)**: `KIMI_API_KEY` or `MOONSHOT_API_KEY`
86+
- **Perplexity Search API**: `PERPLEXITY_API_KEY`
87+
88+
**Brave Search free credit:** Each Brave plan includes $5/month in renewing
89+
free credit. The Search plan costs $5 per 1,000 requests, so the credit covers
90+
1,000 requests/month at no charge. Set your usage limit in the Brave dashboard
91+
to avoid unexpected charges.
8792

8893
See [Web tools](/tools/web).
8994

docs/tools/web.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ Use `openclaw configure --section web` to set up your API key and choose a provi
5656
### Brave Search
5757

5858
1. Create a Brave Search API account at [brave.com/search/api](https://brave.com/search/api/)
59-
2. In the dashboard, choose the **Data for Search** plan (not "Data for AI") and generate an API key.
59+
2. In the dashboard, choose the **Search** plan and generate an API key.
6060
3. Run `openclaw configure --section web` to store the key in config, or set `BRAVE_API_KEY` in your environment.
6161

62-
Brave provides paid plans; check the Brave API portal for the current limits and pricing.
62+
Each Brave plan includes **$5/month in free credit** (renewing). The Search
63+
plan costs $5 per 1,000 requests, so the credit covers 1,000 queries/month. Set
64+
your usage limit in the Brave dashboard to avoid unexpected charges. See the
65+
[Brave API portal](https://brave.com/search/api/) for current plans and
66+
pricing.
6367

6468
### Perplexity Search
6569

0 commit comments

Comments
 (0)