
Overview
Input variables control which session variables are accessible to a specific agent block. By defining input variables, you restrict the agent’s scope to only the variables it needs to complete its task.Supported Variable Sources
Input variables can be sourced from multiple locations:Tool Capture Variables
Tool Capture Variables
Variables captured by tools during execution. Simply enter the exact variable name to include it.
Other Agent Capture Variables
Other Agent Capture Variables
Variables captured by other agent blocks in the same workflow.
Self Capture Variables
Self Capture Variables
Variables previously captured by the same agent block in earlier executions.
User Variables (Flow API)
User Variables (Flow API)
When using the Flow API, you can reference variables from the
user_variable keys in the API payload.