Basics
Quick start
From an empty screen to a flow that runs, in four steps.
- Pick an environment in the sidebar footer. It decides which
envfile your applications are loaded with. - Open a flow. The tool seeds a few examples on first run — start with 01 · Welcome, which works fully offline.
- Press Run. Steps execute in the order they appear in the document, and the execution details of each one (request, response, assertions, timings) appear right below its block, like a notebook.
- Write your own. Use the
+button next to Flows in the sidebar to create a flow, a folder, or to upload a file — and turn on Create using AI if you would rather describe the scenario in plain words.
Nothing here is magic: a flow is a Markdown file in your context folder, so it lives in your repository and travels with your team.