Variables & references
ChainAPI’s variable substitution syntax is {{<scope>.<field>}}. Resolution order:
- Builtins (
{{$.uuid}},{{$.now}},{{$.faker.*}}) - Actor sessions (
{{<actor>.<var>}}) - Resource extractions (
{{<resource>.<var>}}) - Environment variables (
{{env.<key>}}) - Secrets (
{{secret.<key>}})
See the Variable syntax reference for the full grammar.