Brave
Runtime provider id: brave. Calls the Brave Search API directly.
Options
Section titled “Options”| Field | Type | Notes |
|---|---|---|
apiKey |
string | Required. Brave Search API subscription token. |
Supported search parameters
Section titled “Supported search parameters”Brave supports the full normalized parameter set: count, freshness (mapped to pd/pw/pm/py), start_date/end_date (mapped to a to range), country, and safe_search (mapped to strict/off).
Example config
Section titled “Example config”{ "search": { "enabled": true, "provider": "brave", "brave": { "apiKey": "BSA..." } }}