Runloop · Arazzo Workflow
Runloop Bootstrap a Devbox from an Object Artifact
Version 1.0.0
Create and complete a storage object, generate its download URL, then boot a devbox and pull the artifact into it.
View Spec
View on GitHub
AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2ArazzoWorkflows
Provider
Workflows
bootstrap-devbox-from-object
Stage an object artifact and pull it into a freshly booted devbox.
Creates and completes an object, gets a download URL, boots a devbox, and downloads the artifact into the running devbox.
1
createObject
createObject
Create the artifact object; it starts in the UPLOADING state.
2
completeUpload
completeObject
Mark the object upload complete so it becomes read-only.
3
getDownloadUrl
generateDownloadUrl
Generate a presigned download URL for the completed artifact.
4
createDevbox
createDevbox
Create the devbox that will host the downloaded artifact.
5
waitUntilRunning
waitForDevboxStatus
Poll until the devbox is running, looping back while it boots.
6
downloadArtifact
executeCommand
Run a command on the devbox that pulls the artifact into the target path using the presigned download URL.
Source API Descriptions
openapi