curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgents/loadDefaults \
--header 'Authorization: Bearer <token>'{
"success": true
}Load all the enneo default AI agents, e.g. for meter reading, bank data, etc., and saves them in the client DB. If the client is configured to not use enneo’s default AI agents, then nothing is written.
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgents/loadDefaults \
--header 'Authorization: Bearer <token>'{
"success": true
}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.