What’s an artifact?
Every scene in a pull story — architecture diagram, sequence diagram, file impact view, code diff, blast-radius map — is saved as a standalone artifact. Each has its own URL, its own download, its own share link. This is useful when you want to reference just the auth-flow diagram in a design doc, or just the migration diff in a code review comment.Get the artifact URL
Open any pull story, hover an artifact, click the share icon. The link goes to:
Access via the API
Download formats
| Type | Formats |
|---|---|
diagram | SVG |
code-diff | JSON (with syntax-highlighted tokens), patch |
file-impact | JSON |
callout-card | JSON |
blast-radius | SVG |
ship-check | JSON |
Embed a single artifact
Keeping links stable
Artifact IDs are keyed by(head_sha, scene_index). If a PR gets new commits, the pull story regenerates with new artifact IDs — old IDs keep resolving to the previous version’s artifact, so links shared yesterday still work even after the PR evolves.