Skip to content
  • Auto
  • Light
  • Dark
DiscordForumGitHubSign up
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Summarize Messages

post/v1/agents/{agent_id}/summarize

Summarize an agent's conversation history.

Path ParametersExpand Collapse
agent_id: string

The ID of the agent in the format 'agent-'

minLength42
maxLength42
Summarize Messages
curl https://api.letta.com/v1/agents/$AGENT_ID/summarize \
    -X POST \
    -H "Authorization: Bearer $LETTA_API_KEY"
Returns Examples