Exa
Runtime provider id: exa. Uses the Exa SDK’s neural/auto search with highlights.
Options
Section titled “Options”| Field | Type | Notes |
|---|---|---|
apiKey |
string | Required. Exa API key. |
Supported search parameters
Section titled “Supported search parameters”Exa supports count (numResults), freshness/start_date/end_date (mapped to startPublishedDate/endPublishedDate), country (mapped to userLocation), and safe_search: true (enables moderation). Snippets prefer highlighted passages, falling back to the result summary or full text.
Example config
Section titled “Example config”{ "search": { "enabled": true, "provider": "exa", "exa": { "apiKey": "..." } }}