BETA Free during beta - pricing coming after launch

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.

$ curl -fsSL get.vexly.dev/install.sh | sh
app.vexly.dev/payments-api
Secrets
Production Staging Development
Add secret
DATABASE_URL
••••••••••••••••
STRIPE_SECRET_KEY
••••••••••••••••••••
JWT_SECRET
••••••••••••••
AWS_ACCESS_KEY_ID
••••••••••••••••
REDIS_URL
••••••••••••
Cloud sync active 248 secrets → 7 services
Deploy to your favorite platforms
Vercel logo Vercel
GitHub logo GitHub
Cloudflare logo Cloudflare
Netlify logo Netlify
Fly.io logo Fly.io
Railway logo Railway
Render logo Render
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.

Unlimited projects
Unlimited secrets
All integrations included
No credit card required
Why vexly

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.

Built for AI teams

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.

Terminal No .env files needed
# Store your AI secrets in Vexly (once)
$ vexly set OPENAI_API_KEY "sk-..."
$ vexly set ANTHROPIC_API_KEY "sk-..."
$ vexly set PINECONE_API_KEY "pc-..."
# Run your AI agent with secrets injected
$ vexly run -- python agent.py
✓ Injecting 12 secrets...
✓ Starting agent with GPT-4 and Pinecone
# Switch models without changing code
$ vexly set ACTIVE_MODEL "claude-3-opus"
$ vexly run -- python agent.py
✓ Now using Claude 3 Opus
No .env files · No hardcoding · No agent downloads

Stop committing API keys. Stop sharing them in Slack. Stop the spreadsheet madness.

Secure your AI credentials
Built for the terminal

Your 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.

vexly pull Pull secrets into your local .env
vexly run -- Run any command with secrets injected
vexly claim Claim an anonymous project to your account
vexly env diff Compare values across environments
zsh - vexly
$ vexly login
Authenticated as [email protected]
$ vexly pull --env production
Pulled 248 secrets → .env
$ vexly run -- npm start
Injecting 248 secrets…
Server running on :3000
$
Security first

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.

Strong encryption at rest All secrets encrypted with XChaCha20-Poly1305 before storage.
Per-project encryption keys Each project gets its own unique data encryption key.
Comprehensive audit logging Every action is logged with actor, timestamp, and metadata.
Environment access controls Run-only mode prevents secrets from being pulled to disk.
Posture Security score
XChaCha20-Poly1305
92 / 100
Encrypted at rest with XChaCha20-Poly1305
HTTPS/TLS for all data in transit
Audit logs for all secret operations
Integrations

Syncs everywhere you deploy.

Push secrets straight to the platforms you already ship on. Connect once and Vexly keeps every environment in sync.

Vercel logo Vercel
GitHub logo GitHub
Fly.io logo Fly.io
Netlify logo Netlify
Railway logo Railway
Render logo Render
DigitalOcean logo DigitalOcean
GitLab logo GitLab
Bitbucket logo Bitbucket
CircleCI logo CircleCI
Cloudflare logo Cloudflare

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