drive_sandbox_read
Read files from a per-workspace sandbox filesystem to retrieve build artifacts, test output, and logs.
Instructions
[EXPERIMENTAL] Read a file from the per-workspace sandbox filesystem (build artifacts, test output, logs). Requires Cloudflare Containers; degrades to 503 otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path inside the sandbox (e.g., src/index.ts or /tmp/build.log) | |
| workspace_id | Yes | Workspace whose sandbox to read from |