Skip to Content
prxy.monster v1 is in early access. See what shipped →
IntegrationsIntegrations
INTEGRATIONS

Use prxy.monster with the tools you already have

prxy.monster speaks the same wire format as Anthropic and OpenAI, so any client that talks to either provider can talk to prxy.monster. For most frameworks the only change is one env var.

The pattern. Set ANTHROPIC_BASE_URL=https://api.prxy.monster (or OPENAI_BASE_URL=https://api.prxy.monster/v1) and your existing code automatically routes through prxy.monster — caching, cost guards, MCP optimization, and pattern memory included. Zero code change for most setups.

AI SDKs

Frameworks

AI coding tools

UI

Don’t see your framework?

If your framework can talk to the OpenAI or Anthropic API, it can talk to prxy.monster. Either set the appropriate *_BASE_URL env var, or pass baseURL (or base_url / api_base / apiBase — the wording varies) to the client constructor.

If you hit a snag, open an issue at github.com/Ekkos-Technologies-Inc/prxy-examples  and we’ll add a guide.

Working examples

Every guide on this page links to a runnable example in the prxy-examples repo . Clone, set two env vars, run.

Last updated on