From the UI
Open a prompt or workflow. The run form sits at the bottom right of the screen with input fields for each placeholder you’ve defined. Fill them in, hit Run, and the result appears in the right pane. A small key icon next to the inputs lets you pass runtime environment variables for the run – useful for populating${VAR} placeholders in tool configurations.
The run header shows duration, token usage, and cost at a glance. Click it to expand the details: token breakdown (input, cached, output, reasoning) and both gross duration (total processing time) and net duration (wall clock time from start to finish).
For workflows, the canvas decorates each node with a status badge. Click any node to inspect its inputs and outputs. If a node ran multiple times (after a Fanout), a stepper lets you navigate between individual runs.