Build

Automation-first infrastructure

Integrate provisioning, networking, and lifecycle operations into your pipelines. Same APIs the dashboard uses — versioned, rate-limited, and documented.

Developer Experience

Built for developers, by developers

A powerful CLI, a Python SDK, and a comprehensive REST API with 470+ endpoints. Automate everything with first-class developer tooling — more SDK languages coming soon.

CLI
1# Create an Ubuntu container2$ veloxa instance create web-01 --image ubuntu/24.04 --type container3✓ Instance "web-01" created in 2.1s45# List all instances6$ veloxa instance list --format table7NAME       STATUS    TYPE        IPV48web-01     Running   container   10.0.0.129db-01      Running   vm          10.0.0.151011# Deploy from a blueprint12$ veloxa blueprint deploy stack.yaml13✓ Blueprint "production-stack" deployed in 8.3s
1from ghconsole import Client23# Initialize the client4client = Client(5  api_key="sk_live_..."6)78# Create a new instance9instance = client.instances.create(10  name="web-01",11  image="ubuntu/24.04"12)1314print(instance.status)  # "Running"
470+ Endpoints
OpenAPI v3
JWT & API Keys
Webhook Events

Ready to deploy?

Start a free trial, or compare plans to match your team's scale.