Developer Documentation
DAR Open Network
  • Overview
  • DAR ID
    • Introduction
    • Client ID Registration
    • Authentication
      • 1. Request DAR ID Identity
      • 2. Exchange Code for Access Token
      • 3. Refresh Access Token
      • 4. Get Access Token Details
      • 5. Get User DAR ID Information
    • Security Best Practices
  • DeAI
    • Multi-Agent Framework
      • Development Guide
      • Agent Options
      • Endpoints Overview
    • aiNFT Framework
      • Overview
      • Chat with an NFT Agent
      • Generate a Story for an NFT Agent
      • Group Chat Between Multiple NFT Agents
    • Game Asset Generator
Powered by GitBook
On this page
  1. DeAI
  2. Multi-Agent Framework

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.

PreviousAgent OptionsNextaiNFT Framework

Last updated 4 months ago