Sharing Studio Content
Creating a public link to a Studio session or Vault item.
Two share targets: Studio Session (full chat + sources + vault) and Vault Item (single artifact).
What Gets Shared
- Full chat history (your prompts + Epis responses)
- All sources (with labels, types)
- All Vault items (Summaries, Notes, Quizzes, Mindmaps)
- Recipient sees read-only view — can't edit your session
- Single artifact: Summary, Notes, Quiz, or Mindmap
- Quiz → playable in shared view
- Mindmap → interactive viewer
- Notes/Summary → formatted markdown
How to Share
Open Share Modal — Two ways:
- Session: Top-right of middle panel → Share icon (box with arrow)
- Vault item: Right panel → Vault tab → hover item → Share icon (link)
Click "Generate Link".
Copy / Share / Download — Modal shows:
- Copy — clipboard
- Share — Web Share API (mobile native sheet)
- Download — Vault items only: saves as .md (notes/summary) or .json (quiz/mindmap)
Send the link to anyone — no account needed to view it.
What Recipients See
| Feature | Session Share | Vault Share |
|---|---|---|
| Login required | No | No |
| Chat history | ✅ Full | ❌ |
| Sources list | ✅ | ❌ (context only) |
| Vault items | ✅ All | ✅ Single |
| Quiz playable | ✅ | ✅ |
| Mindmap interactive | ✅ | ✅ |
| Clone button | ✅ "Continue in my account" | ✅ "Save to my Vault" |
Cloning a Shared Item
Recipient clicks "Continue in my account" / "Save to my Vault":
- If logged in → creates copy in their account (new session or Vault item)
- If not logged in → redirects to login → then clones
- Original unchanged; clone is independent
Cloned session gets a new session ID. Future messages in your original don't appear in their clone, and vice versa.
Link Lifecycle
- No expiration — links work indefinitely
- Always current — if you add more to the session, shared link reflects latest
- No revocation UI yet — to "unshare", delete the session/item (Coming Soon: share management dashboard)
Permissions Summary
| Action | You (Owner) | Recipient (Viewer) |
|---|---|---|
| View | ✅ | ✅ |
| Edit chat | ✅ | ❌ |
| Add sources | ✅ | ❌ |
| Generate actions | ✅ | ❌ |
| Clone to own account | ✅ | ✅ |
| Delete original | ✅ | ❌ |