Create Environment Variables
Creates new environment variables for a given project. This endpoint will fail if any of the specified environment variable keys already exist, unless upsert is set to true.
Usage
API Signature
Request
Path Parameters
The unique identifier of the project where environment variables should be created.
Query Parameters
Whether to return decrypted values. Defaults to false (encrypted).
Body
An array of environment variables to create with key and value fields.
The name of the environment variable.
The value of the environment variable.
Whether to overwrite existing environment variables with the same keys. Defaults to false.
Response
A unique identifier for the environment variable.
The object type.
The name of the environment variable.
The value of the environment variable.
Whether the value is decrypted or encrypted.
The timestamp when the environment variable was created.
The timestamp when the environment variable was last updated.