Module blocks

Module blocks 

Source

Modules§

agent
Agent block — one-shot Claude Code spawn driven by an AgentRef and a per-call task template.
api
API block — HTTP request via reqwest. Honors {{...}} interpolation in url, headers, and body.
condition
Condition block — boolean expression evaluator.
response
Response block — terminal output sink. Captures whatever the template field resolves to and that becomes the drone’s run output. There must be exactly one Response block per drone (validator enforced at save-time, frontend side).
variables
Variables block — declares drone-scope vars. The block’s data.entries is a list of {name, value} pairs; each value is {{}}-resolved against the current scope and written as the var.