Runloop · Arazzo Workflow
Runloop Write, Execute, and Read a File on a Devbox
Version 1.0.0
Boot a devbox, write a file into it, run a command that transforms the file, then read the resulting contents back.
View Spec
View on GitHub
AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2ArazzoWorkflows
Provider
Workflows
write-execute-read-file
Write a file, run a command on it, and read it back from a devbox.
Creates a devbox, waits for running, writes a file, executes a command, and reads the file contents back.
1
createDevbox
createDevbox
Create a devbox to host the file round trip.
2
waitUntilRunning
waitForDevboxStatus
Poll until the devbox is running, looping back while it boots.
3
writeFile
devboxWriteFileContents
Write the supplied UTF-8 contents to the file path on the devbox.
4
runCommand
executeCommand
Execute a command that operates on the written file, waiting for completion.
5
readFile
devboxReadFileContents
Read the file contents back from the devbox as text.