curl --request PUT \
--url https://api.mnemom.ai/v1/orgs/{org_id}/conscience-values/mode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mode": "augment",
"enabled": true
}
'{
"org_id": "<string>",
"mode": "augment",
"enabled": true
}Set the conscience mode (augment/replace) and enabled flag.
curl --request PUT \
--url https://api.mnemom.ai/v1/orgs/{org_id}/conscience-values/mode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mode": "augment",
"enabled": true
}
'{
"org_id": "<string>",
"mode": "augment",
"enabled": true
}Documentation Index
Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supabase JWT token in Authorization: Bearer header