VxCloud Documentation
How to deploy, secure, and operate workloads on VxCloud — the multi-cloud orchestration platform from prodxcloud. Everything below maps to a wizard in the dashboard or a command in vxcli.
Getting started
Frontend app deployments
Backend & API deployments
Custom Docker Compose
Databases
CI/CD pipelines
Security & identity
CLI — vxcli
- Install vxcli (build from source or pre-built binary)
- vxcli auth login — exchange API key for JWT
- vxcli node — list, switch, inspect tenant nodes
- vxcli init — create a workspace bound to a node
- vxcli deploy — provision across Alibaba / AWS / Azure / Google Cloud / Linode / bare metal
- vxcli apply / sessions / pull / delete
- vxcli tui — full-screen infra dashboard
- vxcli chat — multi-provider AI chat (Anthropic, OpenAI, Gemini, OpenClaw)
- vxcli doctor — health & diagnostics
- CI/CD recipes — vxcli inside GitHub Actions / GitLab CI
- Environment variables & config file
- Full command reference
Developer API (REST)
- API overview & base URLs
- Authentication — API keys + JWT
- Provisioning endpoints (per service type)
- Sessions, status, and progress
- Tenant nodes & workspace API
- Audit events & WebSocket stream
- Webhooks & signed events
- Rate limits & retries
- Error model & nested-error unwrapping
- OpenAPI spec (download)