curl --request POST \
--url https://api.mnemom.ai/v1/reputation/{agent_id}/recompute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"include_reclassifications": true
}
'{
"agent_id": "<string>",
"previous_score": 123,
"new_score": 123,
"delta": 123,
"reclassifications_applied": 123,
"recomputed_at": "2023-11-07T05:31:56Z"
}Trigger a full recomputation of the agent’s reputation and compliance scores. This re-evaluates all checkpoints, reclassifications, and card amendments to produce an updated score. Useful after bulk reclassifications or policy changes.
curl --request POST \
--url https://api.mnemom.ai/v1/reputation/{agent_id}/recompute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"include_reclassifications": true
}
'{
"agent_id": "<string>",
"previous_score": 123,
"new_score": 123,
"delta": 123,
"reclassifications_applied": 123,
"recomputed_at": "2023-11-07T05:31:56Z"
}Supabase JWT token in Authorization: Bearer header
Agent identifier