workspace, mounted at /home/daytona/project/workspace in the managed execution environment.
Volumes
Volume records define logical roots and their mount metadata. A project has a defaultworkspace volume.
The current Cloud file system uses the same R2/S3 backend and
s3-fuse runtime backend for both modes. file-drive is the default. code-drive currently records workload intent and changes the dashboard icon; it does not switch to a separate implemented hydrate-and-sync engine.
The stored default ignore list for sync metadata is:
node_modules.git.nextdistbuild.turbocoverage
Files SDK
The SDK exposes file methods directly onPolpoClient:
File or Blob to a destination directory:
client.files namespace in the current SDK.
Files API
Cloud data-plane routes use the project endpoint and Bearer authentication:/v1/files/volumes, with POST for creation and PATCH or DELETE on /v1/files/volumes/{name}.
Volume names must start with a lowercase letter, contain only lowercase letters, digits, dashes, or underscores, and be between 2 and 63 characters.
Lifecycle
- Project creation provisions the storage prefix and default workspace metadata.
- File writes through the API and tools update the same object-storage prefix seen by mounted Cloud sandboxes.
- Deleting a project blocks access immediately; project storage is purged by the deferred project cleanup process.