Skip to main content
POST

Overview

Runs the LLM conflict-detection pass over an agent’s session memories for a given date and writes the report that List Conflicts and Resolve Conflict read from. This is the same work Memanto’s scheduled daily job performs.

Authentication

API clients do not send an API key or Authorization header.
string
required
Session token from Activate Agent. Must match agent_id.

Path Parameters

string
required
The unique identifier of the agent.

Body

string
Date string YYYY-MM-DD. Defaults to today (UTC) on the server when omitted.

Next Steps