vercel_create_env_var
Creates a new environment variable for a Vercel project, setting its key, value, target environments, and optional encryption type.
Instructions
Create a new environment variable for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The name of the environment variable | |
| type | No | The type of the environment variable (default: encrypted) | |
| value | Yes | The value of the environment variable | |
| target | Yes | The environments where this variable should be available | |
| projectId | Yes | The ID of the project |