Documentation
Welcome to the Mentron Labs GPU Cloud docs. Here’s how to get started with the CLI, API, and your account.
Install
Download the CLI for macOS, Linux, or Windows:
curl -fsSL https://get.mlnb.io/install.sh | bash
Authentication
Login with your Mentron Labs account:
mlnb login --email you@example.com
CLI Usage
Spin up an H100 in eu-central with Jupyter preloaded:
mlnb spinup --gpu H100 --region eu-central --jupyter
API Usage
Programmatically launch an instance with the REST API:
POST /v1/instances
{
"gpu": "RTX3060Ti",
"region": "eu-central",
"image": "pytorch-2.2"
}
Billing
Billing is per-second after the first minute. View current usage:
mlnb billing --project my-project
Security
All data is EU-resident by default. IAM and audit logs are enabled automatically.