Prerequisites
You need a VMArea account and at least one available billing credit to provision a VM.Create an API token
Sign in to vmarea.com/dashboard and navigate to Settings → API Keys. Create a new token, select the scopes you need, and optionally set an expiry date.See Scopes & permissions for a full list of available scopes and what they grant.
List available plans and regions
Before creating a VM, fetch the catalog to find a valid
planId, regionId, and osTemplateId. Catalog reads require any valid token — no specific scope needed.Create a VM
A successful response returns
201 with { "success": true, "data": { "id", "status", ... } }. The VM starts provisioning immediately.