Daytona · Arazzo Workflow
Daytona From Container Image to Running Sandbox
Version 1.0.0
Build a snapshot from an image, wait for it to build, then launch and run a sandbox from it.
View Spec
View on GitHub
AIAgentsArtificial IntelligenceCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen SourceSandboxSecure ExecutionArazzoWorkflows
Provider
Workflows
image-to-running-sandbox
Build a snapshot from an image and launch a running sandbox from it.
Registers a snapshot from a container image, waits for the build, then creates and runs a sandbox backed by that snapshot.
1
createSnapshot
createSnapshot
Register a new snapshot from the supplied container image.
2
pollBuild
getSnapshot
Poll the snapshot until it becomes active, looping while it is building, pending, or pulling, and ending if the build fails.
3
createSandbox
createSandbox
Create a sandbox backed by the freshly built snapshot.
4
pollSandbox
getSandbox
Poll the sandbox until it reaches started, looping while it is still provisioning and ending if it errors.
Source API Descriptions
openapi