DocumentationThe Workbench

The Workbench

This section covers how to build requests, manage headers, bodies, and auth.

Workbench Screenshot

Building a Request

  1. Select the HTTP Method: Use the dropdown in the URL bar to select GET, POST, PUT, DELETE, etc.
  2. Enter the URL: Type the target endpoint. You can use {{variable}} syntax to pull values from your Stash.
  3. Configure Headers & Body: Use the Tabs below the URL bar to add query parameters, headers, or a JSON/Form body.
  4. Send the Request: Press Cmd/Ctrl + Enter or click the Send button.

Request Options

Inside the Options tab, you can configure per-request overrides such as:

  • Connection Timeout
  • Max Redirects
  • Disable TLS Verification
  • HTTP Proxy