Prerequisites
- A Raff Cloud Platform account (sign up)
- An API key (generate one from your dashboard)
Step 1: Check API Health
Verify the API is reachable (no authentication required):Step 2: List Your VMs
Use your API key to list virtual machines on your account:Step 3: Create a VM
Create your first virtual machine. Write operations require theX-Project-ID header — you can find your project ID in the Raff Dashboard under your project settings.
Replace
<template-uuid> with an actual OS template ID. You can find available templates in your dashboard.Step 4: Check VM Status
Once created, fetch your VM details:provisioning → booting → initiating → active.
Step 5: Control Your VM
Start, stop, or reboot your VM:Next Steps
Authentication
Learn about API key authentication and rate limits.
Create Your First VM
Step-by-step guide with VPC networking and SSH setup.