Skip to main content

Variables

Use variables to make prompts dynamic and reusable.

What are Variables?

Variables are placeholders in prompts that get replaced with actual values at runtime:

Generate a description for {{product_name}} targeting {{audience}}.

Variable Syntax

Default syntax: {{variable_name}}

Custom syntax supported per agent configuration.

Variable Types

  • Required: Must be provided in every API call
  • Optional: Can use default values if not provided

Learn more in Getting Started →