Overview
Sharing publishes a read-only view of a session to a link. Anyone with the link can open it in a browser and scroll through the conversation and the work 100xprompt performed - but they cannot type into your session or change anything.A shared session stays up to date as the session progresses. Viewers always see a read-only copy - sharing never grants anyone the ability to run commands or edit your files.
Choose a sharing mode
Theshare setting in your 100xprompt.json controls how sharing behaves: whether new sessions become links automatically, only when you ask, or never.
| Mode | Value | Behavior |
|---|---|---|
| Manual | "manual" | Sessions stay private until you explicitly share one. This is the safe default for most teams. |
| Automatic | "auto" | Every new session is shared as soon as it’s created and updates as it runs. Best for open, fully collaborative environments. |
| Disabled | "disabled" | Sharing is turned off entirely. The share command is unavailable and no session can be published. Ideal for locked-down or sensitive projects. |
- Manual (recommended)
- Automatic
- Disabled
Nothing leaves your machine until you run the share action on a specific session. You decide, case by case, what becomes a link.
When sharing is set to
disabled, attempting to share a session is refused - a strong guarantee for regulated or confidential work.Share a session
Suppose a teammate needs to see how you fixed a tricky bug. Sharing takes one action and gives you a link on your clipboard, ready to paste into chat, a ticket, or a pull request.Open the session you want to share
Use any session - the one you’re working in now or an earlier one you’re revisiting.
Run the share command
Type
/share in the prompt, or trigger Share session from the command menu. The link is created and copied to your clipboard automatically.Send the link
Paste it wherever your team collaborates. Recipients open it in a browser and immediately see the conversation and changes - no account or install needed.
Stop sharing
When a session no longer needs to be public, unshare it. This deactivates the link so it can no longer be opened.Export and import a session
Suppose you need to move a session to another machine, or keep it without publishing anything to a link. Export writes a session - its conversation and the work performed - to a portable JSON file. Import reads that file back in. Use them to move work between machines, hand a session to a colleague as a file, or archive a completed piece of work.Export a session to a file
Run the export command and redirect it to a file:Omit the session id to pick from a list of recent sessions, or pass one directly:
Move or archive the file
Copy
session.json to another machine, attach it to a ticket, or store it alongside your project records. It’s a self-contained snapshot.Import it anywhere
Bring the session into 100xprompt on any machine:The session appears in your list, ready to read, reference, or continue.
Export and import are file-based and work entirely offline, making them the right choice for air-gapped environments, long-term archival, and moving work between machines without publishing anything to a link.
Sharing vs. export at a glance
| Need | Use | Result |
|---|---|---|
| Let a teammate view a session in their browser | Share | A live, read-only link |
| Retire a link when it’s no longer needed | Unshare | Link deactivated |
| Move a session to another machine | Export → Import | A portable JSON file |
| Keep a permanent, offline copy | Export | An archived JSON snapshot |
| Pull a shared session into your own list | Import from link | A local copy you can continue |
Related
- Enterprise Overview: how 100xprompt fits into team and organization workflows.
- Security: data handling, privacy controls, and keeping sensitive work protected.
- Web Interface: open and read shared sessions in the browser.
Enterprise Overview
How 100xprompt fits into team and organization workflows.
Security
Data handling, privacy controls, and keeping sensitive work protected.
Web Interface
Open and read shared sessions in the browser.