Daytona · Arazzo Workflow
Daytona Provision a Volume and Attach It to a New Sandbox
Version 1.0.0
Create a persistent volume, wait until it is ready, then launch a sandbox with the volume mounted.
View Spec
View on GitHub
AIAgentsArtificial IntelligenceCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen SourceSandboxSecure ExecutionArazzoWorkflows
Provider
Workflows
provision-volume-and-sandbox
Create a volume, wait until ready, then launch a sandbox with it mounted.
Creates a persistent volume, polls until it is ready, then creates a sandbox that mounts the volume at the supplied path.
1
createVolume
createVolume
Create a new persistent volume.
2
pollVolume
getVolume
Poll the volume until it reports ready, looping while it is still creating and ending if it errors.
3
createSandbox
createSandbox
Create a sandbox from the snapshot with the ready volume mounted.
Source API Descriptions
openapi