### Enable User Authentication in Agent Configuration Source: https://gdplabs.gitbook.io/glchat/llms-full.txt Configure tools and MCPs to require user authentication by setting 'user_authentication: true'. This applies to connectors integrated via GL Connectors. ```yaml tool_configs: : user_authentication: 'true' mcp_configs: : user_authentication: 'true' ``` -------------------------------- ### GLChat Backend API - Chatbot Source: https://gdplabs.gitbook.io/glchat/glchat/organization-admin/how-to-guides/ai-agent This section details the API endpoints for managing chatbots, which are the core of the AI agent functionality. It covers operations related to chatbot creation, retrieval, and management. ```APIDOC ## API References - GLChat Backend API - Chatbot ### Description Provides endpoints for managing AI chatbots within the GLChat system. This includes functionalities for creating, updating, deleting, and retrieving chatbot configurations and their associated data. ### Endpoint `/glchat/sdk/resources/api-references/glchat-backend-api/chatbot` ### Parameters (No specific parameters are detailed in the provided source for this general API reference section. Specific operations within this API would have their own parameters.) ### Request Body (No specific request body structures are detailed in the provided source for this general API reference section. Specific operations within this API would have their own request body requirements.) ### Response (No specific response structures are detailed in the provided source for this general API reference section. Specific operations within this API would have their own response structures.) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.