Skip to content

Guide

Welcome to the API Gateway guide! This documentation will help you get started with API Gateway and learn how to use its features.

What is API Gateway?

API Gateway is an easy, powerful, and flexible self-hosted API gateway built with Go. It provides:

  • Simple Configuration: YAML-based configuration that's easy to understand and maintain
  • Flexible Routing: Support for prefix and regex-based path matching
  • Path Rewriting: Advanced path rewriting rules for request transformation
  • Plugin System: Extensible plugin architecture for custom functionality
  • Health Checks: Built-in health check for gateway and backend services
  • Service Discovery: DNS-based service discovery
  • Authentication: Support for various authentication methods

Quick Navigation

Getting Help

Released under the MIT License.