Quickstart

It takes about 10 minutes and shouldn't slow anything down.

1. Pull the image

docker pull bridgekeeper/containment:latest   # [TEAM: confirm registry path]

2. Run it in front of your proxy

docker run -p 8080:8080 \
  -e UPSTREAM=http://litellm:4000 \
  bridgekeeper/containment:latest

3. Point your gateway plugin at it

LiteLLM, Ollama, and Bifrost each load Bridgekeeper as a drop-in. Configuration is identical in shape across proxies.

4. Wire the update channel

# Kubernetes update path for the license-keyed protection feed
kubectl apply -f bridgekeeper-update-channel.yaml   # [TEAM: publish manifest]