Skip to content

Instantly share code, notes, and snippets.

View r1cc4rd0m4zz4's full-sized avatar
๐Ÿ‚

Riccardo Mazza r1cc4rd0m4zz4

๐Ÿ‚
View GitHub Profile
@r1cc4rd0m4zz4
r1cc4rd0m4zz4 / README.md
Last active July 7, 2026 22:18 — forked from mattpocock/README.md
agent-proxy - fork with configurable upstream URL. Works with any Anthropic-compatible API, not just api.anthropic.com. Based on @mattpocock's original.

agent-proxy - fork with configurable upstream

Fork of Matt Pocock's agent-proxy with one improvement: the upstream URL is now configurable via UPSTREAM_URL env var.

Why

The original only forwards to api.anthropic.com over HTTPS on port 443. This fork lets you point the proxy at any Anthropic-compatible API:

# Default - works like the original