Skip to content

begin_episode

Begin an episode to group subsequent memories into a narrative session. Use for debugging hunts, feature implementations, or any focused work.

ParameterTypeRequiredDescription
titlestringYesDescriptive episode title
projectstringNoProject scope

Returns the episode ID ([episode:N]).

{
"title": "Debugging auth token expiry race condition",
"project": "my-project"
}
  • All remember calls after begin_episode are automatically grouped into the episode
  • Episodes auto-end after 30 minutes of inactivity
  • Don’t start episodes for routine Q&A or trivial tasks
  • Use descriptive titles — they’re what future recall surfaces