Skip to main content

Pipelines

A pipeline is an analysis chain built in the visual drag-and-drop editor: nodes connected to each other define how an incoming document is split, analyzed by one or more AI agents, and turned into an annotated document.

An organization can have several pipelines; one is active by default for all users, but additional pipelines can be assigned to specific teams.

There is no "simple/supervised" toggle on the pipeline itself — it's a matter of graph structure:

  • Simple pipeline — one or more AI agents analyze the document independently, each producing its own annotations directly.
  • Supervised pipeline — a Supervisor node drives several specialized agents in parallel and reconciles their annotations before producing a single, consistent result.

A pipeline can also be invoked directly by another program, without going through the interface — see Accessing a Pipeline via API.