Runloop · Arazzo Workflow
Runloop Build Blueprint and Launch Devbox
Version 1.0.0
Build a custom blueprint image, poll until the build completes, then launch a devbox from it and wait for running.
View Spec
View on GitHub
AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2ArazzoWorkflows
Provider
Workflows
build-blueprint-and-launch-devbox
Build a blueprint and boot a devbox from it.
Creates and builds a blueprint, waits for the build to complete, then launches a devbox seeded from that blueprint and waits for it to be running.
1
createBlueprint
createBlueprint
Start a blueprint build; it begins in the provisioning step.
2
pollBuild
getBlueprint
Poll the blueprint until the build status reaches build_complete, looping back while it is queued, provisioning, or building, and ending the flow if the build fails.
3
launchDevbox
createDevbox
Create a devbox seeded from the freshly built blueprint.
4
waitUntilRunning
waitForDevboxStatus
Wait for the blueprint-based devbox to reach the running state.
Source API Descriptions
openapi