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.