Quester Studio

Quester Studio

Design, chain, and regress API journeys — same git-friendly flows for the team and continuous integration. Secrets stay on your machine.

Open a folder with quester.json — or jump in with the sample workspace.

Built for developers, testers, and business analysts who share one workspace.

  • API chaining

    Pass tokens and IDs between steps — login, authorize the next call, assert the outcome.

  • Complex flows

    Branch, framed try/foreach (including nesting), join, and subflows on a readable canvas the whole team can follow.

  • Regression + continuous integration

    Assert steps, run suites from the CLI, and keep the same *.flow.json files in git.

Who it’s for

CLI

Prefer the terminal?

Skip the UI. Validate workspaces and run flows or suites with @quester-studio/cli — same *.flow.json files, ready for continuous integration.

bunx @quester-studio/cli validate ./my-workspace
bunx @quester-studio/cli run login-and-profile \
  --workspace ./my-workspace --env local \
  --input '{"username":"emilys","password":"emilyspass"}'

One workspace for the team

Flows live as git-friendly files. Use the desktop app to design and debug; use the CLI in scripts and continuous integration. Your data stays local.