tenki_create_volume
Create a persistent block storage volume for a Tenki workspace that survives sandbox teardown. Specify name and size in bytes; optionally set workspace_id to override the default workspace.
Instructions
Create a workspace-scoped persistent volume — durable block storage that survives sandbox teardown. Defaults the workspace to the API key's first; override with workspace_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the volume. | |
| size_bytes | Yes | Volume size in bytes. Must be between 1 MiB (1048576) and 100 GiB (107374182400). | |
| workspace_id | No | Workspace to create the volume in (defaults to the key's first workspace). |