lbr CLI
Drive every product from your terminal — create clusters, networks and registries, add monitors, send mail. One binary, one login.
CLI docsDevelopers
One lbr CLI, one Go SDK, one Terraform provider, and one API-key model — across every product. Everything the Console does, you can script, commit, and apply.
— vector flow field · |v| across the plane
The toolchain
Drive every product from your terminal — create clusters, networks and registries, add monitors, send mail. One binary, one login.
CLI docsA typed Go client for the whole Public API — the same client the CLI and the Terraform provider are built on.
SDK docsDeclare your platform as code — clusters, networks, registries, email domains — then plan and apply like any other resource.
Provider docsOne documented OpenAPI surface at /api/v1 with one API-key model, across every product. Everything the Console does, you can too.
API referenceTry it
Provision a control plane, a mesh, a registry, a monitor, or a sending domain — with one command each, one login, and one place to look when it breaks.
lbr cp create prod --tier large # a Kubernetes control plane
lbr mesh create staging # a WireGuard network
lbr registry create acme # a private registry
lbr uptime monitors create --url ... # an uptime monitor
lbr email domains add acme.com # a sending domain One auth model
A lngbr_ API key — or your CI's OIDC identity — authenticates
every product on one wire. Personal keys act as you; machine-user keys carry exactly
their grants. Narrow a key at mint; it never exceeds its owner's access.
The CLI, SDK, and provider are documented with worked examples. The API is one OpenAPI surface.