Files

The files endpoints let you read, write, and list paths in a VM's filesystem without opening a shell. They go through the in-VM agent over the same channel exec uses, so they work whether the VM has SSH configured or not.

A running VM is required — start one via VMs.

Endpoints

  • Exec — run shell tools (cat, ls, find) when you'd rather use the filesystem indirectly
  • SSH — for full interactive shell access