Who can rename a session
- The user who created the session.
- Any user with the admin role.
Rename from the session header
- Open the session.
- Select the pencil icon next to the title.
- Edit the title inline. Press Enter to save or Escape to cancel.
Rename from the sidebar
- Hover the session in the sidebar and open its menu (the ⋯ icon).
- Select Rename.
- Enter a new title in the modal and confirm.
Title rules
- Titles must be between 1 and 50 characters.
- Leading and trailing whitespace is trimmed.
- Once you set a custom title, Cake stops overwriting it with auto-generated titles from the agent.
Rename events in the conversation
Every rename is recorded as an event in the conversation timeline, showing the previous title, the new title, and who made the change. This makes it easy to see how a session’s focus evolved and who reframed it. Rename events also stream to anyone viewing the session, so titles update live in the sidebar and header without a refresh.Rename through the API
You can also rename a session with aPATCH to the session endpoint:
204 No Content; sending the current title returns 400 No changes made; a caller without permission gets 403 Forbidden.