For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/17 FEBRUARY 2026

Dynamic Variables & Handlebars Syntax

Templates
Feature

Added variable injection {{name}}, conditional blocks {{#if}}, and loops {{#each}}.

BACKEND

  • Handlebars engine. Integrated handlebars template rendering supporting variable interpolation, conditional blocks, and list iterations.
  • Fallback safety. Graceful fallback handling when expected variables are missing from payload payloads.
Reloop