nodes and edges.
Most workflows are two nodes: Parse then Extract. The rest exist for documents that are more complicated, or for when you want something other than data back.
The palette
The Studio palette groups nodes the same way this table does.
Knowledge appears in the palette once the feature is enabled for your organization.
Three shapes you will build
Read only. Parse alone. You get the document as markup, for search, your own model, or an archive. Read, then pull out. The default: “read this document and give me these fields”. Sort first, then pull out. Classify decides the kind of document, then sends it to an Extract tailored to that kind. Split works the same way for files that hold several documents.Each edge leaving Classify names one category id.
Every node page reads the same way
- What the node does and where it sits in the palette.
- The node as code: API JSON, then the Python and TypeScript SDK call.
- The Studio panel.
- Every option, its type, default and what it does.
- What can feed it and what it can feed.
- What it costs.
- Examples that use it.

