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.
POST /projects/{projectId}/env-vars
Parameters
Path Parameters
projectId string Required
The unique identifier of the project where environment variables should be created.
Query Parameters
decrypted enum
Whether to return decrypted values. Defaults to false (encrypted).
Possible values:
true
false
Request Body
environmentVariables object[] Required
An array of environment variables to create with key and value fields.
Array items:
key string Required
The name of the environment variable.
value string Required
The value of the environment variable.
Response
Response Body
object string Required
data any[] Required
Array items: string