Skip to main content
POST
/
api
/
v1
/
learning
/
bootstrap
Bootstrap Intuition
curl --request POST \
  --url https://alfred.black/api/v1/learning/bootstrap \
  --header 'Authorization: Bearer <token>'
{
  "message": "Alfred Learn bootstrapped successfully",
  "already_present": false
}

Authorizations

Authorization
string
header
required

API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....

Response

Intuition bootstrapped

message
string
required
already_present
boolean
required

Whether the service was already present in the stack