Project Variables

Project owners or collaborators can add, modify, or delete project level environment variables. These variables are stored securely and can hold sensitive information, such as credentials.

Set environment variables
  1. Open your Project and click Settings.

  2. In the Environment variables section, add the following:

    1. Name: Enter the variable name. For example, YOUR_NAME_SHARED_KEY.

    2. Value: Enter a value for the variable. The maximum length for a value is 64K.

  3. Click Set Variable.

You can send the values exactly as they are without adding escaping characters.

Next steps