Skip to main content
POST

Overview

Generates an AI-written summary of an agent’s session memories for a given date, and triggers a memory export to refresh the local memory.md cache. Conflict detection is a separate concern — see Generate Conflict Report or the scheduled job.

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