$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Workspace Picker
from "@marketplace"
// Selects a workspace to reference. Outputs the workspace ID for use with Workspace Break nodes.
export Workspace Break
from "@marketplace"
// Decomposes a referenced workspace into selectable node inputs and outputs. Configure via the wizard to select which inputs to forward and which outputs to expose.
export Public Share
from "@marketplace"
// Publishes content or files to a public URL. Supports HTML, plain text, and file downloads. Optionally protects with a PIN. Re-running the node refreshes the content without changing the link.
export Make Array
from "@marketplace"
// Collects multiple inputs into an ordered array. Add items dynamically and drag to reorder.
export Macro
from "@marketplace"
// A composite node that encapsulates a workspace as a reusable building block. Configure inputs and outputs via the wizard.
export Custom Code
from "@marketplace"
// A programmable node with custom Python code. Use when no existing template fits your needs. The AI assistant will generate appropriate code, inputs, and outputs based on your instructions.
export Test File Processor
from "@marketplace"
// Accepts file inputs, processes them, and produces file outputs. Tests the full file pipeline.
export Test File Generator
from "@marketplace"
// Generates test files of various types (image, audio, video) for testing the file handling pipeline.