Keyzilla is a platform for managing API keys and secrets across projects and teams. it gives you a global access over your api keys.
- Centralized API key management
- Multi-tenant architecture with encrypted key sharing
- CLI tool for easy interaction
- TypeScript support
- Integration with t3-env for type-safe environment variables see here
- Works with Vercel, Railway, Netlify, and other platforms
Install:
npm install keyzilla
To pull the keys from the dashboard:
npx keyzilla pull
to use the keys in your project, you can use the following code:
import { k } from "keyzilla";
See CONTRIBUTING.md
Keyzilla offers a free trial to its software as well as a paid subscription for organizations and companies so we give a portions of our revenue to all the FOSS we use in our project to support them and and also as a thanks for making the keyzilla journey easy and enjoyable.
MIT