You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embedding chat widget requires exposing API key in the browser, contradicting docs/dashboard guidance. Is this deployable for a public-facing production chatbot? #46
Do not share your API key with others, or expose it in the browser or other client-side code.
Questions / requests:
Is exposing the key in the browser intended for production use?
If not, could the readme in this repo also include a recommended production pattern (e.g., a backend proxy example) and clarify that the embed snippet is for demos only?