Developer Tools

SDKs, CLI, REST API, and integrations — everything developers need to manage secrets programmatically.

Explore Developer Docs

Official SDKs

Node.js, Python, Go, Java, PHP, .NET, Ruby, Rust, Android (Kotlin), and iOS (Swift).

CLI Tool

Pull, push, diff, and sync secrets from your terminal.

REST API

Full CRUD API with Bearer token auth and rate limiting.

Git Integrations

GitHub Actions, GitLab CI, Bitbucket Pipelines out of the box.

Webhooks

Real-time notifications when secrets change. Trigger deployments.

Config Injection

Inject secrets directly into your app at runtime. No files on disk.

CLI in Action

$ 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)

Built by developers, for developers

Get Started Free