Getting Started

Installation

Install Zynvora on SaaS, your VPC, or a fully air-gapped environment.

Updated 2026-07-19

Choose the deployment model that matches your security and residency requirements. All models share the same console UX, APIs, and agent runtime contracts.

Zynvora Cloud (recommended)

Create an organization at app.zynvora-ai.com, invite admins, connect SSO, and attach cloud accounts for optional BYOC compute. No cluster management is required for the control plane.

CLI install

# macOS / Linux
curl -fsSL https://get.zynvora-ai.com | bash

# verify
zynvora version
zynvora auth login

Helm (self-hosted control plane)

helm repo add zynvora https://charts.zynvora-ai.com
helm upgrade --install astraops zynvora/control-plane \\
  -n zynvora-system --create-namespace \\
  -f values-prod.yaml
Production checklist

Enable TLS, external Postgres + Redis, object storage backups, and network policies before exposing the console. See Self-Hosted for hardened baselines.

Need help?

Talk to Support or book an enterprise workshop with Solutions Engineering.