Skip to main content
Licensed software

Private Deployment

Run Drawbridge inside your own environment as licensed software. The same universal Claude API — Anthropic, OpenAI, and Gemini formats — with the network boundary fully under your control.

Your network boundary

Drawbridge runs entirely inside your environment. Requests never leave the perimeter you control — ideal for strict data-handling and compliance requirements.

Identical API

The same multi-format endpoint as the hosted service. Anthropic, OpenAI, and Gemini formats all work identically in either place, with no code changes.

Runs where you run

Delivered as a container image. Run a single instance or multiple replicas behind your own load balancer and TLS termination.

Commercial license & support

Licensed software with a support agreement, onboarding, and volume pricing. Not open-source and not redistributable.

How it runs

Drawbridge is delivered as a container image. Configure it with a few environment variables, expose the port, and it serves the same universal API as the hosted service — all formats supported.

Run the container
docker run -d \
  -e DRAWBRIDGE_LICENSE_KEY="your-license-key" \
  -e DRAWBRIDGE_API_KEY="key-for-your-clients" \
  -p 8080:8080 \
  drawbridge/drawbridge:latest

# Health check
curl http://localhost:8080/health

# Send a request — same API as the hosted service
curl http://localhost:8080/v1/chat/completions \
  -H "Authorization: Bearer key-for-your-clients" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-sonnet-4-6","messages":[{"role":"user","content":"Hello!"}]}'

Run a single instance or scale out with multiple replicas behind your own load balancer and TLS termination. Configuration covers the listen port, your client API key, logging, and the license key — distributed with your license and onboarding.

What you get

  • Licensed Drawbridge software as a container image
  • The same universal multi-format API as the hosted service
  • Claude Opus & Sonnet, including the smart model
  • Support agreement, onboarding, and volume pricing

What it isn't

  • Not open-source and not source-available
  • Not redistributable or resellable
  • No public repository to clone
  • Licensed per agreement — talk to sales for terms

Ready to deploy privately?

Tell us about your environment and volume, and we'll get you set up with a license.

Talk to sales