One workflow’s complete record — every param, and the rest of the route.
This is what to read once GET /api/workflows has told you which workflow you
want. params gives each input’s type, whether it is required, its default, and
what the value does; requirements.notes carries what this workflow measured on
real hardware. Both are long because driving a workflow well needs them.
next names every call left between here and a finished job — where to check the
nodes, list checkpoints, upload a source image, submit, and poll. Nothing in the
Studio UI reads this route, so it can say as much as an agent needs.