CoderClaw (built on CoderClaw) uses Brave Search as the default provider for web_search.
BRAVE_API_KEY in the Gateway environment.{
tools: {
web: {
search: {
provider: "brave",
apiKey: "BRAVE_API_KEY_HERE",
maxResults: 5,
timeoutSeconds: 30,
},
},
},
}
web_search.See Web tools for the full web_search configuration.