When you want to try a call by hand, you should not have to guess the URL or hand-write a body. The scratch pad builds a complete, runnable request for you.
What it gives you
Open it on a resource, or from a record you are editing, and Understudy assembles a full request:
METHOD {origin}/s/{simulationId}{path}
{headers}
{body}It uses the real route, real headers, and a realistic body, so you can paste it straight into your REST client or a .http file and run it.
Made for trying things
- A tab strip offers only the operations that apply: Create, List, Read, Update, Delete.
- Regenerate the fake body to get fresh values.
- Copy the whole request to the clipboard in one click.
It is the quickest way from "I wonder what this endpoint does" to a real call.