Manage application env vars
applicationEnvsManage environment variables for an application: list, create, update, upsert, bulk update, and delete. Secrets are masked by default.
Instructions
Manage environment variables for an application. Actions: list (secrets masked unless showSecrets), create, update, upsert (create or update by key), bulk_update (pass envs array), delete (needs env_uuid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| envs | No | For bulk_update: full list of env vars to apply | |
| uuid | Yes | Application UUID | |
| value | No | ||
| action | Yes | ||
| env_uuid | No | Required for delete | |
| is_literal | No | ||
| is_preview | No | ||
| showSecrets | No | ||
| is_multiline | No |