curl --request POST \
--url https://api.mnemom.ai/v1/agents/{agent_id}/resolve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target_type": "checkpoint",
"target_id": "<string>",
"resolution_type": "acknowledged",
"action_name": "<string>",
"value_name": "<string>"
}
'{
"resolution_id": "<string>",
"resolution_type": "<string>",
"resolved_by": "<string>",
"card_modified": true
}curl --request POST \
--url https://api.mnemom.ai/v1/agents/{agent_id}/resolve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target_type": "checkpoint",
"target_id": "<string>",
"resolution_type": "acknowledged",
"action_name": "<string>",
"value_name": "<string>"
}
'{
"resolution_id": "<string>",
"resolution_type": "<string>",
"resolved_by": "<string>",
"card_modified": true
}Supabase JWT token in Authorization: Bearer header
Agent identifier (e.g. smolt-abc123)
checkpoint, trace acknowledged, allow_action, add_value Required when resolution_type is allow_action
Required when resolution_type is add_value