GATEKEEPER
Installation

Install Gatekeeper

Your AI API gateway running in under 3 minutes.

Docker (recommended)
docker run -d --name gatekeeper -p 8443:8443 gatekeeper-ai/gateway:latest
Docker Compose
curl -fsSL https://get.gatekeeper.run/compose | sh

Post-Install: Add your first key

gatekeeper keys add openai YOUR_OPENAI_KEY
curl http://localhost:8443/v1/models

Quick Start

Route your first request through Gatekeeper:

gatekeeper status
curl -H "Authorization: Bearer YOUR_GK_KEY" http://localhost:8443/v1/chat/completions