Store secrets once. Sync them everywhere.
The secrets platform for modern teams - encrypted storage, a CLI for local dev, and automatic cloud sync to every platform you deploy to. Free while in beta.
Currently in Public Beta
Vexly is free to use during our beta period. We're actively developing new features and would love your feedback. Pricing will be introduced after we exit beta, with advance notice to all users.
Everything your secrets need.
Nothing they don’t.
One source of truth for every secret - encrypted, versioned, and synced across every environment and provider your team ships to.
One CLI for everything
Pull secrets into your local env and run any process fully injected - in seconds, no copy-paste, no .env sprawl.
End-to-end encryption
AES-256, encrypted at rest and in transit.
Real-time sync
Changes propagate to every provider the moment you save.
Reusable libraries
Share secret sets across many projects from one place.
Full audit trail
Every read, change, and sync is logged and attributable.
Your AI agents deserve better than hardcoded keys
Modern AI development means juggling dozens of API keys. Model providers, vector databases, observability tools - Vexly keeps them organized, secure, and instantly available wherever you deploy.
Multi-model development
Switch between GPT-4, Claude, Gemini, and open models by changing environment variables - no code changes needed.
Agent-ready infrastructure
Your AI agents need API keys, database credentials, and service tokens. Inject them securely without hardcoding.
Protect expensive API keys
Share AI credentials across your team without exposing them. Track usage and rotate keys without breaking production.
$ vexly set OPENAI_API_KEY "sk-..."
$ vexly set ANTHROPIC_API_KEY "sk-..."
$ vexly set PINECONE_API_KEY "pc-..."
$ vexly run -- python agent.py
✓ Injecting 12 secrets...
✓ Starting agent with GPT-4 and Pinecone
$ vexly set ACTIVE_MODEL "claude-3-opus"
$ vexly run -- python agent.py
✓ Now using Claude 3 Opus
Stop committing API keys. Stop sharing them in Slack. Stop the spreadsheet madness.
Secure your AI credentialsYour terminal is the control panel.
One install, zero config. Pull secrets into your local environment and run any process with them injected - without leaving the shell. Provider syncing runs automatically in the cloud, so there's nothing to push.
Secrets that stay secret.
Security isn't a feature you bolt on - it's the foundation. Vexly encrypts all secrets at rest, uses secure transport protocols, and maintains detailed audit logs for compliance and debugging.
Syncs everywhere you deploy.
Push secrets straight to the platforms you already ship on. Connect once and Vexly keeps every environment in sync.
More providers on the way · or push anywhere with the API
Take control of your secrets.
Currently in beta and completely free. No credit card required. Get started in under a minute.
$ curl -fsSL get.vexly.dev/install.sh | sh