Skip to content
Cinematic Feature - Flow Editor

Build API Tests Visually — No Code Required

LoadGen's visual flow editor lets you design, validate, and debug API workflows with drag-and-drop. 28 node types across 8 categories. Undo/redo, revision history, and run-in-editor with breakpoints.

API Testing › Flows › Edit
Mode: BasicOnline
A

User Auth Flow

9 nodes · Last run: 2m ago · Passed

Nodes

Start
Request
Auth
Assert
Transform
Control
End

All Categories

Flow (2)

Request (3)

Auth (3)

Assert (4)

Control (8)

Data (4)

Transform (2)

Subflow (1)

28 total

85%
Fit
Align
Valid
Rev 3
Undo
Redo
Start

Start

Flow entry point

Auth

Bearer Auth

{{env.api_key}}

Request

GET /api/users

200 · 142 ms

Assert

Status = 200

HTTP status check

Transform

Extract user.id

$.data[0].id → uid

Control

If user.active

uid != null

Request

POST /api/session

Awaiting…

Assert

Latency < 500ms

P95 threshold

End

End

Flow complete

6/9 passed1.2 s
Paused at node 7
Transform

Extract user.id

$.data[0].id → uid

Properties

expression

$.data[0].id

output

uid

format

JSONPath

fallback

null

Execution

StatusPassed
Connections1 out / 1 in
© 2026 LoadGen. All rights reserved.
DocumentationSupportCreate Ticket

28 Node Types Across 8 Categories

Flow

Start and End points for your workflows.

Request

Operation (OpenAPI), Raw HTTP, and Replay nodes.

Assert

Status, JSONPath, Schema, and Latency assertions.

Auth

Bearer, API Key, and OAuth2 authentication.

Control

If, Switch, Loop, Parallel, Join, Delay, Retry, and Error Handler.

Data

Set, Variable, CSV, and DB Lookup nodes.

Transform

Built-in and JavaScript transformation nodes.

Subflow

Call reusable flows within your workflows.

Context Menu & Canvas Actions

Professional-grade editing tools at your fingertips.

Revision History: Browse saved versions. Checkpoint before major changes.
Real-time Validation: Invalid connections or missing config highlighted.
Run-in-Editor: Execute flow without leaving the canvas. Debug in place.
Breakpoints: Pause execution for debugging. Inspect variables and state.

What competitors don't have

"Login VSI, ControlUp, and NeoLoad lack visual API flow editing. LoadGen brings developer-grade API testing to EUC/VDI teams — without writing code."

Design Your First API Flow in Minutes

Import from OpenAPI, drag nodes, connect, run. No scripting required.

LoadGen Official Logo