runtm

Manage cloud sandbox environments and sessions via the Runtm Cloud CLI.

291|32|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/runtm-ai/runtm --skill runtm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runtm
Source: https://github.com/runtm-ai/runtm/tree/main/packages/agent/skills
Command: npx skills add https://github.com/runtm-ai/runtm --skill runtm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agents require a programmatic interface to manage isolated sandbox environments, execute commands, handle files, and deploy applications without manual dashboard interaction. This Skill provides the complete Runtm Cloud CLI reference, enabling agents to perform any cloud operation autonomously.

Core Features & Use Cases

  • Full Session Control: Create, connect, exec, prompt, pause, resume, and destroy coding agent sessions with comprehensive lifecycle management.
  • Template Lifecycle: Discover, create, build, fix, and snapshot org templates that pre-package repos, dependencies, secrets, and services.
  • Integration Management: Define and attach skills, MCP servers, and tool providers to templates so sessions inherit the correct context and credentials.
  • Use Case: An agent can clone a repository into a template, build it, launch a session, run tests, debug failures using live events, and open a PR with changes — all via structured CLI commands.

Quick Start

Use the runtm skill to create a template from a GitHub repository, wait for it to become ready, launch a session from that template, and execute a verification command inside the sandbox.

Frequently Asked Questions about runtm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cloud sandbox provisioning for AI coding agents via CLI?

Cloud sandbox provisioning for AI coding agents is automated via a comprehensive CLI that manages isolated environments, executes commands, and handles files without manual dashboard interaction. It orchestrates session lifecycles and creates templates from Git repositories.

What is the process for creating cloud sandbox templates from Git repositories?

Creating cloud sandbox templates from Git repositories involves cloning the repository into a template, pre-packaging dependencies and services, then building and snapshotting it. This allows coding agent sessions to inherit the correct context and credentials upon launch.

Do I need API credentials and a specific binary to manage isolated cloud sandbox environments?

Yes, managing isolated cloud sandbox environments requires the runtm-api binary and valid API credentials to execute authenticated requests against the cloud control plane for provisioning, deploying, and manipulating file systems.

Can I manage the complete lifecycle of coding agent sessions programmatically?

Yes, you can manage the complete lifecycle of coding agent sessions programmatically. The CLI supports creating, connecting, executing, prompting, pausing, resuming, and destroying sessions, enabling autonomous cloud operations and end-to-end workflows.

How do I attach MCP servers and tool providers to sandbox templates?

You attach MCP servers, skills, and tool providers to sandbox templates through integration management features. Defining and attaching these integrations ensures that launched coding agent sessions automatically inherit the correct external context, tools, and credentials.

What is the best way to debug AI coding agent failures in an isolated cloud sandbox?

The best way to debug AI coding agent failures in an isolated cloud sandbox is to launch a session, execute verification commands, and monitor live events. This allows you to identify failures, apply fixes, and open a PR with changes entirely via structured CLI commands.