1. repl
Connect to a new or existing machine to run Python code interactively.
2. exec
Execute Python statements or expressions on a machine and retrieve the result.
3. createMachine
Create a new machine with optional tags and memory limits.
4. listMachines
List machines, optionally filtered by tags.