BETAWe're in beta! If you spot a bug, let us know.

Articles

Guides, tutorials, and best practices for secure secrets management and environment variables.

Security12 min

Your AI Coding Assistant Is Reading Your Secrets

Claude Code, Cursor, Copilot, and other AI coding tools automatically load your .env files into their context. Your API keys, database passwords, and tokens are sent to LLM providers. Here's how to fix it.

By Nicolas Ritouet
Best Practices8 min

Why New Developers Spend Day 1 Hunting for Secrets

A new dev joins your team, clones the repo, runs npm install, then npm run dev. Nothing works. The next 3 hours are spent asking for credentials on Slack. Here's how to fix this.

By Nicolas Ritouet
4 min

Will Keyway Shut Down?

A fair question. You've been burned before. Here's why Keyway isn't going anywhere, and what happens if it does.

By Nicolas Ritouet
5 min

Why I Built Keyway

After 25 years of coding, working on dozens of projects with countless collaborators, I kept seeing the same problem everywhere - sharing environment variables is still broken. So I built a fix.

By Nicolas Ritouet