English
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/aiAgents/availableDefaults \ --header 'Authorization: Bearer <token>'
{ "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 }
Retrieve all available enneo default AI agents that can be imported. Shows which agents are already imported and which are available for import.
JWT-based authentication
Successful operation
Show child attributes
true