Everything you need to install, configure, extend, and operate the platform.
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
Installation, first route, first consumer. From zero to production in 15 minutes.
Read guideComplete REST API documentation. Every endpoint, parameter, and response schema.
View referenceHow the data plane, control plane, and intelligence layer work together.
ExploreBuild custom blocks with the gRPC plugin interface. Language-agnostic, hot-reloadable.
Build pluginsfgctl command reference. Manage APIs, routes, consumers, and plugins from the terminal.
View commandsGitHub Discussions, issue tracker, and contributing guidelines. Join the conversation.
Join community