← Back home

Documentation

Everything you need to operate OpsDevAI in production — from your first deploy to running the control plane in your own VPC.

Three-minute quickstart

# install
curl -fsSL https://opsdev.ai/install | sh

# authenticate
opsdev login

# ship your first deploy
opsdev deploy ./my-service --region auto

No Docker, no kubeconfig, no YAML. The CLI builds remotely and streams logs.

Official SDKs

TypeScriptnpm i @opsdevai/sdk
Gogo get github.com/opsdevai/sdk-go
Pythonpip install opsdevai
Rustcargo add opsdevai

Documentation sections

Quickstart

Install the CLI, authenticate, and ship your first deploy in under three minutes — covers macOS, Linux and WSL.

  • Install CLI
  • Login & teams
  • Hello World deploy

Concepts

Workloads, clusters, MUMIT policies, and the hexagonal mesh — explained from first principles.

  • Workloads vs services
  • Clusters & regions
  • MUMIT policies

CLI Reference

Every flag for opsdev deploy, opsdev cluster, opsdev ai tune, and friends — auto-generated from the source.

  • opsdev deploy
  • opsdev cluster
  • opsdev ai

REST & gRPC API

Programmatic control of every dashboard surface, with typed client SDKs for TypeScript, Go, and Python.

  • Auth & tokens
  • Pagination
  • Webhooks

MUMIT AI Guide

Write custom policies, ship offline models, and inspect every action the autonomous engine takes.

  • Policy DSL
  • Custom models
  • Action audit log

Security & Compliance

Zero-trust identity, supply-chain signing, audit log export, SOC 2 / HIPAA / GDPR evidence and tenant isolation.

  • SPIFFE setup
  • SLSA provenance
  • Evidence export

Networking & Edge

Custom domains, anycast routing, regional pinning, BYOIP, and L7 traffic policies at the edge.

  • Custom domains
  • BYOIP
  • Edge rules

Self-hosting

Run the OpsDevAI control plane on your own bare metal or VPC. Production-grade Terraform modules included.

  • Reference architecture
  • Terraform module
  • Upgrade playbook

FAQ

Do I need to install Docker locally?

No. The CLI builds remotely on the OpsDevAI build fleet and streams logs to your terminal.

Can I bring my own Kubernetes cluster?

Yes. Self-hosted mode runs the control plane in your VPC; the data plane can live on EKS, GKE, AKS, or bare metal.

How is MUMIT different from HPA?

HPA reacts to past CPU. MUMIT forecasts demand, accounts for warm-up cost, and acts before the spike.

What's the SLA?

99.99% on Team, up to 99.999% on Enterprise with multi-region active-active.