Comprehensive guides, API documentation, and CLI tools for infrastructure automation.
CLI Reference
API Documentation
SDKs & Libraries
Architecture Whitepapers
Developer workflow
The public docs area will grow around API authentication, server lifecycle actions, SSH key setup, billing events, and support flows. Until backend rollout is complete, examples remain product-level and avoid exposing internal provider details.
Step 01
Create an account and project
Step 02
Generate an API key from the console
Step 03
Launch and manage Linux servers from the dashboard or API
linax-cli --version
$ linax init
> Authenticating with LinaxCloud API... [SUCCESS]
> Fetching available products... [compute, networking, billing]
$ linax server create --plan starter-linux --image ubuntu-24.04
> Provisioning instance "noble-falcon"...
> Applying firewall policy...
> Waiting for public address assignment...
Instance request accepted. Track status in the console.