- API Tokens
- Private IP Addresses
- Usernames and passwords
If you need your variable to be available globally but don’t need/want to store it securely, use a bot variable.
Need help getting started with variables? Check out our introduction to variables.
Create a configuration variable
To create a configuration variable:- In the Studio, select Bot Settings from the bottom-left corner.
- Scroll to the Configuration Variables section:

- Select +, then enter a Name and Value for your variable:

Read a configuration variable
You can useenv.variablename
to read a configuration variable. For example, in an Execute Code Card:
