Basically just have each sets of credentials in a script, and whenever you need to use something that needs a key, you source the script you need first.
Then each of those scripts are something like
export MY_API_KEY="$(bw get password whatever)"
Basically just have each sets of credentials in a script, and whenever you need to use something that needs a key, you source the script you need first.
Then each of those scripts are something like
export MY_API_KEY="$(bw get password whatever)"