Access Control
Chatagentive allows you to control who can view or interact with your chatbot through multiple access control strategies.
API Key-Based Access
Only users with a valid API key can initialize the widget:
js
ChatAgentiveWidget?.init({ apiKey: 'YOUR_API_KEY', containerId: 'chatagentive-widget', });