## Observed - There are currently 2 ways to execute actions: - from cli - from webui ## Expected - It could be useful to add ability to execute actions from a REST API - It would make launchrctl useful in integration/machine use case ## Details - Would be great to have ability to turn on/off the API server as well as running it foreground/background (similarly as webui command) - launchrctl rest - launchrctl rest --foreground --port 1234 - launchrctl rest stop - This new command may live in dedicated plugin