Share a Grok Build session via URL
Share a Grok Build session via URL
In the Grok Build TUI, /share publishes the current session as a URL so someone else can open it. Official listing: Modes and Commands. Session storage and resume stay local under ~/.grok/sessions/ — see Manage sessions in Grok Build.
Share from the TUI
- Open the session you want to publish.
- Run
/share. - Copy the URL the TUI returns and send it to the person who needs it.
Do not share a session that holds secrets, customer data, API keys, or private repo context. Treat the link like any other shared transcript.
When share links fail
Enterprise network allowlists can block code.grok.com. Official Enterprise Deployments lists that host for remote session sync, sharing, and the WebSocket relay. If it is blocked, sessions stay local-only and share links are unavailable.
Confirm the CLI can reach the required hosts (cli-chat-proxy.grok.com, auth.x.ai) before debugging the share command itself.
Related exports
Need a file instead of a live link? Use /export or grok export — covered in Export a Grok Build session transcript. Consumer chat share links on grok.com are a different product surface: Share a Grok conversation, then kill the link.