sandbox_env
Replace real API keys and secrets in .env files with deterministic fakes, encrypting and backing up originals for safe restoration later.
Instructions
Replace real values in your .env file with deterministic fake values. Real values are encrypted and backed up to the vault. AI agents reading .env files will only see fakes. Use unsandbox_env to restore real values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Path to the .env file. Defaults to .env in current directory. |