Variables
Variables let you insert dynamic values into prompts, conditions, and API calls. Use them to personalize conversations, pass data between systems, and create dynamic flows.
Syntax
Variables are replaced with actual values at runtime.
Variable Types
System Variables
Default Values
Handle missing variables with fallbacks:
If customer_name is empty → “Hello there!”
Implementation
Variables work in both agent types with slight differences in how they’re configured.

