Reference
Blocks
The nodes you add after a trigger. Each has its own config in the inspector.
- AI generate
- Ask Nea or a listed model. Prompts can use expressions.
- HTTP request
- GET/POST with headers, query, bearer or API key. 25s timeout. No localhost or private IPs.
- Loop
- Walk items (or another path), optional delay, continue-on-error. Default cap 100 items.
- Wait
- Short pauses run inline on Test. Live waits over about 2s resume on the worker.
- Merge / retry / sub-workflow
- Join branches, retry with backoff, or call another workflow in the same project (4 levels).
- JavaScript / Python
- Small snippets on the payload. JS needs Node on the API host or the node fails honestly.