BETA In open beta. Install live. Lock $5/mo for your first 12 months. See pricing →
Docs / Operations

Enterprise

Enterprise Hydrate is the same binary you'd install from Homebrew, plus a self-hosted backend. The client runs in thin-client mode (HYDRATE_BACKEND=siteengine) and talks HTTPS to your deployed stack.

What's in it

  • Org-scoped facts - company-wide policy that injects into every developer's Claude Code session
  • Shared project scope - two engineers on the same repo see each other's Hydrate facts
  • SSO - SAML or OIDC, integrates with Okta / Entra / Auth0
  • Self-host - Docker Compose or Helm chart, customer-owned infrastructure
  • Audit log - every fact mutation, every retrieval, exported to your SIEM
  • Air-gap support - offline licence variant, no phone-home required
  • SLA + priority support - named contact, defined response times

Deploy shape

curl -fsSL gethydrate.dev/enterprise | HYDRATE_LICENSE=<key> sh

This pulls the private Enterprise image bundle (your licence authenticates the fetch), runs the docker-compose stack, applies migrations, and prints the URL + admin credentials. The stack includes Postgres, Dgraph (for the knowledge graph), the API server, and an embedding endpoint.

Public install channels (Helm chart, container registry) are shipping soon - email [email protected] for early access and we'll wire you up directly.

Kubernetes shops use the Helm chart instead:

helm repo add hydrate https://charts.gethydrate.dev
helm install hydrate hydrate/hydrate \
  --set license=<key> \
  --values values.yaml

Compliance

  • SOC 2 Type II - in progress, available on request under NDA
  • GDPR - full export + delete at /api/v1/users/<id>
  • Data residency - customer chooses region (self-host = any region; managed = EU/US/APAC)
  • Hosted option available for customers who don't want to run infra

Ready to talk? Email [email protected] or book a call. Typical evaluation: 2-3 weeks from intro to signed contract.