Expressions
Request-time HCL expressions for context access, conditions, interpolation, argument mapping, and response construction.
HCL attributes support expressions evaluated at request time. Expressions read from ctx to map parameters, branch on conditions, interpolate strings, and construct response bodies.
Operators
A field that may be absent is compared against null:
String interpolation
${...} substitutes values from ctx.request or steps.
Argument mapping
args maps context values to parameterized query inputs. Parameters bound through @param in a sql block are sanitized automatically.
Response bodies
Object and list literals can be constructed inline.