List of all available AI agents as an tree based on associated tag
AiAgent
List of all available AI agents as an tree based on associated tag
GET
List of all available AI agents as an tree based on associated tag
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Query Parameters
The number of items to return
Required range:
1 <= x <= 1000The number of items to skip
Required range:
x >= 0Filter criteria based on category. If ommited, only ai agents will be returned ("intent")
Available options:
all, intent, template Filter criteria based on type of the executor. If ommited, all types are returned.
Available options:
sourceCode, apiCall, visualEditor Output format. Either short (only name/id), medium (key facts) or full (all details). Defaults to full.
Available options:
short, medium, full Search query for fulltext search in name and description fields. Results are ordered by relevance when search is used
Response
Successful operation
Tag object with intent candidates inside
List of all available AI agents as an array
Previous
Get list of available enneo default AI Agents
Next