1. sandbox_initialize
Initialize a new compute environment for code execution by creating a container based on the specified Docker image.
2. copy_project
Copy a directory to the sandboxed filesystem.
3. write_file
Write a file to the sandboxed filesystem.
4. sandbox_exec
Execute commands in the sandboxed environment.
5. copy_file
Copy a single file to the sandboxed filesystem.
6. sandbox_stop
Stop and remove a running container sandbox.