Gatekeeper
Installation

Install Gatekeeper

Install paths are confirmed during assisted onboarding.

Docker target
# Confirm image and flags during assisted onboarding
Docker Compose
# Confirm compose path during assisted onboarding

Validation Target: Add your first key

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

Validation Start

Validate the first request path through Gatekeeper:

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