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
GET /v1/instances/:id/files— read a file's contentsPOST /v1/instances/:id/files— write a filePOST /v1/instances/:id/files/edit— apply a structured edit (insert/replace/delete by line range)GET /v1/instances/:id/files/list— list a directory