Installation
Install Gatekeeper
Install paths are confirmed during assisted onboarding.
Docker target
# Confirm image and flags during assisted onboardingDocker Compose
# Confirm compose path during assisted onboardingValidation Target: Add your first key
gatekeeper keys add openai YOUR_OPENAI_KEYcurl http://localhost:8443/v1/modelsValidation Start
Validate the first request path through Gatekeeper:
gatekeeper statuscurl -H "Authorization: Bearer YOUR_GK_KEY" http://localhost:8443/v1/chat/completions