Skip to content

Comments

Add BlackVault — Proxy gateway for AI API keys#135

Open
venkat22022202 wants to merge 1 commit intoArindam200:mainfrom
venkat22022202:add-blackvault
Open

Add BlackVault — Proxy gateway for AI API keys#135
venkat22022202 wants to merge 1 commit intoArindam200:mainfrom
venkat22022202:add-blackvault

Conversation

@venkat22022202
Copy link

Summary

  • Adds BlackVault to the Advanced Agents section in the README
  • BlackVault is an open-source proxy gateway for AI API keys — agents never see the real key. Generate proxy tokens, and BlackVault injects the real key server-side and forwards requests to OpenAI, Anthropic, Google AI, and Nebius AI with full SSE streaming. Kill a session for instant access revocation.
  • Built with Next.js, tRPC, Neon Postgres, and Upstash Redis
  • Licensed under MIT

Closes #134

Nebius AI support was added as requested by @shivaylamba.

Tech Stack

  • Next.js + tRPC — full-stack framework and type-safe API layer
  • Neon Postgres — serverless database for vault storage
  • Upstash Redis — rate limiting and session caching
  • SSE streaming — real-time proxy forwarding for OpenAI, Anthropic, Google AI, and Nebius AI

Test plan

  • Verify the README entry renders correctly and links to the correct repository
  • Confirm the project count in the Advanced Agents section is updated to 15
  • Check that the entry format matches existing entries in the list

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Collaborator

@shivaylamba shivaylamba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an example showing Nebius Token Factory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add BlackVault — Proxy gateway for AI API keys

2 participants