GatekeeperAI provides an on-premises solution for enterprise teams to securely adopt AI applications. With automated scanning, human review, and isolated deployment, it ensures that only approved apps gain access, all while simplifying workflow management and enhancing security without compromising ease of use.
GatekeeperAI is an on-premises platform designed to empower enterprise teams to safely integrate both third-party and internal AI applications. This comprehensive solution ensures that every application undergoes rigorous automated security scanning, human oversight, and sandboxed deployment before it is accessible to users.
| Layer | Technology |
|---|---|
| Backend API | FastAPI + SQLAlchemy 2.0 async + PostgreSQL 16 |
| Task Queue | Celery + Redis |
| Container Runtime | Docker SDK (Python) |
| LLM | Anthropic Claude API |
| Frontend | Next.js 16 (App Router) + Tailwind CSS |
| Auth | JWT (access + refresh) with Redis-backed JTI rotation |
backend/ FastAPI application, scanners, Celery workers, Alembic migrations
frontend/ Next.js web application
infra/ Docker Compose configuration
worker/ Celery task definitions (deploy, SLA checks)
| Role | Can Do |
|---|---|
ic (individual contributor) | Submit apps, view own apps and scan results |
approver | Everything an IC can do, plus review and decide on pending approvals, view all deployments |
admin | Everything an approver can do, plus manage users, stop/start deployments, view audit logs |
New users are created by administrators; there is no public self-registration available.
No comments yet.
Sign in to be the first to comment.