Eighteen working flows. Clone one, edit it into yours.

Every template is a real, runnable workflow — declared inputs, real node sequence, publishable as-is. The lane under each shows its nodes in real proportion.

summarise

Long text in, faithful short text out. Length and register are inputs, not code.

inputs: document, max_words

input · llm · output

ticket-classifier

Support tickets labelled and routed with a confidence score. The flow used across these pages.

inputs: ticket

input · llm · transform · output

extract-structured

Free text to a typed JSON object that matches your declared schema, or a clean failure.

inputs: text, schema

input · llm · transform · output

meeting-actions

A transcript in, owners and action items out — each with the line that justifies it.

inputs: transcript

input · llm · transform · output

grounded-qa

Answers drawn only from your documents, with the passages used. Says "not found" rather than guessing.

inputs: question, corpus

input · retrieve · llm · output

research-synthesis

Several sources compared into one brief: agreements, contradictions, gaps.

inputs: sources[]

input · retrieve · llm · transform · output

tone-rewrite

The same content, rewritten to a target register — terse, formal, plain-language.

inputs: text, tone

input · llm · output

http-enrich

Look up a record in your own API mid-flow, then reason with it. The SSRF boundary applies.

inputs: record_id

input · http · llm · branch · output

code-review

A diff in, specific review comments out. Severity, location, and the change to make.

inputs: input

input · llm · output

incident-explainer

Raw alert or stack trace in, plain-language cause and the first checks to run.

inputs: input

input · llm · output

sql-explainer

What the query really returns, the traps in it, and a faster rewrite when one exists.

inputs: input

input · llm · output

sentiment-themes

A pile of feedback in, structured themes with counts and verbatim quotes out.

inputs: input

input · llm · output

content-moderation

Screens content against a policy. Returns allow, review or block — with the reason.

inputs: input

input · llm · output

invoice-extraction

Invoice text in, line items and totals as JSON. Nulls where the field is absent.

inputs: input

input · llm · output

translation

Translates without mangling markdown, code blocks or {placeholders}.

inputs: input, target_language

input · llm · output

seo-metadata

Page copy in, title, description and slug out — inside the lengths that render.

inputs: input

input · llm · output

outreach-email

Notes about a recipient in, a short email worth reading out. One ask, no flattery.

inputs: input

input · llm · output

urgency-router

Branches on urgency and answers differently on each path. The worked branching example.

inputs: input

input · branch · llm · llm · output · output

Clone any of these from the app — start free and they are in your account.