Public beta · v0.4.2

Loom for AI coding sessions.

Every Claude Code or Cursor session becomes a shareable, scrubbable replay. Drop the link in Slack, embed it in a PR, or export an MP4 your teammates will actually watch.

COST · $2.87
00:00
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
TASK
EDIT
WRITE
EDIT
PROMPT
EDIT
WRITE
READ
WRITE
03:12
Records sessions from
Claude CodeCursorCodex CLIv1.1pi.devv1.1Aiderv1.1
Features · vol. 1

A film cut for your
agent's day at work.

Built for the moment after a long session — when you need to show a teammate what your agent actually did, where the spend went, and which prompt was the turning point.

01 · TIMELINE SCRUBBER

Scrub through the whole session like a film cut.

Every tool call gets a colored block. Hover for context. Click to jump. Pin a comment. The timeline doesn't look like a Grafana dashboard, because Grafana didn't make great films.

00:0002:2004:4007:0009:20
02 · DIFF VIEWER

See exactly what changed, line by line.

Click any Edit event and the file diff is right there — Monaco-powered, syntax-highlighted, with the prompt that caused it pinned to the side.

42 const event = stripe.webhooks.constructEvent(
43  body, sig, env.STRIPE_WEBHOOK_SECRET
44 )
45if (event.type === 'invoice.paid') return
45+if (event.type === 'customer.subscription.deleted') {
46+ await downgradeWorkspace(event.data.object)
47+}
48 return new Response('ok', { status: 200 })
03 · MP4 EXPORT

One click. A 90-second cut your team will actually watch.

Auto-edited highlights with cost overlay, captions from your prompts, and a branded outro. Drop the file in Slack — done.

REC · 01:24
› Add a Stripe webhook for subscription downgrade
04 · SHARE URLS

Links that look great wherever you paste them.

oEmbed and Open Graph baked in — preview cards on X, Slack, Linear, and LinkedIn. Password-protect or expire when you need to.

Stripe webhook for downgrade · 09:20
Claude Code · 7 files · $2.87 · 184k tokens · 3 reverts
agentreel.dev/r/4f9c1k
X Slack Linear LinkedIn
How it works · 3 takes

From terminal
to teammate. Three steps.

Roll tape on your local machine, AgentReel handles the cuts and ships the dailies. Set up takes about a minute.

01

Install the local agent.

Drops a few hooks into Claude Code and a filesystem watcher for Cursor. Nothing leaves your machine until secrets are scrubbed.

$ npx @agentreel/agent init
02

Code like normal.

Run any session — long, short, multi-agent. Events buffer locally to SQLite and upload in the background. Offline is fine.

recording — 12 events buffered
03

Share the cut.

Hit the share button. Get a link. Or export an MP4. Your teammate watches the highlights on their commute and replies “ship it.”

agentreel.dev/r/4f9c1k

Not observability.
A cut, with credits.

Phoenix, Helicone, Langfuse, Datadog AI — all phenomenal tools. All built for ML ops teams staring at dashboards. AgentReel is built for the dev who finished at 2am and needs to show their PM what happened.

The observability stack
  • ×Traces, spans, P99 latency.
  • ×Grafana panels, retention SLAs, audit logs.
  • דOnboard the SRE team to set it up.”
  • ×Annual contracts. Sales call required.
  • ×Eval frameworks, datasets, experiments.
  • ×Looks like a flight tower.
● AgentReel
  • A timeline. A scrubber. A diff. A pin.
  • Share URL with an oEmbed card and a thumbnail.
  • One install command. No SRE required.
  • $9/mo. Cancel by closing the tab.
  • An MP4 you can paste into a DM.
  • Looks like a film cut.
Privacy by default

Your .env stays on your laptop.

PII scrubbing runs locally before a single byte hits the wire. AWS keys, GitHub tokens, .env values, emails, IPs — all redacted by default with regex you can audit and extend.

Add a .agentreelignore file (gitignore syntax) to exclude paths entirely. Open-source agent. Audit the source on day one.

AWS keysGitHub tokens.env valuesemailsIP addressesJWTs+ custom regex
before scrub →after scrub
STRIPE_KEY=sk_live_xKj9pQ2mLm4NvBz
STRIPE_KEY=[REDACTED · stripe_key]

user_email=marco@upshop.com
user_email=[REDACTED · email]

db_url=postgres://m:Sup3r@10.0.1.4
db_url=[REDACTED · connection_string]
Pricing · 4 reels

Free for solo. $9when you're hooked.

No trial limits, no friction. We win when you share the link, so the free tier is generous on purpose.

Free solo
$0forever

Enough to fall in love. Three sessions, one share at a time.

Get the CLI
  • 3 active sessions
  • 7-day retention
  • Private share URLs
  • Timeline + diff + comments
  • No MP4 export
Team 2-10 seats
$29/ month · 5 seats

Shared replays, workspace analytics, async standups.

Start a workspace
  • Everything in Pro, ×5
  • Shared workspace + roles
  • 1-year retention
  • Unlimited MP4 exports
  • Team weekly digest

Enterprise (SSO, on-prem, audit logs) — talk to us · Q3 2026

FAQ · cutting room

Questions on the floor.

Only the diffs and prompts you've explicitly captured, and only after the local agent has scrubbed PII. Source files never leave your machine in their entirety. You can audit the agent — it's open source — and add custom regex rules or a .agentreelignore file to exclude any path.
Those are observability tools — built for ML ops teams to monitor production LLM traffic with traces, spans, and dashboards. AgentReel is a sharing tool — built for individual devs to capture a coding session and send it to a teammate. Different buyer, different vocabulary, different UI. We don't compete on eval frameworks or datasets; that's their game.
A filesystem watcher on Cursor's history directory. We capture before/after diffs as patches, not full files, and pair them with timestamps to reconstruct the session. A native VS Code extension is on the v1.1 roadmap.
v1.1, in that order — by request volume from the public beta. The ingestion architecture is tool-agnostic: any process that writes events to ~/.agentreel/sessions.db shows up in the dashboard. If you want priority on a tool, drop us a line.
Yes — full oEmbed support, plus generated Open Graph thumbnails showing the timeline silhouette, total cost, and session duration. Linear and LinkedIn render the same card.
Not in v1. We're building for solo devs and small teams first. Self-hosted / on-prem is on the Enterprise roadmap (Q3 2026). The local agent is open source today, and the cloud schema is documented if you want to follow along.
A server-side Remotion render targets ~90 seconds. It cuts to high-cost moments, errors, and large diffs; pulls captions from your prompts; overlays a cumulative cost ribbon; and tags the outro. Renders run in a queue — you'll get an email when it's ready, usually under two minutes.

That's a wrap.
Now ship the replay.

Three sessions free. Setup is one command. Your next session can be the one that becomes a link.

$npx @agentreel/agent init
Watch the sample replayPeek at the dashboard