SDKs, CLI, REST API, and integrations — everything developers need to manage secrets programmatically.
Explore Developer DocsNode.js, Python, Go, Java, PHP, .NET, Ruby, Rust, Android (Kotlin), and iOS (Swift).
Pull, push, diff, and sync secrets from your terminal.
Full CRUD API with Bearer token auth and rate limiting.
GitHub Actions, GitLab CI, Bitbucket Pipelines out of the box.
Real-time notifications when secrets change. Trigger deployments.
Inject secrets directly into your app at runtime. No files on disk.
$ zeonvault login ✓ Session saved to ~/.zeonvault/session $ zeonvault link ✓ Linked to project: my-app (production) ✓ Identity: local developer (admin@zeonedge.com) $ zeonvault secrets list ✓ 23 secrets available for my-app/production DATABASE_URL, STRIPE_SECRET, REDIS_HOST... $ zeonvault diff --env production --env staging + FEATURE_FLAG_NEW_UI=true (only in staging) ~ DATABASE_URL (different values) - DEPRECATED_KEY (only in production)