We already support it. Point your base URL at https://api.ppq.ai and use /v1/messages — native Anthropic Messages format, streaming included.
Claude Code works out of the box:
ANTHROPIC_BASE_URL=https://api.ppq.ai
ANTHROPIC_AUTH_TOKEN=<your-ppq-key>
Nice side effect: you can call non-Anthropic models through it too — gpt-5.5, Gemini, whatever — and get Anthropic-shaped responses back.
We've also got a change landing that accepts x-api-key, so the stock Anthropic SDK works with nothing but a base_url swap. Thanks for the nudge — it's what surfaced it.
