Adding a new secret
Secrets are managed in the Settings page, under Secrets. To create a new secret, click Create new secret. You’ll be prompted to enter a name and value.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Beam includes a secrets manager that allows you to use secrets across your projects.

import os
my_secret = os.environ['MY_SECRET']