A
Action node
Action node
A pipeline node that processes data between a trigger and an output. Actions include parse, extract, classify, route, merge, review, transform, validation, and HTTP action.
Activation
Activation
The state that lets a pipe accept new documents and run its pipeline. Activation requires a valid pipeline with at least one trigger. See pipes.
Alert rule
Alert rule
A monitoring rule that fires a notification when a metric crosses a threshold (for example, a failure rate above 10% or a credit balance below 500). See alert rules.
API key
API key
A credential that authenticates programmatic requests to the DocPipe API. Keys use the
dp_ prefix and are passed in the X-Api-Key header. See API keys.C
Callback
Callback
A webhook notification DocPipe sends to an external URL when a run completes. Configured with the callback output node.
Child run
Child run
A run created to process a single chunk of a document split by a parent run. The parent waits in the Awaiting Children status until every child run finishes. See runs.
Connector
Connector
An OAuth integration that lets pipeline nodes (like HTTP action) call an external service without exposing credentials. See connectors.
Credit
Credit
The billing unit consumed per pipeline run. Each node type has its own credit cost; see credits for the full breakdown.
D
Document
Document
A file uploaded to a pipe for processing. DocPipe supports PDF, JPEG, PNG, TIFF, and HEIC. See documents.
F
Failure action
Failure action
Configurable behavior on a validation node when validation errors occur.
Fail stops the run; Warn lets the run continue with warnings attached.Forward trigger
Forward trigger
A trigger that receives forwarded documents and reference samples for AI similarity classification. See forward trigger.
N
Node
Node
A single step in a pipeline. Nodes are grouped into three categories: triggers, actions, and outputs.
O
Organization
Organization
The top-level account in DocPipe. Each organization holds workspaces, users, API keys, billing, and a credit balance.
Output node
Output node
A pipeline node that delivers final results out of DocPipe. Outputs include callback, email output, and forward output.
P
Pipe
Pipe
A named container that holds one pipeline configuration, a collection of documents, and a history of runs. See pipes.
Pipeline
Pipeline
The directed graph of nodes and edges that defines how documents are processed inside a pipe. Each pipe has exactly one pipeline. See pipelines.
Pipeline editor
Pipeline editor
The visual canvas where you build a pipeline by dragging in nodes and connecting them. See pipeline editor.
R
Retention
Retention
The number of days DocPipe keeps processed documents and run data for a pipe. Configured per pipe.
Review queue
Review queue
The list of paused runs waiting for a human to inspect and approve. See review queue.
Review task
Review task
A pause point in a run created by a review node. A reviewer can edit and approve the data before the run continues.
Run
Run
One execution of a pipeline, triggered when a document is submitted to a pipe. See runs.
S
Schema
Schema
The JSON Schema (Draft-07) definition that tells the extract node which fields to pull from a document. See schema design.
Step execution
Step execution
The result of a single node within a run. Captures input, output, status, timing, and any errors for that step. See step executions.
T
U
Unverified field
Unverified field
A field whose extraction confidence falls below an internal threshold when Field confidence is enabled on the extract node. Pair with a review node configured to Pause mode = Unverified Fields to send uncertain runs to human review.
W
Webhook signing key
Webhook signing key
The HMAC-SHA256 secret DocPipe uses to sign callback requests so your application can verify they came from DocPipe. See webhook signing keys.
Workspace
Workspace
An isolated container for pipes, documents, and runs inside an organization. Pipes in one workspace are not visible from another. See workspaces.