Skip to main content
Licensed software

Private Deployment

Run Drawbridge inside your own environment as licensed software. The same universal Claude API — Anthropic and OpenAI 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 and OpenAI 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.

Connect your own MCP tool servers

A private-deployment capability: wire in your own MCP tool servers — internal knowledge bases, databases, or APIs — that the model calls server-side, inside your environment. (The hosted service supports your IDE's own tool-calling; operator-configured MCP servers are exclusive to private deployments.)

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_GATEWAY_SECRET="key-for-your-clients" \
  -e DRAWBRIDGE_UPSTREAM_KEY="provided-with-your-license" \
  -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 (gateway secret), the upstream provider credentials, and logging — provided 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
  • Connect your own MCP tool servers (internal KB, databases, APIs)
  • 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.

Prefer email? Reach us at [email protected]