BUZZ AI Gateway

BUZZ AI Gateway Documentation

Drop-in compatible with the Anthropic, OpenAI, and Google Gemini SDKs. Transparent byte-for-byte forwarding, native Prompt Caching, full Tool Use fidelity, zero data retention.

One call

Three lines and you are talking to Claude.

curl https://buzzai.cc/v1/messages \
  -H "Authorization: Bearer $BUZZ_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-6",
    "max_tokens": 80,
    "messages": [{"role": "user", "content": "Hello"}]
  }'

API Reference

Complete reference for every endpoint, with verified request/response shapes.

Guides

Step-by-step walkthroughs for every common integration path.

Concepts

The mental models behind BUZZ.

Recipes

Production-ready patterns you can copy-paste.