drive_sandbox_clone
Clone a Git repository into a per-workspace sandbox for isolated execution. The sandbox persists across sessions within the workspace.
Instructions
[EXPERIMENTAL] Clone a git repo into a per-workspace Linux sandbox. Requires Cloudflare Containers on the AgentDrive worker; gracefully degrades to a 503 with "sandbox not configured" otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Git repository URL to clone | |
| depth | No | Shallow clone depth (default: full clone) | |
| branch | No | Branch to check out (default: repo default) | |
| workspace_id | Yes | Workspace to clone into. The sandbox persists across MCP sessions per workspace. |