Skip to main content
v1.0.0
29 actions · 1 auth method
AI

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Key

Connect your Parallel AI account using an API key generated from the Parallel Platform.
3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Key

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

29 actions
Action
Description
Search
Perform a web search with AI-powered relevance filtering
Extract
Extract content from one or more URLs
Chat Completions
Generate a chat completion with web research capabilities
Create Task Run
Create a new task run for structured web research. If the response is null or missing an id, the creation failed silentl…
Retrieve Task Run
Retrieve a task run by ID
Retrieve Task Run Input
Retrieve the input of a task run
Retrieve Task Run Result
Retrieve the result of a completed task run. If the response contains type “error” with message “Run still active.”, the…
Create Task Group
Create a new task group for batch task execution
Retrieve Task Group
Retrieve a task group by ID
Add Runs To Task Group
Add task runs to an existing task group
Stream Task Group Events
Stream execution events for a task group. When called via MCP tool_call, a null response is expected (SSE connection lif…
Retrieve Task Group Run
Retrieve a specific run within a task group
Create FindAll Run
Create an asynchronous FindAll run to discover entities. For plain company or person lookups, use parallel_entity_search…
Retrieve FindAll Run Status
Retrieve the status of a FindAll run
Retrieve FindAll Run Result
Retrieve results of a FindAll run. Returns a snapshot at the time of the request — works on active runs too, so call it…
Get FindAll Run Schema
Retrieve the schema of a FindAll run
Stream FindAll Events
Stream events for a FindAll run. When called via MCP tool_call, a null response is expected (SSE connection lifetime lim…
Cancel FindAll Run
Cancel an active FindAll run
Extend FindAll Run
Extend the match limit of a FindAll run
Add Enrichment To FindAll Run
Add enrichment to extract structured data from FindAll matches. Can be called immediately after run creation — no need t…
Fast Entity Search
Perform a fast synchronous entity search. Preferred for simple company or person lookups. When the request specifies a g…
Ingest FindAll Run
Generate a structured FindAll run spec (entity type, match conditions, generator, match limit) from a natural language o…
List Monitors
List monitors with optional filtering
Create Monitor
Create a web content monitor
Retrieve Monitor
Retrieve a single monitor by ID
Update Monitor
Update an existing monitor
Trigger Monitor Run
Manually trigger a monitor execution
Cancel Monitor
Cancel an active monitor
List Monitor Events
List events detected by a monitor