GET
/
aiAgents
/
availableDefaults
curl --request GET \
  --url https://demo.enneo.ai/api/mind/aiAgents/availableDefaults
{
  "availableAiAgents": [
    {
      "name": "Basis-Agent",
      "description": "Erledigt grundlegende Aufgaben und ist mit Branchendaten vortrainiert.",
      "channels": [
        "email",
        "phone",
        "chat",
        "letter"
      ],
      "intelligence": "smart",
      "settings": {},
      "id": 1,
      "slug": "basic_task_agent",
      "createdAt": "2023-08-08 18:53:23",
      "modifiedAt": "2025-06-06 09:19:24"
    }
  ],
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200
application/json

Successful operation

The response is of type object.