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 --json

Publish 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.

Next steps

  • Traces — find the run you want to publish.
  • Search — locate a run by meaning.

On this page