cyberneticlibrary

Orchestrate isolated code execution environments

api-clientmcp_serversetup L20
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