Skip to main content
The Parallel node adds Parallel 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. Parallel also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Parallel.
You can wire the Parallel node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Parallel under Credentials in the node settings. See Connecting credentials for the general flow.

API key

Enter the values manually when creating the credential. Get your credentials here.

OAuth

Sign in with your Parallel account when prompted; no keys to copy. Get your credentials here. NoClick requests the following permissions:
  • key:read

Operations

Chat

OperationIDDescriptionTrigger
Chat Completionschat_completionsOpenAI-compatible chat completion backed by Parallel web research (Beta).

FindAll

OperationIDDescriptionTrigger
Add FindAll Enrichmentenrich_findallAdd column enrichments to a FindAll run’s discovered entities.
Cancel FindAll Runcancel_findallCancel an in-progress FindAll run.
Create FindAll Runcreate_findall_runDiscover verified entities matching plain-language criteria.
Extend FindAll Runextend_findallFind more entities beyond the original match limit.
Fast Entity Searchentity_searchSynchronous real-time people / company lookup.
Generate FindAll Speccreate_findall_specTransform a natural-language objective into a structured FindAll spec (suggested starting point).
Get FindAll Run Resultget_findall_resultGet discovered entities / candidates for a FindAll run.
Get FindAll Run Statusget_findall_runPoll a FindAll run’s status.

Monitors

OperationIDDescriptionTrigger
Cancel Monitorcancel_monitorStop / cancel a monitor.
Create Monitorcreate_monitorSet up continuous web tracking.
Get Monitorget_monitorRetrieve a single monitor.
List Monitor Eventslist_monitor_eventsList detected change events for a monitor.
List Monitorslist_monitorsList monitors (cursor pagination).
Simulate Monitor Eventsimulate_monitor_eventSimulate a monitor event to test webhook delivery without waiting for a real run.
Trigger Monitor Runtrigger_monitorManually trigger a monitor check now.
Update Monitorupdate_monitorUpdate a monitor’s config.
OperationIDDescriptionTrigger
Extract Page ContentextractExtract clean markdown excerpts from a list of URLs.
Search the WebsearchRun a one-shot web search returning ranked URLs with LLM excerpts.

Task groups

OperationIDDescriptionTrigger
Add Runs to Task Groupadd_runs_to_groupAdd one or more task runs to an existing group.
Create Task Groupcreate_task_groupCreate a batch group to run many task runs together.
Fetch Task Group Runsget_group_runsList runs in a task group.
Get Task Groupget_task_groupRetrieve a task group’s status and aggregate progress.
Get Task Group Runget_task_group_runRetrieve a single run within a task group.
Stream Task Group Eventsget_group_eventsStream real-time events for a task group while runs are active (SSE).

Tasks

OperationIDDescriptionTrigger
Create Task Runcreate_task_runStart a deep-research / enrichment task run.
Get Task Runget_task_runRetrieve a task run object and its status.
Get Task Run Inputget_task_run_inputRetrieve the original input submitted for a task run.
Get Task Run Resultget_task_run_resultRetrieve a completed task run result (blocks until the run finishes or timeout expires).
Stream Task Run Eventsget_task_run_eventsStream real-time progress events for an individual task run via SSE.

Other

OperationIDDescriptionTrigger
Receive Webhook Eventsreceive_webhookReceive Task / Monitor completion events from Parallel.Yes