Executes shell commands on VM instances and returns output with file change tracking.
command field accepts any valid shell command that can be executed within the VM environment.
created - New files that were createdmodified - Existing files that were changeddeleted - Files that were removedimage/png, text/plain)nohup or screenexit_code and status fields:
exit_code: 0 and status: "success" - Command executed successfullyexit_code: non-zero and status: "error" - Command failedoutput field for error messages and debugging information&& for conditional execution> and >> to capture output to filesAPI key authentication using Bearer token format: 'Bearer rk_live_
UUID of the profile
Room identifier
Shell command to execute
"python -c 'print(\"Hello World\")'"