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
Artificial IntelligenceAI 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
2
waitUntilRunning
Poll the devbox lifecycle until it reports the running status, branching back to retry while it is still provisioning or initializing.
3
4
waitForCompletion
Wait for the asynchronous execution to reach the completed status.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.