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
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
- AES-256-GCM Encrypted Vault — API keys are encrypted at rest
- Per-Session Cost Tracking — monitor spend per agent session
- Instant Kill Switch — revoke agent access immediately, no key rotation
- Agent Registry — manage proxy tokens for multiple agents
- Workflow Blueprints — pre-built agent workflow templates
- Full SSE Streaming — supports OpenAI, Anthropic, and Google AI providers
Tech Stack
Next.js 16, tRPC, Neon Postgres, Upstash Redis, Clerk Auth
Why This Belongs Here
BlackVault is a practical, open-source AI application that addresses API key security for AI agents — a common pain point for developers building LLM-powered applications.