The remote-control skill lists the REST endpoints, but not the request and response bodies. That leaves anyone integrating without the CLI guessing the actual JSON shape.
Examples for these four paths would cover most of it:
list devices
create a task from text
read execution status
handle a failed request
Swagger helps after the backend is running. Examples in the repo would also make it clear which fields are expected to stay stable.
The remote-control skill lists the REST endpoints, but not the request and response bodies. That leaves anyone integrating without the CLI guessing the actual JSON shape.
Examples for these four paths would cover most of it:
list devices
create a task from text
read execution status
handle a failed request
Swagger helps after the backend is running. Examples in the repo would also make it clear which fields are expected to stay stable.