// tools · workflows
Automation that lives in the app_
Event-driven automation on your phone — 10 triggers or a cron schedule, a real step engine with conditionals, loops and try/catch, retry and backoff, and 8 built-in templates. Describe a flow in plain words and get a scaffold.
Workflows
8 templates·10 triggers·6 step types·cron · interval·AI generate
Triggered by anything
React to what happens, or run on a schedule.
- Ten triggers from the app bus: git push, file saved, deploy…
- Cron and interval scheduling on WorkManager
- Optional filters — branch “main”, glob “*.kt”
Real control flow
Not a linear macro — a step engine.
- Six step types: action, conditional, loop, parallel, wait, try/catch
- Shared context with variable bindings passed between steps
- Eight action types wired to the app's own tools
Runs that don't flake
Failure handling is built into every step.
- Per-step retry with exponential backoff
- Timeouts and try/catch to contain errors
- Run history: last 100 runs, kept 30 days, drill into each step
Describe it, get a workflow
Plain words in, editable scaffold out.
- Natural-language prompt → a workflow you can edit
- Visual editor: trigger, steps, reliability, drag to reorder
- Share and install workflows from the marketplace
// spec
The spec sheet
Built-in templates8
Trigger types10
Action types8
Step subtypes6 types
Control flowif · loop · try
Schedulingcron · interval
Run history100 / 30d
AI generatorNL → flow
plan.free
- ·Visual editor and manual run
- ·All 8 built-in templates
- ·Full step engine and variables
plan.premium
- +Automated triggers (push, commit, file saved…)
- +Cron and interval scheduling
- +Workflows as AI agent tools
- +Unlimited saved workflows and history
// works with