$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Text Merge
from "@marketplace"
// Merges two text inputs into a single output. Supports configurable separators, templates, and formatting options.
export Text
from "@marketplace"
// A constant text value. Provides a multi-line editor that outputs the text unchanged.
export String
from "@marketplace"
// A constant string value. Outputs a single-line string unchanged.
export Number
from "@marketplace"
// A constant numeric value. Outputs a number unchanged.
export JSON Object
from "@marketplace"
// A constant JSON object. Provides a JSON editor that outputs the object unchanged.
export Folder
from "@marketplace"
// Selects a folder from Drive. Outputs the folder reference for use by downstream nodes.
export File
from "@marketplace"
// Selects a file from Drive. Outputs the file reference for use by downstream nodes.
export Boolean
from "@marketplace"
// A constant boolean value. Outputs true or false to downstream nodes.
export JSON Break
from "@marketplace"
// Decomposes a JSON object or array into individual output ports. Configure via the wizard to select which properties or items to expose.
export Document Chunk
from "@marketplace"
// Fetches a document chunk by its ID. Returns the chunk text and source document reference for use with Knowledge Synthesizer nodes.