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:latestDocker Compose
curl -fsSL https://get.gatekeeper.run/compose | shPost-Install: Add your first key
gatekeeper keys add openai YOUR_OPENAI_KEYcurl http://localhost:8443/v1/modelsQuick Start
Route your first request through Gatekeeper:
gatekeeper statuscurl -H "Authorization: Bearer YOUR_GK_KEY" http://localhost:8443/v1/chat/completions