Sim Studio

Exa

Search with Exa AI

Exa is an AI-powered search engine designed specifically for developers and researchers that provides highly relevant and up-to-date information from across the web. It combines advanced semantic search capabilities with AI understanding to deliver more accurate and contextually relevant results than traditional search engines.

With Exa, you can:

  • Search with natural language: Find information using conversational queries and questions
  • Get precise results: Receive highly relevant search results with semantic understanding
  • Access up-to-date information: Retrieve current information from across the web
  • Find similar content: Discover related resources based on content similarity
  • Extract webpage contents: Retrieve and process the full text of web pages

In Sim Studio, the Exa integration allows your agents to search the web for information, retrieve content from specific URLs, and find similar resources - all programmatically through API calls. This enables your agents to access real-time information from the internet, enhancing their ability to provide accurate, current, and relevant responses. The integration is particularly valuable for research tasks, information gathering, content discovery, and answering questions that require up-to-date information from across the web.

Usage Instructions

Search the web, retrieve content, find similar links, and answer questions using Exa

Tools

Search the web using Exa AI. Returns relevant search results with titles, URLs, and text snippets.

Input

ParameterTypeRequiredDescription
querystringYesThe search query to execute
numResultsnumberNoNumber of results to return (default: 10, max: 25)
useAutopromptbooleanNoWhether to use autoprompt to improve the query (default: false)
typestringNoSearch type: neural, keyword, auto or magic (default: auto)
apiKeystringYesExa AI API Key

Output

ParameterType
resultsstring
urlstring
publishedDatestring
authorstring
summarystring
faviconstring
imagestring
textstring
scorestring

exa_get_contents

Retrieve the contents of webpages using Exa AI. Returns the title, text content, and optional summaries for each URL.

Input

ParameterTypeRequiredDescription
urlsstringYesComma-separated list of URLs to retrieve content from
textbooleanNoIf true, returns full page text with default settings. If false, disables text return.
summaryQuerystringNoQuery to guide the summary generation
apiKeystringYesExa AI API Key

Output

ParameterType
resultsstring
titlestring
textstring
summarystring

Find webpages similar to a given URL using Exa AI. Returns a list of similar links with titles and text snippets.

Input

ParameterTypeRequiredDescription
urlstringYesThe URL to find similar links for
numResultsnumberNoNumber of similar links to return (default: 10, max: 25)
textbooleanNoWhether to include the full text of the similar pages
apiKeystringYesExa AI API Key

Output

ParameterType
similarLinksstring
urlstring
textstring
scorestring

exa_answer

Get an AI-generated answer to a question with citations from the web using Exa AI.

Input

ParameterTypeRequiredDescription
querystringYesThe question to answer
textbooleanNoWhether to include the full text of the answer
apiKeystringYesExa AI API Key

Output

ParameterType
querystring
answerstring
citationsstring
urlstring
textstring

Block Configuration

Input

ParameterTypeRequiredDescription
operationstringYesOperation

Outputs

OutputTypeDescription
responseobjectOutput from response
resultsjsonresults of the response
similarLinksjsonsimilarLinks of the response
answerstringanswer of the response
citationsjsoncitations of the response

Notes

  • Category: tools
  • Type: exa
On this page

On this page