Platform Integrations

Native integrations. Full API coverage. Custom automation.

Recommended

Terraform Provider

HashiCorp-certified. Full resource coverage.

CLI

Cross-platform. CI/CD ready.

REST API

OpenAPI 3.0. OAuth 2.0. Webhooks.

GitOps Workflows

ArgoCD, Flux, Jenkins. Auto-reconciliation.

Quick Start

terminal
# Install CLI
brew install cloudheed/tap/cloudheed
# Login
cloudheed auth login
# Create database
cloudheed db create --type postgres
main.tf
resource "cloudheed_database" "main" {
type = "postgres"
plan = "professional"
region = "us-west"
}

Official SDKs

Python
Node.js
Go
Ruby
Java
.NET

Explore the Platform

Browse comprehensive API documentation, integration guides, and production deployment examples.