Retrieve details for a specific devbox using its ID, including status, configuration, and resources. Use this to inspect a Linux sandbox before managing it.
An MCP server that exposes Runloop Devbox operations as tools, enabling AI agents to create and manage Linux sandboxes, execute commands, edit files, snapshot disks, and drive interactive PTY sessions.
MCP server that integrates Blender with CSM.ai 3D assets and LLM agents, enabling AI-assisted 3D modeling and animation through natural language commands.
Retrieve file contents from a Linux devbox sandbox by providing the devbox ID and absolute file path. Use this to inspect configuration, logs, or scripts inside your Runloop environment.
Write new files or overwrite existing ones on a devbox by providing the file path and contents. The full contents are written atomically to ensure consistency.
Create or reconnect to an interactive PTY session on a devbox, returning a WebSocket URL for sending commands. Reusing a session name resumes the same live session.