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:
ChatAgentiveWidget?.init({
apiKey: 'YOUR_API_KEY',
containerId: 'chatagentive-widget',
});