How sessions are stored
Messages are persisted to the database immediately as they’re sent and received. There’s no manual save step and no risk of losing a conversation mid-chat. Each session captures:- Messages - The full back-and-forth between you and your agent
- Tool activity - Which tools were invoked, what data was fetched
- Timestamps - When each message was sent
- Metadata - Additional context about the interaction
Cross-device sync
Your session history is accessible from any device where you’re logged in. Start a research conversation on your laptop, then review the results on your phone. Everything syncs automatically through your account.Sessions are tied to a specific agent. If you have multiple agents, each one maintains its own separate chat history.
Session vs. workspace
Session storage and workspace files serve different purposes. Understanding the distinction helps you know where to find things.| Session Storage | Workspace Files | |
|---|---|---|
| What it stores | Chat messages and conversation history | Files, databases, research notes |
| Scope | One conversation | All conversations and scheduled runs |
| Created by | Every message you send or receive | The agent, when it saves work |
| Best for | Reviewing past conversations | Building persistent knowledge |
Session lifecycle
Sessions follow a straightforward lifecycle:- Created when you start a new chat with your agent
- Updated in real time as messages are exchanged
- Accessible from session history in the sidebar
- Persistent until you choose to delete them

