Orchestrate isolated code execution environments
api-clientmcp_serversetup L2★0
runloopai/api-client-ts ↗What it does
Create and manage devboxes, execute commands
Best for
Building agentic devbox orchestration systems that run code in isolated, managed environments.
Inputs
- · devbox creation config
- · command strings
- · file paths
Outputs
- · devbox instance
- · command execution results
- · logs
Requires
- · RUNLOOP_API_KEY
Preconditions
- · API key configured
- · Bearer token set
Failure modes
- · devbox creation timeout
- · command execution failure
- · network errors
Trust signals
- · Official Runloop library
- · TypeScript SDK
- · Documented examples