Quick start

Get a gateway running in 3 commands.

# Install with Helm
helm install apiloom oci://ghcr.io/apiloom/helm/apiloom

# Check status
kubectl get pods -l app=apiloom

# Verify health
curl http://localhost:8080/health

Or use Docker: docker run -p 8080:8080 ghcr.io/apiloom/gateway:latest