Skip to main content

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.

Instances

ToolDescription
list_instancesList all GPU instances in your workspace
list_gpu_typesBrowse available GPUs with pricing. Filter by GPU type, region, or count
create_instanceDeploy a new GPU instance. Provide a name and GPU type or specific type ID
get_instanceGet detailed info about an instance (specs, IP, cost)
instance_statusCheck live status — syncs with the provider
delete_instanceTerminate an instance and stop billing
ssh_executeRun a shell command on a running instance via SSH
file_uploadUpload a file to a running instance. Provide content as string and remote path. Max 10MB. Uses keyless SCP.
file_downloadDownload a file from a running instance. Returns file content as string. Uses keyless SCP.

Storage

ToolDescription
list_volumesList all persistent storage volumes
create_volumeCreate a new volume (name, size, region)
delete_volumeDelete a volume (unused credits are refunded)
list_storage_regionsList available regions for storage

Billing

ToolDescription
billing_balanceCheck your current credit balance
billing_usageGet spending breakdown (optionally by period: 7d, 30d)

Other

ToolDescription
list_templatesList available OS templates for instances
list_ssh_keysList SSH keys in your workspace
list_environmentsList environments in your workspace
create_environmentCreate a new environment in your workspace. Name must be lowercase letters, numbers, or dashes.
delete_environmentDelete an environment. The default environment cannot be deleted. Must have no active resources.