Agnos LLM gateway proxy

Contain Any LLM Gateway Behind One Control Plane

Visit Website
August 23, 2026 Show IH: Agnos Proxy - Contain LiteLLM, Bifrost & Portkey Behind One Control Plane

Hey IH! πŸ‘‹

I'm building Agnos Proxy - the first gateway-agnostic control plane for LLMs.

The Problem That Drove Me Here:

Every LLM gateway is a bet. You pick one and you're locked in.

  • LiteLLM β†’ Great reach (100+ providers). But 2026 CVEs proved your keys are at risk when translation code runs next to your vault.

  • Bifrost β†’ Blazing fast (sub-100Β΅s). But limited provider support.

  • Portkey β†’ Beautiful UI + prompt management. But pricing doesn't scale.

  • Kong β†’ Enterprise-grade. But retrofitted for LLMs, not built for them.

You shouldn't have to choose.

The Insight:

Most gateways fuse two jobs:

  1. Control plane (keys, budgets, guardrails, audit) - your valuable asset

  2. Data plane (translation to providers) - fast-moving third-party code

When they're fused, a vulnerability in the translation code can reach your entire key vault. This is exactly what happened with LiteLLM in 2026.

The Solution: Agnos Proxy

Agnos decouples these jobs. Your control plane + encrypted vault stay in your infrastructure. Translation engines (LiteLLM, Bifrost, Portkey, Kong, built-in) become swappable, stateless commodities behind one endpoint.

What This Means For You:

βœ… Gateway-Agnostic - Swap or combine ANY gateway with one config change
βœ… Security - Keys stay in your vault, engines hold zero keys
βœ… One Endpoint - Your apps never change, no matter which gateway runs underneath
βœ… Performance - ~1ms overhead
βœ… Cost Control - Hierarchical budgets + rate limits + per-request cost attribution
βœ… Guardrails - PII/secret detection, CEL rules, block/redact/audit
βœ… Observability - OTEL traces, Prometheus metrics, live dashboard
βœ… MIT-Licensed - Self-hosted forever

Install in 60 Seconds:

bash

curl -fsSL https://raw.githubusercontent.com/siva010928/agnos-proxy-oss/main/install.sh | sh

Repo/Website Links:

Why This Matters For Indie Hackers:

The gateway market never stops moving. Prices change, providers get added, CVEs get disclosed, new gateways launch. Agnos makes sure you never have to bet on one gateway again.

Whether you're building a side project or scaling to thousands of requests/day, Agnos gives you the flexibility to adapt without rewriting your app.

What's Next:

  • πŸ”œ v1.0 - Stable APIs + production hardening

  • πŸ”œ Managed cloud (for teams who don't want to self-host)

  • πŸ”œ Enterprise SSO (OIDC)

  • πŸ”œ More engine adapters

Would Love Your Feedback:

  • What gateways are you using?

  • What providers do you need support for?

  • What's your biggest pain point with LLM infrastructure?

Drop your thoughts below! πŸ‘‡

1 Comment

  1. 1

    The strongest insight is separating the control plane from the translation layer. Making gateways replaceable without moving keys or changing application integrations addresses both vendor lock-in and the security boundary at the same time.

About

Every LLM gateway is a bet. LiteLLM has CVEs that expose your keys. Bifrost is fast but lacks provider reach. you shouldn't have to choose. Agnos exists so you can contain ALL gateways safely, swap them dynamically....