Enterprise Self-Hosting
Run Waypoint Server on your own infrastructure with full data sovereignty.
Enterprise self-hosting lets you run the Waypoint Server entirely within your own infrastructure. No session data ever leaves your network.
What you get
- Data sovereignty — sessions never leave your infrastructure
- Your Postgres — full control over the database, backups, and retention
- Standard ops — Docker-based deployment that fits existing enterprise workflows
- Scoped access — API key management, per-developer permissions, audit-ready session logs
Deployment model
The server ships as a Docker image. Your team deploys it alongside a Postgres database using Docker Compose, Kubernetes, or any container platform you already operate.
your infrastructure├── waypoint-server (Docker image)└── postgres (managed or self-hosted)Developers install the waypoint CLI and connect once:
waypoint connect https://waypoint.yourcompany.comAll context stays on your server. Nothing is sent to LaserOwl after the initial image pull.
Requirements
| Minimum | Recommended | |
|---|---|---|
| CPU | 1 core | 2 cores |
| RAM | 512 MB | 1 GB |
| Postgres | 14+ | 16+ (managed) |
Deployment guides
- Docker Compose (on-premises) — recommended for air-gapped or fully self-managed environments
- Railway — preferred for teams on Railway infrastructure
- Render — alternative managed cloud option
Availability
Waypoint Server self-hosting is currently available to enterprise pilot customers. Pilots receive image pull credentials, deployment support, onboarding, and an SLA.