Shell Over Edge Open a macOS/Linux session: curl -sS -X POST https://soe.stoff.dev/api/sessions | sh Open a Windows session: irm -Method Post https://soe.stoff.dev/api/sessions.ps1 | iex Send a command: curl -sS -X POST https://soe.stoff.dev/api/sessions//send --data 'pwd' Send a command with options: curl -sS -X POST https://soe.stoff.dev/api/sessions//send \ --data '{"body":"pwd"}'