How to Create Requests

The following are methods to manually create a request either through the UI or CLI.

Method 1: UI

Navigate to the requests page and click on the CREATE button on the top left corner.

Requests Create

Method 2: Record

With the CLI, run the following command to record a request.

$ stoobly-agent record <URL>

Method 3: Replay and Record

With the CLI, run the following command to replay an existing request and save it to a new request.

$ stoobly-agent request replay --record <REQUEST_KEY>

Last updated

Was this helpful?