Documentation

Build on mCloud — fast.

Guides, references and runbooks for every product. Searchable, versioned, available in both English and Burmese.

Quick start

First 15 minutes on mCloud.

Browse the docs

Everything we ship, documented.

View all 312 articles
Developer tools

API and CLI, side by side.

Everything 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.

REST API · v2025-01

API reference

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"
}
mc CLI · v3.4

Command line

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

All systems operational

Last incident · 17 days ago — Object Storage elevated 5xx (resolved < 9 min)

View status page