Daytona · Arazzo Workflow
Daytona Provision a Sandbox
Version 1.0.0
Create a sandbox from a snapshot, poll until it reaches the started state, then read its details.
View Spec
View on GitHub
AIAgentsArtificial IntelligenceCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen SourceSandboxSecure ExecutionArazzoWorkflows
Provider
Workflows
provision-sandbox
Create a sandbox from a snapshot and wait until it is running.
Creates a sandbox using the supplied snapshot and resource hints, polls the sandbox state until it becomes started, and returns the running sandbox details.
1
createSandbox
createSandbox
Create a new sandbox backed by the supplied snapshot with the requested CPU, memory, and disk resources.
2
pollState
getSandbox
Read the sandbox and branch on its state: keep polling while it is still provisioning, finish when it is started, or stop if it errors.
3
getDetails
getSandbox
Read the full details of the now-running sandbox.