Sharing a conversation
Publish a read-only snapshot of a thread, and revoke it later.
A thread can be shared as a public link. The link renders a snapshot (the questions, the answers, and the charts) to anyone who has it, with no account required.
Create a link
POST /api/shareOr share from the thread in the app.
What a snapshot is
A snapshot is frozen at the moment you share it. It does not re-run the query, which means a shared link cannot leak fresh data if your underlying rows change after the fact.
Connection details are stripped from the public projection: a reader sees the numbers and the reasoning, not how to reach your database.
Limits
| Limit | Why |
|---|---|
| A cap on live links per user | Keeps the public surface small and auditable |
| Rate limiting on views | A shared link is an unauthenticated endpoint |
Revoking
Links are revocable. Revoke rather than delete the thread if you want to keep the analysis but stop the sharing.
Shared means public
There is no password on a share link. Anyone with the URL can read it, so treat sharing a thread the same way you would treat pasting its contents into a public document.