I have a question.
I created a chatbot app followin this link and deployed it.
This app requires users to enter their own API Key. What I’m concerned about is whether a password or API key might be exposed on the server or accessible to the app administrator when I enter it.
If it does get exposed, is there a way to prevent anyone from accessing it?
It is not totally clear to me what you mean by “exposed”. Of course the application needs to know the API key in order to make the API calls work.
It might be, if it is coded in a way that allows it.
Not as a user of the application. Do not enter sensible data in an application you don’t trust.