Credentials management in the Secret Vault

Follow security best practices by storing sensitive information, such as account credentials, outside of your script. When you save a value in the Secret Vault, a tag automatically appears below the code editor. Click the tag to copy a reference to the secret you created, then paste the reference into your script. The reference is evaluated and the actual secret value is used when the script runs.

The Secret Vault is the ideal place to store account information like the client IDs and client secrets needed to create integrations.

  1. Click Manage to open the Secret Vault.

    Manage sensitive IDs referenced by your script

    Manage sensitive IDs referenced by your script

  2. Click New to create a new secret.

    Create a new secret value

    Create a new secret value

  3. In the Edit Secret window, enter a name and description. Then, enter the secret value, such as an account ID, in the Secret field.

    Enter a new secret value

    Enter a new secret value