@hexr_agent code is identical — only the infrastructure ownership changes. This page explains each model so you can choose the right fit for your team.
Deployment comparison
| Hexr Cloud | Hybrid | Self-hosted | Air-gapped | |
|---|---|---|---|---|
| Infrastructure | Hexr-managed GKE | Your runtime + Hexr control plane | Your cluster | Your cluster, zero internet |
| Trust domain | hexr.cloud | Federated | Customer-owned | Customer-owned |
| Identity | Hexr root CA | SPIFFE federation | Customer SPIRE | Customer SPIRE |
| Billing | HCU credits | HCU + infrastructure | License | License |
| Setup time | 5 minutes | 1 hour | 2–4 hours | 2–4 hours |
| Auth | SSO / API keys | SSO + SPIFFE federation | LDAP/AD/SAML/OIDC | LDAP/AD/SAML |
| Status | Available | Coming soon | Available | Available |
Hexr Cloud (managed SaaS)
Everything managed by Hexr. You write agents; Hexr handles the rest.Sign up
Create an account at hexr.dev and get an API key.
Monitor
Open the dashboard at app.hexr.cloud to view agents, traces, the identity graph, and compliance status.
Agent runtime
GKE Autopilot — auto-scaling, auto-healing, zero ops.
SPIRE identity
Hexr root CA. Per-process SVIDs issued automatically.
Observability
OTel, Prometheus, Grafana, and Jaeger — pre-configured.
Cloud API
REST API for tenant management, HCU metering, and API keys.
HCU billing
Pay-as-you-go with Hexr Compute Units. Metered per operation.
Dashboard
Agent inventory, traces, identity graph, and compliance views.
Get started with Hexr Cloud
Self-hosted (on-premises / private cloud)
Your infrastructure, your data, your control. Hexr ships as Terraform modules and Helm charts that work on AWS EKS, GCP GKE, Azure AKS, bare-metal Kubernetes, and DigitalOcean.Deploy the Hexr runtime
hexr-system namespace:
SPIRE server
Your own certificate authority. Customer-owned trust domain.
Hexr Vault
SPIFFE-native secrets. AES-256-GCM. Data never leaves your network.
Hexr Gateway
OpenAPI-to-MCP tool adapter. Credential injection from Vault.
Credential Injector
JWT-SVID to STS exchange for AWS, GCP, and Azure.
OTel stack
Collector, Prometheus, Jaeger, and Grafana — all self-hosted.
Air-gapped mode
Zero outbound connectivity mode. All images pre-loaded.
Self-hosted quickstart
Hybrid Cloud (coming soon)
Your agents run in your infrastructure. Hexr manages identity, observability, and tooling from the cloud. SPIFFE federation bridges trust domains without exposing credentials or data.Hexr control plane (cloud)
- Cloud API — tenant management, config, compliance
- Root CA — Hexr-operated SPIRE server
- Dashboard — monitoring, identity graph, audit
Your data plane (on-premises)
- Customer Kubernetes — your cluster, your network
- Nested SPIRE — federates with Hexr’s root CA
- Agent pods — compute never leaves your network
SPIFFE federation bridges the two trust domains. Your SPIRE server and Hexr’s root CA exchange trust bundles — agents in your cluster get Hexr-federated identities without exposing credentials or data. This is an additive configuration change, not a redesign.