Workspace
WORKSPACE controls the default working directory used by AIO Sandbox services.
Basic Usage
On startup, the container creates the workspace directory when needed and prepares permissions for the runtime user.
Service Behavior
Recommendations
- Mount project code into the workspace for coding-agent tasks.
- Store generated artifacts under the workspace so browser, shell, file, and code APIs can share them.
- Avoid writing long-lived project files under temporary directories unless you plan to download them immediately.