From dcadaad2284fe4655a8589c80a251929f7da2139 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 15 Jan 2026 04:16:09 +0000 Subject: [PATCH] docs: add web search note to quick start --- docs/start/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/start/getting-started.md b/docs/start/getting-started.md index 8ffcdb80a..f94821237 100644 --- a/docs/start/getting-started.md +++ b/docs/start/getting-started.md @@ -40,6 +40,8 @@ run on host, set an explicit per-agent override: - Node `>=22` - `pnpm` (optional; recommended if you build from source) +- **Recommended:** Brave Search API key for web search. Set `BRAVE_API_KEY` or + `tools.web.search.apiKey`. See [Web tools](/tools/web). macOS: if you plan to build the apps, install Xcode / CLT. For the CLI + gateway only, Node is enough. Windows: use **WSL2** (Ubuntu recommended). WSL2 is strongly recommended; native Windows is untested and more problematic. Install WSL2 first, then run the Linux steps inside WSL. See [Windows (WSL2)](/platforms/windows).