
The environment variables button on the bottom bar.

The environment variables page.
os.environ dictionary.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Store keys, settings, and other values as environment variables that you can use.

The environment variables button on the bottom bar.

The environment variables page.
os.environ dictionary.
import os
your_env_var = os.getenv('YOUR_ENV_VAR')
print(your_env_var)