Basics
The web UI
What every part of the screen does.
- Sidebar › Flows — your flows tree, with a live status dot per flow
(standby, running, ok, error). Create folders and flows, upload files
and delete them from the
+menu and each row's actions. - Sidebar › Applications — every application in your context directory. Click one to read its README and browse its methods: input parameters, output, memory usage and examples, plus its environment files.
- Sidebar footer › Environment — the environment used for every run.
- Notebook view — a flow rendered as a document, with each step block as a cell. Press Run and the details stream in below each block.
- Document / Source toggle — Source opens the raw Markdown in an editor
and saves it back to disk. Applications have the same toggle for their
README.md,index.jsandenv/*.envfiles. - Magic wand — next to the toggle: describe a change and the model rewrites the document (see Writing flows with AI).
- Click a folder and its flows — subfolders included — are listed as a table you can search, sort and filter (see Properties and Folder views).