diff --git a/apps/sim/tools/exa/answer.ts b/apps/sim/tools/exa/answer.ts index 7990f57ec9f..7b1d91b088d 100644 --- a/apps/sim/tools/exa/answer.ts +++ b/apps/sim/tools/exa/answer.ts @@ -53,6 +53,7 @@ export const answerTool: ToolConfig = { headers: (params) => ({ 'Content-Type': 'application/json', 'x-api-key': params.apiKey, + 'x-exa-integration': 'sim', }), body: (params) => { const body: Record = { diff --git a/apps/sim/tools/exa/find_similar_links.ts b/apps/sim/tools/exa/find_similar_links.ts index 1685e601168..cb58c774817 100644 --- a/apps/sim/tools/exa/find_similar_links.ts +++ b/apps/sim/tools/exa/find_similar_links.ts @@ -102,6 +102,7 @@ export const findSimilarLinksTool: ToolConfig< headers: (params) => ({ 'Content-Type': 'application/json', 'x-api-key': params.apiKey, + 'x-exa-integration': 'sim', }), body: (params) => { const body: Record = { diff --git a/apps/sim/tools/exa/get_contents.ts b/apps/sim/tools/exa/get_contents.ts index c1b96967bd1..f4a9111ca91 100644 --- a/apps/sim/tools/exa/get_contents.ts +++ b/apps/sim/tools/exa/get_contents.ts @@ -87,6 +87,7 @@ export const getContentsTool: ToolConfig ({ 'Content-Type': 'application/json', 'x-api-key': params.apiKey, + 'x-exa-integration': 'sim', }), body: (params) => { // Parse the comma-separated URLs into an array diff --git a/apps/sim/tools/exa/research.ts b/apps/sim/tools/exa/research.ts index b53874ae5c3..f151ecabd02 100644 --- a/apps/sim/tools/exa/research.ts +++ b/apps/sim/tools/exa/research.ts @@ -42,6 +42,7 @@ export const researchTool: ToolConfig = headers: (params) => ({ 'Content-Type': 'application/json', 'x-api-key': params.apiKey, + 'x-exa-integration': 'sim', }), body: (params) => { const body: any = { @@ -85,6 +86,7 @@ export const researchTool: ToolConfig = headers: { 'x-api-key': params.apiKey, 'Content-Type': 'application/json', + 'x-exa-integration': 'sim', }, }) diff --git a/apps/sim/tools/exa/search.ts b/apps/sim/tools/exa/search.ts index c0dfe2baf2f..8bc8ab0f1a9 100644 --- a/apps/sim/tools/exa/search.ts +++ b/apps/sim/tools/exa/search.ts @@ -112,6 +112,7 @@ export const searchTool: ToolConfig = { headers: (params) => ({ 'Content-Type': 'application/json', 'x-api-key': params.apiKey, + 'x-exa-integration': 'sim', }), body: (params) => { const body: Record = {