Build with Krova Cloud
Every Cube is one API call away. Provision, snapshot, and tear down isolated microVMs from your own code — with a typed SDK, a CLI, an MCP server, and a public REST API. Install a package and you're building in seconds.
Official packages
All published on npm and open-source on GitHub. Copy a command and go.
Public REST API
Prefer raw HTTP? Every Cube lifecycle action is a plain REST call. Authenticate with a scoped X-API-KEY header — the same v1 API the SDK and CLI are built on.
curl https://krova.cloud/api/v1/spaces/$SPACE/cubes \
-H "X-API-KEY: $KROVA_KEY"A full OpenAPI 3 spec is published at /api/v1/openapi.json — drop it into any code generator or import it into Postman.
Get an API key
API keys are created per space from your dashboard settings. Scope each key to the permissions it needs, then export it as KROVA_KEY for the SDK, CLI, or a raw request.
Ship your first Cube from code
Grab a key, install the SDK, and provision an isolated microVM in a few lines. No hypervisor to run, no infrastructure to wire up.