Merge Documentation¶
Merge is a comprehensive infrastructure management platform that provides centralized control over your organization's entire technology estate -- systems, clusters, cloud accounts, virtual machines, storage, licensing, network devices, and team organization.
Key Capabilities¶
-
Infrastructure Management
Track and manage systems, clusters, cloud accounts, machines, storage, and network resources from a single pane of glass.
-
34 Integration Connectors
Event-driven ingestion pipeline connecting GitHub, GitLab, AWS, Azure, GCP, Jira, PagerDuty, Datadog, vSphere, F5, PAN-OS, and 23 more.
-
AI Assistant
Context-aware chat powered by OpenAI, Anthropic, or Google Gemini with live infrastructure data for natural-language queries.
-
On-Call Management
Schedule generation, rotation planning, shift management, override handling, and notification rules for your engineering teams.
-
Enterprise Authentication
GitHub, GitLab, and Google OAuth; LDAP directory sync; SAML 2.0 SSO with Azure AD, Okta, and more.
-
Engineering Insights
Infrastructure health scoring, security metrics, cost analysis, and version tracking across your entire estate.
Getting Started¶
Choose your deployment model to get up and running:
Merge Cloud (Recommended)¶
The fastest way to start using Merge. No infrastructure to manage -- sign up and start connecting your providers.
- Visit onlymerge.app and create your account
- Follow the guided setup to connect your first integration
- Explore your unified infrastructure view
Self-Hosted (Helm Chart)¶
Deploy Merge on your own Kubernetes cluster using the official Helm chart for full data sovereignty.
helm repo add merge https://charts.onlymerge.app
helm install merge merge/merge --namespace merge --create-namespace
Documentation Sections¶
| Section | Audience | Description |
|---|---|---|
| User Guide | All users | Features, workflows, and day-to-day usage |
| CLI Reference | Operators & engineers | Terminal-based access to your Merge instance |
| Developer Guide | Developers | Architecture, API reference, contributing |
| Deployment | Platform engineers | Helm chart, Kubernetes, and Terraform guides |
Tech Stack¶
| Layer | Technology |
|---|---|
| Frontend | React 18, TypeScript 5.6, Vite 5.4, TanStack Query 5, Tailwind CSS 3.4, shadcn/ui |
| Backend | Python 3.13, FastAPI, Uvicorn, Pydantic 2 |
| Database | PostgreSQL 17, SQLAlchemy 2.0 (async), Alembic |
| Cache / Pub-Sub | Redis 7 |
| Message Broker | Apache Kafka (Confluent 7.8) |
| Object Storage | MinIO (S3-compatible) |
| AI Providers | OpenAI, Anthropic, Google Gemini |
| Container Runtime | Docker / Kubernetes |