Provision a dedicated GPU instance. Most instances are ready in under 60 seconds. Specify either gpu_type (auto-deploy) or instance_type_id (specific config from /instances/types).
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.
Use a Runcrate API key with the rc_live_* prefix as the bearer token. Create one at https://www.runcrate.ai/dashboard/api-keys.
Provide either gpu_type (auto-deploy to cheapest available config) or instance_type_id (specific config from /instances/types).
Human-readable instance name.
GPU model id (e.g. h100-sxm). Required if instance_type_id is not provided.
Exact instance-type id from GET /instances/types. Required if gpu_type is not provided.
Region preference. Defaults to auto.
x >= 1x >= 1GB
x >= 1GB ephemeral storage
x >= 1Template id to boot from.
ID of an SSH key to inject (create one via POST /ssh-keys).
Environment variables to inject. Each item must be { "key": "NAME", "value": "..." }.
Persistent volume to attach at boot. Mounts at /workspace.
Raw shell script to run on boot.
Base64-encoded launch script (alternative to launch_script).
Instance created. Status will be starting or deploying until ready.