Is your feature request related to a problem? Please describe.
Automating parts of the SM workflow (or even an entire workflow) is difficult.
Describe the solution you'd like
It would be very helpful to be able to run SM actions via its local REST API, rather than only via the UI.
It might be even possible to do it right now by using the endpoints here, but having official support for this kind of work would be required for production usage.
Describe alternatives you've considered
- manually working with the JSON models and the Prismic API (current choice)
- running SM in a headless browser and using the actual UI from automation tools
Both of these approaches have downsides - having the SM API officially exposed for automation would be the most robust approach, as an automated user would only need updates for the API interface.
Additional context
Is your feature request related to a problem? Please describe.
Automating parts of the SM workflow (or even an entire workflow) is difficult.
Describe the solution you'd like
It would be very helpful to be able to run SM actions via its local REST API, rather than only via the UI.
It might be even possible to do it right now by using the endpoints here, but having official support for this kind of work would be required for production usage.
Describe alternatives you've considered
Both of these approaches have downsides - having the SM API officially exposed for automation would be the most robust approach, as an automated user would only need updates for the API interface.
Additional context