Secret manager

To keep sensitive data like API keys and passwords secret, instead of including those in plaintext in code you can now use the secret manager to store them and retrieve them in code only when needed. To do so, open the secret manager from the settings menu

Once the secret data is there and given a name, you can retrieve the secret in your code using context.get_secret('my_secret_name').