Generating a share link
Open a trace at/app/traces/[id]. In the Dossier panel on the left, find the Share controls section.
1
Click Share
Click the Share button. Mortem generates a unique token and creates a public URL at
/share/[token].2
Copy the link
The full public URL appears in the share controls panel. Click Copy link to copy it to your clipboard.
3
Send the link
Paste the link wherever you need it — a team chat, a GitHub issue, or a post-mortem document. The recipient can open it without logging in.
What the public page shows
The shared page at/share/[token] displays:
- Trace status, input summary, and trace ID
- Metrics: event count, token total, cost estimate, and Solana transaction count
- Cause of death — the autopsy summary and suggested fix from the analysis worker
- Event chronology — every event in sequence, with type, status, timing, and the full JSON payload
Revoking a share link
To stop a link from working, open the trace detail page and click Unshare in the share controls panel. This clears the share token immediately. Anyone who visits the old URL will see a “shared trace buried” error page.Revoking a share link does not delete the trace or its analysis. The trace remains fully accessible to authenticated members of your workspace.
Use cases
Team post-mortems
Share a trace link in your team’s post-mortem document so everyone can see the exact decision sequence without needing dashboard access.
Async debugging
Paste a trace link in a Slack thread or GitHub issue when asking a teammate to review a suspicious run.
Strategy review
Share an errored trace with a strategy collaborator to discuss the autopsy diagnosis and counterfactuals together.
Incident records
Archive share links in an incident log as permanent, readable records of what each bot decided during a notable trade.
Related pages
Traces
Open a trace to generate or revoke its share link from the dossier panel.
Analysis
Understand what the autopsy on the shared page contains.