Skip to main content
The Exa node adds Exa operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Exa also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Exa.
You can wire the Exa node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Exa under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.

Operations

Agent

OperationIDDescriptionTrigger
Cancel Agent Runcancel_agent_runCancel a queued or running Agent run.
Create Agent Runcreate_agent_runCreate an asynchronous Agent run for deep research, list-building, or enrichment.
Get Agent Runget_agent_runRetrieve an Agent run by ID (status, output, citations).
List Agent Runslist_agent_runsRetrieve a paginated list of Agent runs for your team.

Monitors

OperationIDDescriptionTrigger
Create Monitorcreate_monitorCreate a Monitor that runs a recurring Exa search and delivers results to a webhook.
Delete Monitordelete_monitorDelete a monitor (irreversible).
Get Monitorget_monitorRetrieve a single monitor by ID.
List Monitor Runslist_monitor_runsList runs for a monitor (reverse-chronological).
List Monitorslist_monitorsList all monitors for the authenticated team.
Trigger Monitortrigger_monitorTrigger a monitor run immediately regardless of schedule.
Update Monitorupdate_monitorUpdate an existing monitor (schedule, search config).
OperationIDDescriptionTrigger
AnsweranswerGet an LLM-generated answer grounded with citations from an Exa search.
Find Similarfind_similarFind pages semantically similar to a given URL.
Get Contentsget_contentsRetrieve clean, LLM-ready parsed content for a list of URLs.
SearchsearchSearch the web with Exa’s neural/keyword/auto search.

Websets

OperationIDDescriptionTrigger
Create Websetcreate_websetCreate a Webset (search + optional enrichment); begins processing automatically.
Create Webset Enrichmentcreate_webset_enrichmentAdd an enrichment column (extract/classify a field) to a Webset.
Create Webset Webhookcreate_webset_webhookRegister a webhook to receive Websets event notifications.
Delete Websetdelete_websetDelete a Webset.
Get Websetget_websetRetrieve a Webset by ID.
List Webset Itemslist_webset_itemsList the verified/enriched result items in a Webset.
List Websetslist_websetsList all Websets for the team.
List Websets Eventslist_websets_eventsList events that have occurred (webset/item/enrichment lifecycle).
Update Websetupdate_websetUpdate a Webset’s metadata/configuration.

Other

OperationIDDescriptionTrigger
On Monitor Resultson_monitor_resultsFire the workflow when an Exa Monitor delivers new search results.Yes