Skip to content

Tavily

Runtime provider id: tavily. Uses the Tavily search SDK, built for LLM-facing search.

Field Type Notes
apiKey string Required. Tavily API key.

Tavily supports the full normalized parameter set: count (max_results), freshness (mapped to time_range), start_date/end_date (passed through directly), country (mapped to a display region name), and safe_search.

{
"search": {
"enabled": true,
"provider": "tavily",
"tavily": { "apiKey": "tvly-..." }
}
}