// hosted · sharing
Share links
report links without an account
A share link is a public, expiring, revocable URL to a single run’s report. Use it to show a result to someone who doesn’t have an EvalShift account — a reviewer, a stakeholder, a vendor — without adding them to your org.
## Creating a link
- +Open a run and click
Sharein the action strip. - +A link is created and copied to your clipboard. It points at
/share/:token— an anonymous page outside the login wall that embeds the run’s report with minimal chrome. - +The same panel lists existing links for the run and lets you revoke any of them.
## Lifetime & revocation
- +Links expire after a default 30-day TTL. After expiry the page returns not-found.
- +Links are revocable at any time — revoking takes effect immediately.
- +A link is scoped to one run. Anyone with the token can view that run’s report until it expires or is revoked; treat the URL as a secret.
−
what a share link exposes
A share link currently serves the run’s report by minting a signed URL to the underlying bundle blob, so a holder can reach more than the rendered report (e.g. example outputs and evaluator config). Only share runs whose full contents you are comfortable exposing for the link’s lifetime. Tightening this to a report-only asset is a tracked follow-up.
Need broader, durable access instead? Add the person to your org — see the app for member management.