cURL
curl --request POST \ --url https://alfred.black/api/v1/learning/bootstrap \ --header 'Authorization: Bearer <token>'
{ "message": "Alfred Learn bootstrapped successfully", "already_present": false }
Adds the alfred-learn service to the tenant’s Docker stack and starts it. Safe to call on any tenant. Idempotent.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Intuition bootstrapped
Whether the service was already present in the stack
Was this page helpful?