Agent Gateway — Governed AI Agent Platform
A production-style, multi-tenant HR agent platform where employees interact with an AI agent in plain English. The system combines ACL-aware RAG, risk-tiered tool authorization, human approval, and end-to-end audit tracing.
- Risk tiers — Auto · Approval · Block
- 3
- Audit traced
- Every turn
- Deployed API + web
- Live
Controlled autonomy
Risk-tiered tool authorization: every action is auto, requires human approval, or hard-blocked
ACL-aware RAG: retrieval filtered by tenant and role at the query level, not after the fact
Human approval workflows: medium-risk actions route to a manager before executing
End-to-end audit tracing: every turn and tool decision recorded
Delivery
Multi-tenant isolation: Supabase RLS on every tenant-scoped table
FastAPI on Render, Next.js on Vercel, deployed from main via the render.yaml blueprint
Verified end-to-end: chat creates real leave_requests rows with status pending

