Documentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
Introduced the Cognigy MCP Server, connecting MCP clients like Claude, Codex, Cursor, and VS Code to the Cognigy.AI REST API. The server enables creation, testing, and iterative improvement of LLM-based AI Agents through a self-improvement loop.
2026.8.3
Cognigy.AI
Released May 6, 2026Bug Fixes
- Fixed the issue where the Simulator wasn’t accessible for on-premises installations with their own ingress controller implementation
- Fixed the issue where one end user calling AI Agents in different Projects in the same organization resulted in a single shared Contact Profile across Projects. This led to different AI Agents considering the end user as a recurring caller. Now, each Project creates their respective Contact Profiles separately in such cases
2026.8.2
Cognigy.AI
Released April 22, 2026Improvements
- Increased the LLM request timeout for the Simulator from 10,000 ms to 20,000 ms. For on-premises installations, the LLM request timeout is now configurable via the
SIMULATION_LLM_TIMEOUT_MSenvironment variable. The default value is 20,000 ms
Cognigy Insights
Released April 22, 2026Bug Fixes
- Fixed the issue in the Transcript explorer where session transcripts for Webchat v2 and v3 Endpoints didn’t show AI Agent messages that only contained buttons or quick replies
2026.8.1
Cognigy.AI
Released April 16, 2026Bug Fixes
- Fixed the issue where Extensions imported via Snapshot failed with the error
Unable to find extension module. The stored file path in the Extension referenced the original pre-import ID instead of the new ID generated during the Snapshot import. The issue occurred after upgrading to Cognigy.AI 2026.7.1 - Fixed the issue where users couldn’t access the Simulator in a Project due to internal authentication and authorization checks
Cognigy Voice Gateway
Released April 20, 2026Bug Fixes
- Fixed the issue where a Say verb containing only an
<audio>tag without any text for voice output didn’t play the audio - Fixed the issue where storing Microsoft Azure Speech Services credentials in on-premises installations required an invalid
regionfield
Cognigy Insights
Released April 16, 2026Improvements
- Improved Insights stability
2026.8.0
Cognigy.AI
Released April 14, 2026Features
Retrieve Knowledge Node
Introduced the NiCE CXone Retrieve Knowledge Node. With this Node, you can retrieve knowledge from NiCE CXone Knowledge Hub and provide accurate information to your AI Agent. The Retrieve Knowledge Node is supported only in Cognigy.AI installations hosted in the following environments:cognigy-na1.nicecxone.comcognigy-na3.nicecxone.comcognigy-ca1.nicecxone.comcognigy-uk1.nicecxone.comcognigy-au1.nicecxone.comcognigy-jp1.nicecxone.com
Improvements
- For the NiCE CXone handover provider:
- Added the Display Agent Details toggle to the Handover to Human Agent and Question Nodes. This toggle allows you to display the human agent’s name and profile image in Webchat
- Added support for the On Resolve Options setting in the Handover to Human Agent Node
- Added support for bi-directional typing indicator in Webchat v3
- Added detection of the
ONRELEASEaction to determine when a human agent ends the conversation
- Included legacy API keys on the My Profile page with the Legacy tag
- Improved error response text for failed Create and Update handover provider API requests
- Improved the detection to determine when human agents end conversations on Salesforce MIAW by using the
CONVERSATION_SESSION_STATUS_CHANGEDevent instead ofCONVERSATION_PARTICIPANT_CHANGED
Bug Fixes
- Fixed the issue where the LLM connection set at Project-level wasn’t used in attached Flows when the Override Snapshot Connections options were activated in the Endpoint
- Fixed the issue where deactivating a Contact Profile with data deletion didn’t set the Contact Profile to inactive
- Fixed the issue where JSON API responses using the HAL convention returned the internal host URL in embedded link URLs (
hrefs) instead of the configured custom service URL - Fixed the issue where messages added through the Add Transcript Step Node were ignored in LLM calls
- Fixed the issue where autogenerated scenarios failed when goals were included in the scenario configuration
Cognigy Voice Gateway
Released April 14, 2026Bug Fixes
- Fixed the issue where Say Nodes with text content including only whitespace or empty speech synthesis markup language (SSML) blocked Flow execution
Cognigy Insights
Released April 14, 2026Bug Fixes
- Fixed the issue where assigning
eq nullorne nullto the$filterquery parameter in requests to OData endpoints returned no results. Now, null comparisons correctly filter records with missing values
Infrastructure
Cognigy.AI + Insights + Agent Copilot
For on-premises installations, the.Values.traefik.enabled feature flag is no longer used to control whether Traefik middleware resources are created. To control this mechanism, set the new ingress.ingresController feature flag in values.yaml:
- To activate the creation of Traefik middleware resources, set:
- To prevent the creation of Traefik middleware resources, set:
This option is necessary if you use non-Traefik controllers, such as NGINX, and set
traefik.enabled: falsein earlier releases.