Documentation
PowerGPU documentation: everything the platform does, written down
Short pages, real commands, no marketing. If something here does not match what the console does, that is a bug — tell us and we fix both.
- Quickstart Account to running GPU in five minutes — deploy, connect, stop, destroy. Read
- Billing & credits Per-second billing mechanics, crypto top-ups, runway and auto-stop. Read
- Instance lifecycle States, actions, what bills when, interruptions and auto-requeue. Read
- Templates & images One-click stacks, environment variables, ports, private registries. Read
- Volumes & storage Instance disks vs volumes, mounts, snapshots, read-only sharing. Read
- Networking & ports Public endpoints, port mapping, TLS, bandwidth billing. Read
- API keys Create and scope pg_live_ keys for the REST API, CLI and SDK. Read
- Quotas & limits Per-account defaults, instance caps and how to raise them. Read
- FAQ The questions support answers every day, written down. Read
Building against the platform?
- REST API Search offers, launch and manage instances, read balances — try the public endpoints with one curl. Reference
- CLI powergpu launch / stop / logs from any shell — everything the console does, scriptable. Install
- Python SDK A typed client for pipelines and notebooks — pip install powergpu. Get started