-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
BlackVault — Proxy gateway for AI API keys
GitHub: https://github.com/venkat22022202/black-vault
Live Demo: https://black-vault-murex.vercel.app
License: MIT
What it does
When you share an API key with an AI agent, you cannot revoke just that agent access without rotating the key. BlackVault fixes this with a proxy layer:
Agent → BlackVault (proxy token) → OpenAI/Anthropic/Google (real key)
The agent never sees the real API key. Kill the proxy token = instant 401.
Features
- AES-256-GCM encrypted vault with per-user derived keys
- Proxy gateway with full SSE streaming (OpenAI, Anthropic, Google AI)
- Instant kill switch — revoke per-session, per-key, or everything
- Per-session cost tracking with model-level accuracy
- Activity audit trail
- Self-hostable, open source, free
Tech Stack
Next.js 16 · React 19 · TypeScript · tRPC 11 · Drizzle ORM · Neon Postgres · Upstash Redis · Clerk Auth · Tailwind v4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels