tenki_attach_volume
Mount a volume into a running sandbox at an absolute path, with optional read-only access.
Instructions
Mount a volume into a running sandbox at an absolute path. Set read_only to mount without write access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read_only | No | Mount the volume read-only (default false = read-write). | |
| volume_id | Yes | The volume id to attach. | |
| mount_path | Yes | Absolute path inside the sandbox to mount at, e.g. /mnt/data. | |
| session_id | Yes | The sandbox session to attach the volume to. |