mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 17:05:58 -05:00
[GH-ISSUE #498] Add BlackVault — Proxy gateway for AI API keys #14208
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @venkat22022202 on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/498
Project Submission
Project Name: BlackVault
URL: https://github.com/venkat22022202/black-vault
Live Demo: https://black-vault-murex.vercel.app
License: MIT
Category: AI Tools / Agent Infrastructure
Description
Open-source proxy gateway for AI API keys. Instead of sharing real API keys with AI agents, you generate proxy tokens. BlackVault injects the real key server-side and forwards requests to OpenAI, Anthropic, or Google AI with full SSE streaming. Kill a session = instant access revocation. No key rotation needed.
Key Features
Tech Stack
Next.js 16, tRPC, Neon Postgres, Upstash Redis, Clerk Auth
Why This Belongs Here
BlackVault solves a critical problem in the LLM ecosystem: securely sharing API keys with AI agents without exposing the real credentials. It's a practical, open-source tool that any developer building with LLMs can use to protect their API keys and control agent access.
@awesomekoder commented on GitHub (Feb 15, 2026):
Hey @venkat22022202 — thanks for sharing BlackVault! However, this repo focuses on self-contained AI/LLM app tutorials, not tool/infrastructure listings. This reads more like a project promotion than a tutorial request. If you'd like to contribute, consider submitting a PR with a self-contained tutorial that teaches a concept (e.g., "Build a secure AI API proxy with rate limiting") using your approach.