Workflow Builder
Chain compatible tools into a reusable recipe. Runs locally in your browser — nothing is uploaded.
Choose how to start
Choose a goal, adapt a reviewed template, or open the full blank Builder.
Workflow details
Name the task this workflow solves. Saved workflows store the steps, not pasted input or results.
Import, export, share, duplicate, or reset
Input
Paste the value the first step should receive.
Runs locally in your browser. Input is not sent to a server.
Steps
Add tools in the order they should run. Each step receives the previous output and passes its result forward.
Result
Final output of the last successful step. Step previews appear on each step card above.
Run the workflow to see the final output here.
My saved workflows
Saved workflows store the steps only, not your pasted input or results. They live in this browser.
Good workflow recipes
A useful workflow has a narrow purpose, a clear input type, and a final output someone can copy into a ticket, PR, test fixture, or API client. Name each recipe after the task, such as "Clean CSV before SQL import" or "Decode JWT then inspect claims".
Builder tips
- Keep the first step close to the pasted input type so detection is easy to verify.
- Use review pauses for steps that require choosing options or selecting fields in the full tool.
- Export the workflow definition for teammates, but do not include sensitive input in shared notes.
Examples to try
- JSON Formatter to JSONPath Tester for extracting fields from API responses.
- Base64 Decoder to JSON Formatter to Secrets Scanner for encoded payload review.
- CSV Viewer to SQL IN Builder for QA data checks.