Getting Started
Get up and running with Traces in under 2 minutes.
Prerequisites
You need a GitHub account and at least one AI coding agent installed (Claude Code, Cursor, OpenCode, etc.).
1. Install the CLI
brew install market-dot-dev/tap/tracesVerify the installation:
traces version2. Authenticate
traces loginThis opens your browser for GitHub OAuth. Once authenticated, credentials are stored locally.
traces whoami3. Share your first trace
After a coding session with your AI agent, share it:
traces share --cwd .The CLI auto-detects which agent you used, finds the most recent session, uploads and normalizes it, and returns a shareable URL:
Trace shared successfully!
URL: https://www.traces.com/s/abc123defWhat happens during upload
- Discovery -- scans agent storage paths for session files
- Parsing -- reads the native format (JSONL, SQLite, JSON)
- Normalization -- transforms into unified messages with typed parts
- Upload -- batches messages to the Traces API
- Processing -- generates highlights and summaries
4. Set up sharing integrations (optional)
Set up the integrations you want for sharing traces from your agent and Git workflow:
traces setupDepending on what you choose, traces setup can install:
- Agent skills — let agents share a session when you ask.
- Agent hooks — share sessions automatically as an agent works.
- Git hooks — attach traces to commits.
After setup, say "share this to traces" or "publish this session" to your agent and it will handle the rest.
If you want to remove anything you set up, run:
traces setup removeWhat's next?
Creating a Team
Get started with team workflows: org setup, teammates, and org-aware publishing in the TUI.
Sharing Traces
Compare sharing via CLI, agent skills, git hooks, and API keys.
Sharing via Agent Skills
Configure supported agents so sharing works right from chat.
Using Traces in Teams
Manage organization settings, members, agents, and API keys.