Proxide Documentation

Proxide is a drop-in AI gateway proxy. Change your baseURL and get automatic failover, per-agent budget limits, PII redaction, semantic caching, and loop detection — without changing anything else.

One-line setup

TypeScript / JavaScript
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: "prox-your-key-here",
  baseURL: "https://gateway.proxide.ai/openai/v1",
});

// Everything else stays the same

Works with any OpenAI-compatible client: Python SDK, JS SDK, curl, LangChain, LlamaIndex, and more.

Documentation

Gateway endpoints

OpenAI-compatiblehttps://gateway.proxide.ai/openai/v1
Anthropic-compatiblehttps://gateway.proxide.ai/anthropic/v1