Skip to main content
Updated in 2026.16.0
Socket.IO Endpoint logo
The Socket.IO Endpoint enables you to connect your AI Agent to the Socket.IO client.

Prerequisites

Generic Endpoint Settings

Learn about the generic Endpoint settings on the following pages:

How to Set Up

Setup on the Cognigy.AI Side

  1. In the left-side menu of your Project, click Deploy > Endpoints.
  2. On the Endpoints page, click + New Endpoint.
  3. In the New Endpoint section, do the following:
    1. Select the Socket.IO Endpoint type.
    2. Specify a unique name.
    3. Select a Flow from the list. Save changes.
  4. In the Endpoint editor, go to the Configuration Information section and copy the URL from the Endpoint URL field. The Endpoint URL consists of two parts separated by a slash:
    • The server address (<Socket-Endpoint-URL>), for example, https://endpoint-trial.cognigy.ai.
    • The token (<URLToken>) that comes after the slash, for example, 0e77b9a19f33cb68b3f528b3b28d4b32386162559160ceb9ec85036d83dd8f8b.
    For further configuration, you need to use these two parts separately.

Setup on the Third-Party Provider Side

Messages can be received by listening to the output event. The responses have the following format:
Last modified on August 4, 2026