Deploy servers
Create a new VPS with a single POST /instances call. Billing flows through
your quicksrv wallet, exactly like ordering in the panel.
Deploy servers
Create a new VPS with a single POST /instances call. Billing flows through
your quicksrv wallet, exactly like ordering in the panel.
Full lifecycle
Start, stop, reboot, reinstall, resize, snapshot, set reverse DNS, mount ISOs and more — the same operations available in the dashboard.
Scoped API keys
Mint keys in your panel with vps:read, vps:write or vps:create
scopes. Revoke them any time.
Built for automation
Idempotent creates, per-key rate limits and a stable, versioned /api/v1
surface make it safe to script.
curl https://api.prod.quicksrv.io/api/v1/instances \ -H "Authorization: Bearer qsk_live_xxxxxxxxxxxxxxxxxxxxxxxx"Ready? Head to Getting started.