Guide
Public Sharing
Share traces, eval runs, or datasets with anyone — even people who don't have a 2Signal account. Share links are token-based and require no authentication to view.
Shareable Resources
| Resource | What's Included |
|---|---|
| Trace | Full trace detail with spans, timeline, and scores |
| Eval Run | Eval run results with per-item scores |
| Dataset | Dataset items with inputs and expected outputs |
Creating a Share Link
On any trace detail, eval run, or dataset page, click the Share button. A unique token is generated and the public URL is copied to your clipboard. Anyone with the URL can view the resource.
Revoking a Share Link
Share links can be revoked at any time from the share dialog or via the shareLink.revoke tRPC procedure. Revoking immediately invalidates the token — anyone visiting the link will get a 404.
Security
- Share tokens are cryptographically random and unguessable
- Links provide read-only access to the specific resource
- No authentication is required — treat share links like passwords
- Revoking a link is instant and permanent
Permissions
| Action | Required Role |
|---|---|
| View share links | VIEWER+ |
| Create share links | MEMBER+ |
| Revoke share links | MEMBER+ |