One command
npx agentsync submit detects your latest session, redacts it, previews exactly what will leave your machine, and uploads. No interactive login at submit time.
Contribute the full trajectories of coding agents — Claude Code, Codex, and more — with privacy you actually own.
agentsync submit
├─ detect adapters scan disk for recent sessions
├─ parse native format → normalized Transcript
├─ redact apply the active privacy profile (secrets, identifiers, content)
├─ preview show exactly what will be uploaded; require confirm (unless --yes)
└─ upload POST to ingestion API with your keyA growing amount of real engineering now happens through agents. The trajectory — what was asked, what the agent tried, which tools it called, what it fixed — is a uniquely valuable artifact. AgentSync makes that artifact easy to contribute and safe to share, unlocking trajectory corpora, opt-in hiring signal, and agent-tooling research.
This project is in its specification phase: the transcript schema, privacy model, adapter interface, and API contract are defined first, so the client, server, and any consumer agree on one shape before code is written.
Start with the architecture, or jump to the privacy model and the transcript schema.