Steps useDocumentation Index
Fetch the complete documentation index at: https://colossal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
{{}} syntax to reference dynamic data from the trigger, app configuration, and previous step outputs. You can use these variables in any step’s parameters, prompts, or conditions.
Available contexts
| Context | Syntax | Description |
|---|---|---|
| Trigger payload | {{payload.field}} | Data from the event that triggered the agent |
| Configuration | {{config.field}} | Agent-level configuration values |
| Secrets | {{secrets.field}} | App secrets (API keys, tokens) |
| Step output | {{steps.step_id.field}} | Output from a completed step |
| Iteration | {{iteration.item.field}} | Current item in a map step |
| Platform | {{platform.field}} | Platform-level context |
Nested access
Variables support dot notation for nested fields:Example
An agent triggered byORDER_CONFIRMED might use:
Common patterns
Send notification on order
Trigger:ORDER_CONFIRMED
Abandoned cart follow-up
Trigger:CART_CREATED
VIP order routing
Trigger:ORDER_CREATED