Tapes
Publish a recorded run as a shareable, interactive tape.
A tape is a shareable, interactive version of a trace — a public URL that plays back the run step by step. The tapes commands let you publish and list them.
List tapes
retrace tapes list
retrace tapes list --jsonPublish a tape
Turn any trace into a tape:
retrace tapes publish --trace <trace_id>
retrace tapes publish --trace <trace_id> --title "My Agent Run"The command returns the public tape URL, ready to share.