|
1 | 1 | --- |
2 | 2 | title: Console |
3 | | -description: An AI SRE session holds one complete conversation between you and the agent, including messages, streaming responses, tool calls, and artifacts. This page covers creating and managing sessions, sending messages, previewing artifacts, session forking, context compaction, team binding, and session data export. |
| 3 | +description: An AI SRE session holds one complete conversation between you and the agent, including messages, streaming responses, tool calls, and artifacts. This page covers creating and managing sessions, sharing, sending messages, previewing artifacts, session forking, context compaction, team binding, and session data export. |
4 | 4 | keywords: ["AI SRE", "session", "chat", "streaming response", "tool call", "Artifacts", "Fork", "context compaction", "team binding", "export", "NDJSON"] |
5 | 5 | sidebarTitle: Console |
6 | 6 | --- |
@@ -61,6 +61,24 @@ The account is the hard access boundary for sessions: sessions are never accessi |
61 | 61 |
|
62 | 62 | Pinning is a personal preference and does not modify the session itself; if you can read a session, you can pin or unpin it for yourself. Account owners and admins can manage team sessions, but they cannot read or manage another member's personal session. |
63 | 63 |
|
| 64 | +### Sharing a Session |
| 65 | + |
| 66 | +The chat page header provides share controls, shown only when you have manage permission on the current session. Click the **Copy share link** button to enable sharing and copy the link to your clipboard (a "Share link copied" toast appears). The link appends a `share_token` to the current session URL, with the token in the URL fragment (after `#`). The share link is **stable**: while sharing stays enabled, copying it again yields the same link. |
| 67 | + |
| 68 | +| Topic | Details | |
| 69 | +|---|---| |
| 70 | +| Who can share | Members with manage permission on the session — the creator of a personal session, or the creator / account owner / admin / team members of a team session | |
| 71 | +| Who can open it | Members who hold the link and are signed in to the **same account**; the link does not work across accounts or for anonymous visitors | |
| 72 | +| What link holders see | The session opens in **read-only** mode with a "This is a read-only shared session" notice: they can inspect the full context (messages, tool calls, artifacts), but the composer is replaced by the notice — they cannot continue the conversation or modify the original session | |
| 73 | +| How to keep working | Link holders can click **Fork into a new session** to derive their own session and continue from there | |
| 74 | +| How to revoke | Once sharing is enabled, a **Remove share** button appears in the header; clicking it invalidates the link immediately (a "Share removed" toast appears). Re-enabling sharing later generates a new link — the old link is not restored | |
| 75 | + |
| 76 | +Sharing mainly changes the visibility of **personal sessions**: a team session is already readable by any member of the same account who has the session ID (see the table above), whereas a personal session is visible only to its creator by default — a share link is the only way for other members of the account to open it. |
| 77 | + |
| 78 | +<Note> |
| 79 | +Incognito sessions and Subagent sessions cannot be shared. |
| 80 | +</Note> |
| 81 | + |
64 | 82 | ### Per-Session Actions |
65 | 83 |
|
66 | 84 | Hover over a session row to reveal the pin and archive actions. A pinned session displays a persistent pin icon to the left of its name. |
|
0 commit comments