Node Library
Every node you can place on the canvas, what it does and what it needs.
Each page in the Node Library describes one node: what it does and when to reach for it, what has to exist before it runs, what happens step by step, answers to common questions, and its exact inputs and outputs. Open a node’s page from the app with the Documentation link in the node’s sidebar.
Categories
The sidebar groups nodes the same way the node picker in the editor does.
Reading a node page
- Badges at the top mark nodes that need a GPU worker, and nodes that run in their own Docker image — their first run can take longer while the image is pulled.
- Prerequisites list what must already exist, such as a labeled dataset or a secret with credentials.
- Inputs and Outputs are generated from the node’s definition, so they always match what you see in the sidebar. The JSON config at the bottom is the same interface in machine-readable form.
Looking for the ideas behind the nodes — how they pass data, when they run? Start with References and Runs and automation.