cURL
curl --request POST \ --url https://alfred.black/api/v1/learning/enable \ --header 'Authorization: Bearer <token>'
{ "message": "Alfred Learn enabled", "enabled": true }
Enables the intuition system. Resumes all six background processes. Existing observations and instincts are preserved.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Intuition enabled
Was this page helpful?