10 / Start with the artifact

Paste an API artifact and turn it into a working investigation

Workbench detects cURL, OpenAPI, Postman, JSON, and URLs, then helps normalize, run, inspect, and export the result.

What goes in, what comes out, and what the result can prove.

INPUTcURL, URL, OpenAPI, Postman, JSON or request-like text
OUTPUTDetected artifact plus the relevant next workflow

Detection should remain reversible

Input: curl -X POST https://api.example/orders -d '{...}'
Detected: HTTP request
Available next steps: send · mock · test · document
Original input: retained

Three checks before the result becomes a decision.

01

Detection

Show the detected type and why it was selected.

02

Normalization

Keep a structured representation without discarding the original.

03

Routing

Offer only workflows that can consume the detected artifact.

What this workflow does not prove.

Before you put it into a real workflow.

What can I paste?

Common inputs include cURL, URLs, OpenAPI, Postman collections, JSON, and request-like text.

Does detection change my input?

The original input remains available while a normalized representation is created for the selected workflow.

Can I export the result?

Yes. Available exports depend on the input and workflow, and may include OpenAPI, Postman, cURL, or HTTPStatus formats.

Start with one concrete API problem.

Keep the first step small. Move into a workspace when the result deserves to be saved, repeated, or shared.