sessionbin

Share agentic coding session transcripts. Upload a session file, get a URL, share it. Supports Claude Code, Codex, OpenCode, and Pi.

Drag a file here, or click to browse.

Sessions are scanned for tokens and credentials, which are automatically replaced with <REDACTED> before storing them. Other sensitive data (usernames, paths, hostnames, internal URLs) are not automatically scrubbed. Review your session before uploading and remove anything you don't want shared. Max file size: 20 MB.

Upload from the command line

Claude Code

Session files are stored as .jsonl in ~/.claude/projects/. Upload directly:

sessionbin upload session.jsonl

Codex

Session files are stored as rollout-*.jsonl under ~/.codex/sessions/. Upload directly:

sessionbin upload rollout-2026-09-14T10-20-48-<id>.jsonl

OpenCode

Sessions are stored in a local database. Export first, then upload:

opencode export <sessionID> > session.json
sessionbin upload session.json

Pi

Session files are stored as .jsonl under ~/.pi/agent/sessions/. Upload directly:

sessionbin upload 2026-09-14T17-00-47-986Z_<id>.jsonl

Install the CLI

uv tool install sessionbin

curl

curl -F "[email protected]" https://sessionbin.dev/api/upload