Guides, references and runbooks for every product. Searchable, versioned, available in both English and Burmese.
KYC verification, organisation set-up and your first billing profile in MMK.
3 min readPick an image, region and size — your VM boots in under 60 seconds.
5 min readObject Storage from the console or AWS-compatible SDK — first 5 GB free.
4 min readManage everything from your terminal — Linux, macOS and Windows builds.
2 min readEverything you can do in the console is available as a REST endpoint or a CLI command. Both are first-class and ship with the same release cadence.
OpenAPI-described, region-scoped endpoints with cursor pagination and signed-request auth.
POST /v2/compute/instances HTTP/1.1 Host: api.mcloud.com.mm Authorization: Bearer mc-… Content-Type: application/json { // minimum body to boot a Business VM "region": "ygn-01", "image": "ubuntu-24-04", "size": "business-4-16" }
One binary for Linux, macOS and Windows. Auth via SSO or API token; YAML or JSON output.
# install (Linux / macOS) $ curl -sSL https://get.mcloud.com.mm/cli | sh # launch a VM $ mc compute create \ --name web-1 \ --region ygn-01 \ --size business-4-16 \ --image ubuntu-24-04 ✔ instance i-7K2Q running · 52s