Build Infrastructure
At Machine Speed

Accelerate your deployment workflow with our powerful CLI, comprehensive SDKs, and native Infrastructure-as-Code providers. Automate everything.

Control Your Cloud from the Terminal

The CloudNexus CLI is a unified command-line interface that gives you full control over your infrastructure. Manage VMs, databases, storage, and networking with simple, intuitive commands.

Lightning Fast

Built with Rust for sub-second execution. No waiting around for heavy processes.

🔑

Secure Auth

Multi-factor authentication support and scoped API keys for zero-trust workflows.

🧩

Extensible Plugins

Extend functionality with the open-source plugin ecosystem. Community driven.

Terminal
# Install on macOS/Linux
curl -sL https://cli.cloudnexus.io/install.sh | bash

# Initialize and Login
cnx init
cnx login --auth MFA

# Deploy a resource
cnx server create --type micro --region us-east --name prod-app-01
macOS .pkg Linux .deb Windows .msi

Programmatic Access for Every Language

Native SDKs designed for developer ergonomics. Strong typing, auto-complete, and comprehensive error handling.

Installation

pip install cloudnexus-sdk

Usage Example

main.py
# Import the client
from cloudnexus import CloudNexusClient

# Initialize
client = CloudNexusClient(api_key=os.environ["CNX_API_KEY"])

# List all servers
servers = client.servers.list(region="us-east")
print(f"Found {len(servers)} servers")

Manage Infrastructure like Software

Version control, CI/CD integration, and repeatable deployments with our official IaC providers.

🏗️

Terraform v2.4.0

The official CloudNexus Terraform provider. Manage all resources declaratively with HCL.

🎭

Ansible v1.12.0

Module collection for configuration management and orchestration across your CloudNexus fleet.

🌊

Pulumi v0.8.0

Define infrastructure using general-purpose languages. TypeScript, Python, Go, or C#.

Deep Dive Resources

Everything you need to integrate CloudNexus into your workflow.

🔌

REST API

Comprehensive RESTful API with OpenAPI spec for custom integrations.

View API Reference
📚

Documentation

Detailed guides, tutorials, and reference materials for all tools.

Read Docs
💬

Community

Join our Discord for help, feature requests, and community templates.

Join Discord

Ready to Automate?

Get started with a free trial. Includes $200 in credits and full access to all infrastructure tools.

"}