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 '
{
"enabled": true
}
'{
"org_id": "<string>",
"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 '
{
"enabled": true
}
'{
"org_id": "<string>",
"enabled": true
}Documentation Index
Fetch the complete documentation index at: https://docs.mnemom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supabase JWT token in Authorization: Bearer header