Skip to content

Exa

Runtime provider id: exa. Uses the Exa SDK’s neural/auto search with highlights.

Field Type Notes
apiKey string Required. Exa API key.

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.

{
"search": {
"enabled": true,
"provider": "exa",
"exa": { "apiKey": "..." }
}
}