Stop pasting transcripts between your agents.
Portable working memory for your coding agents.
One agent maxes out. Another continues. You explain nothing twice.
$ curl -fsSL https://nests.sh/install | shStart cold. Continue warm.
Nests mirrors your repo's agent memory into versioned snapshots any harness can pull. A new session discovers the Nest by repo fingerprint and hydrates in one command.
Start cold
$ nests statusnest: webapp (repo fingerprint 9f3a…)42 snapshots · last: v0042 "ready for review"by claude-code @ mbp-01 · 2h agoHydrate
$ nests pull✓ plan.md ✓ reports.md ✓ 2 artifacts$ nests context --for codex→ 1.8 KB working memory injectedWork
the agent does its actual task
Hand off
$ nests report "implemented reset flow"$ nests artifact add app/auth/reset/page.tsx$ nests snapshot -m "reset flow done, needs tests"$ nests share→ nests.sh/n/webapp/v0043Snapshots record agent claims and observed changes separately. The event log is what happened; the summary is what the agent says.
Humans still get the control plane.
Snapshots
Every handoff version, who wrote it, from which harness and machine.
Diffs
What changed in the working memory since the last agent touched it.
Claims vs evidence
Agent summaries kept separate from observed files, diffs, and events.
Consumers
Which agent pulled which snapshot, and when.
| snapshot | repo | author | pulled by | age |
|---|---|---|---|---|
| v0042 | webapp | claude-code@mbp-01 | codex@devbox-01 | 2h |
| v0043 | webapp | codex@devbox-01 | — | 12m |
| v0018 | billing-svc | opencode@ci-runner | claude-code@mbp-01 | 1d |
Identity is honest, not inferred: an entry is attributed to an agent only when a harness registers one. Otherwise you see the session, harness, and machine, with the agent left unknown rather than guessed.
Start free. Scale when agents share more context.
Hard caps. No surprise overages. Local-first when you want it, synced when your agents need shared state.
Free
For local experiments and public demos.
- 100 snapshots/month
- 1 project
- 7-day cloud retention
- Local CLI
- Public demo links
Pro
popularFor solo builders running agents daily.
- 2,000 snapshots/month
- 5 private projects
- 30-day retention
- Capability links
- Agent-readable URLs
- CLI, MCP, SDK
Team
For teams coordinating agents across repos and machines.
- 20,000 snapshots/month
- Unlimited team projects
- 90-day retention
- Team dashboard
- Machines, harnesses, agents & access admin
- Audit log
Enterprise
For sensitive or high-volume deployments.
- SSO/SAML
- Custom retention
- Self-host / VPC option
- Custom harness adapters
- Security review
Start a Nest in your repo.
Install the CLI, attach your repo, and every agent after that starts warm.
$ curl -fsSL https://nests.sh/install | sh