Agent Gateway: Governed AI Agent Platform
A production-style governed AI platform running agents in two operational environments (HR workflows and Support Operations) on one gateway. Same guardrails, same audit trail: the LLM proposes, the gateway decides.
- Risk tiers: Auto · Approval · Block
- 3
- Eval assertions · CI
- 59
- Deployed API + web
- Live
Controlled autonomy
Risk-tiered tool authorization (auto / approval / hard-blocked), enforced in the gateway, not the prompt
Approval workflow re-runs the full policy check before anything executes
ACL-aware RAG filtered by tenant and role at the query level, plus cross-tenant isolation
End-to-end audit: every turn, tool decision, approval, and remediation traced
Delivery & verification
Deterministic eval suite (16 scenarios) incl. adversarial; runs in CI on every push
Provider failover: ox-alpha → Cohere → offline mock
FastAPI on Render, Next.js on Vercel, deployed from main via the render.yaml blueprint
Multi-tenant isolation: Supabase RLS on every tenant-scoped table

