Use dotenvx across your team, infrastructure, agents, and more.
Radar. Ops' Radar feature watches every app launch, process, or container, capturing the exact environment variables injected at runtime. Total visibility across dev, staging, and production.
DB. Ops DB tracks every change to your envs across time. View diffs, roll back instantly, and understand who changed what, where, and when.
Sync. Keep your environment variables in sync across teammates, servers, and CI machines with secure, automated updates and zero manual hassle.
Dotenvx Ops is commercial tooling for dotenvx.

Changelog
2025-09-18
Rename Dotenvx Radar to Dotenvx Ops.
Radar becomes a feature of Dotenvx Ops.
2025-09-17
Introduce organizational accounts.
2025-08-25
Smart reuse of existing tokens by device.
Added ability to delete token.
Create env files when syncing.
2025-08-23
Added organizations – to make way for teams.
Moved projects to organizational ownership schema.
Added ability to delete account.
Added list of personal oauth tokens to settings page.
Mark device during cli login handshake.
Connected devices to users in schema.
Connected devices to oauth requests in schema.
2025-08-18
Added `dotenvx-ops sync` command.
2025-08-16
Laid foundations for sync system.
2025-08-14
Simplified observations system.
2025-08-13
Added basic search to observations, keys, and projects.
2025-08-12
Changed UI to three sections - Radar, DB, and Sync.
2025-08-01
Added administration system.
2025-07-27
Added Pay page.
Wired Stripe webhook and callbacks up to Pay page and supporting endpoints.
2025-07-23
Added backups section and download.
2025-07-22
Improved UI display of key/values.
Added logic to handle observations from different git branches.
2025-07-21
Moved observations system to a schedule.
Added billing section to settings page.
Added system for locking out unpaid users.
2025-07-19
Added `dotenvx-ops status` command.
2025-07-16
Added observations system for idempotentently generating .env files, key/values, and projects from observation data.
2025-07-15
Added `dotenvx-ops status` command.
Added `dotenvx-ops settings` command.
Added observation of git and systeminfo to `dotenvx-ops observe` command.
2025-07-14
Added `dotenvx-ops logout` command.
Added bearer token support to `dotenvx-ops observe` command.
Added `dotenvx-ops login` command.
Added oauth token system to API and UI.
Added API logout system.
Added observations UI.
2025-07-11
Added API observe system.
2025-07-09
Added `dotenvx-ops observe` command.
Added `observe()` function.
2025-07-09
Added `dotenvx-ops observe` command.
Added `observe()` function.
2025-07-08
Added authentication system to API and UI.
Added error monitoring to API and UI.
Stood up production hosting infra.
Added BI tool.
Added background queuing system.
2025-07-01
Added `install.sh` script.
Added hosting for `install.sh` script.
Added automated publishing for `install.sh` at dotenvx.sh/ops.
Added automated publishing of builds for darwin-amd64, darwin-x86_64, darwin-arm64, linux-amd64, linux-x86_64, linux-arm64, linux-aarch64, linux-armv7l, windows-amd64, and windows-x86_64 on tagged releases.
First lines of Ops code 🏰.