Skip to content

Brave

Runtime provider id: brave. Calls the Brave Search API directly.

Field Type Notes
apiKey string Required. Brave Search API subscription token.

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).

{
"search": {
"enabled": true,
"provider": "brave",
"brave": { "apiKey": "BSA..." }
}
}