Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The CLI manages authentication, projects, sandboxes, agents, tools, workflows, secrets, SSH keys, usage, threads, and devices.Quick Start
--mount <workspaceId[:path]> when a sandbox-backed agent needs durable storage. The path defaults to /workspace.
Command Groups
| Group | Commands |
|---|---|
| Auth | login, logout, auth whoami, auth status, auth set-key, auth keys ... |
| OAuth | oauth connect, oauth status, oauth disconnect, oauth set-default |
| Project | init, deploy |
| Sandboxes | sandbox create/list/get/exec/ssh/url/logs/watch/pause/resume/destroy |
| SSH keys | ssh-key list/add/remove/set-default/set-always-include |
| Agents | agent list/get/run/delete/publish/install/sandbox/threads |
| Tools | tool search/list/install/uninstall/exec/credentials/publish/delete |
| Secrets | secret set/list/get/rotate/delete |
| Workflows | workflow list/run/resume/publish/unpublish/versions/rollback/triggers |
| Threads | threads list/get/events/rollouts/compact/archive/stream |
| Devices | devices list/rename/revoke/audit/register |
| Usage | usage |
Global Patterns
Many list and mutation commands support--json for scripts:
--all-org where supported.
Environment Variables
| Variable | Purpose |
|---|---|
RUNTOOLS_API_KEY | API key for non-interactive auth |
RUNTOOLS_API_URL | Orchestrator API override |
RUNTOOLS_AUTH_URL | Auth service override |
RUNTOOLS_TOOLS_URL | Tools service override |
RUNTOOLS_CONVEX_URL | Realtime sandbox status override |
Config Files
The CLI stores local credentials and settings in~/.runtools/.
Use API keys for CI:
Next Steps
Installation
Run the CLI from source.
Authentication
Sign in, create keys, and use CI auth.
Commands Reference
See implemented commands and flags.