Gateway Proxy
Route LLM traffic through the gateway for zero-code governance.
The Gateway Proxy is the simplest integration. Point your existing LLM client at the Palveron gateway URL — no code changes needed.
OpenAI (Node.js)
const openai = new OpenAI({
baseURL: 'https://gateway.palveron.com/v1',
apiKey: 'sk-your-openai-key',
defaultHeaders: { 'X-Palveron-Key': 'pv_live_abc123...' }
});Fail Mode
| Value | Behavior |
|---|---|
OPEN (default) | Requests pass through when the gateway is unreachable |
CLOSED | Requests are blocked when the gateway is unreachable |