The Input Node is the primary entry point for text and structured data in your agent workflows. It accepts user input and passes it to downstream nodes for processing.

Configuration Options

  • Input Type: Text, Number, Boolean, JSON, or Custom Schema
  • Validation: Required fields, format validation, length limits
  • Default Values: Pre-populate inputs with default data
  • Variable Mapping: Map inputs to workflow variables

Usage

Drag the Input Node onto your canvas and connect it to the next node in your workflow. Configure the input schema to define what data your agent expects to receive.