Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.slai.io/llms.txt

Use this file to discover all available pages before exploring further.

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. Add your secret variables using the Secrets Manager

Using secrets inside your projects

You can access secrets inside your projects through the os.environ() object:
very_secret_key = os.environ['SLAI_VERY_SECRET_KEY']