Documentation Index
Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Command | Description |
|---|---|
runcrate login | Authenticate via browser |
runcrate logout | Clear credentials |
| Instances | |
runcrate ps | List instances (alias for instances list) |
runcrate instances list [-q] | List instances (-q for IDs only) |
runcrate instances types [--gpu X] | Browse GPUs and pricing |
runcrate instances create --name X --gpu A100 | Deploy instance |
runcrate instances info <name-or-id> | Instance details (IP, GPU, cost) |
runcrate instances status <name-or-id> | Live status check |
runcrate instances delete <name-or-id> | Terminate instance |
| Access | |
runcrate ssh <instance> | Interactive shell (keyless) |
runcrate ssh <instance> -- <cmd> | Run command and exit |
runcrate cp ./local instance:/remote | Upload file |
runcrate cp instance:/remote ./local | Download file |
| Volumes | |
runcrate volumes list | List volumes |
runcrate volumes create --name X --size 100 | Create volume (GB) |
runcrate volumes resize <id> --size 200 | Resize volume |
runcrate volumes delete <id> | Delete volume |
runcrate volumes regions | Available regions |
| SSH Keys | |
runcrate ssh-keys list | List SSH keys |
runcrate ssh-keys add --name X --file <path> | Add SSH key |
runcrate ssh-keys delete <id> | Delete SSH key |
| Billing | |
runcrate billing balance | Current credit balance |
runcrate billing usage | Spending breakdown |
| Workspaces & Environments | |
runcrate workspaces | List workspaces |
runcrate workspaces switch | Switch active workspace |
runcrate envs | List environments |
runcrate envs switch <name> | Switch environment |
runcrate envs create <name> | Create environment |
runcrate envs delete <name> | Delete environment |
| Other | |
runcrate templates | List OS templates |
runcrate config show | Show CLI configuration |
runcrate version | Show version |
runcrate update | Self-update |
SSH Keys
Manage SSH keys for non-keyless access to instances.List keys
Add a key
Delete a key
Billing
Check balance
View usage
Workspaces & Environments
List and switch workspaces
Manage environments
Other Commands
Templates
Configuration
Self-update
Tips
- Most list commands support
--jsonfor machine-readable output. - Common aliases work:
ls,rm,-q. - Run
runcrate <command> --helpfor detailed usage on any command.