sessionbin

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

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

OpenCode

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

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

Install the CLI

uv tool install sessionbin

curl

curl -F "file=@session.jsonl" https://sessionbin.dev/api/upload