Can someone explain in simply terms what an API ke...
# 🌎general
m
Can someone explain in simply terms what an API key is?
e
Hey @modern-memory-94096, an API key is like an password that allows people or bots to make requests to a server
If you use external services within Botpress, like Notion or Airtable, you will have to use an API key for that services in order to make requests and get responses from them.
You could store the keys as a Bot variable, so that it will be the same for all users, and they won't be able to read it.
Let me know if that helps!