Runloop · Arazzo Workflow
Runloop Provision Devbox and Run a Command
Version 1.0.0
Create a devbox, wait for it to reach running, then execute a shell command asynchronously and wait for completion.
View Spec
View on GitHub
AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2ArazzoWorkflows
Provider
Workflows
provision-and-run-command
Boot a devbox and run a command on it once it is ready.
Creates a devbox, blocks on the devbox reaching the running state, then runs a command asynchronously and waits for the execution to finish.
1
createDevbox
createDevbox
Create a devbox; it begins booting in the provisioning state.
2
waitUntilRunning
waitForDevboxStatus
Poll the devbox lifecycle until it reports the running status, branching back to retry while it is still provisioning or initializing.
3
runCommand
execAsyncCommand
Launch the supplied command asynchronously on the running devbox.
4
waitForCompletion
waitForCommandCompletion
Wait for the asynchronous execution to reach the completed status.