> For the complete documentation index, see [llms.txt](https://dar-open-network.gitbook.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dar-open-network.gitbook.io/developers/deai/multi-agent-framework/endpoints-overview.md).

# Endpoints Overview

You have three WebSocket endpoints to interact with:

* **Connect Endpoint**:
  * **URL**: `wss://deAI.dalarnia.com/prod/connect`
  * **Purpose**: Establishes a WebSocket connection to the server.
* **Disconnect Endpoint**:
  * **URL**: `wss://deAI.dalarnia.com/prod/disconnect`
  * **Purpose**: Closes an active WebSocket connection.
* **Send Message Endpoint**:
  * **URL**: `wss://deAI.dalarnia.com/prod/sendMessage`
  * **Purpose**: Sends a message through the WebSocket.
