agent-recall cloud

Git for agent sessions.

Your session memory, versioned and synced to the cloud. Push after a run, pull on any machine. Works alongside the local filing cabinet — just adds a remote.

10 GB storage
from $3 / year
auto-cancels if unused
like git remote, for your agent brain
Pricing

Dead simple.

One tier, two billing options. Pick quarterly or save with yearly.

no surprise bills
$1.50
/quarter  ·  $0.50/month
Auto-cancels if you stop pushing sessions.
No storage overage fees up to 10 GB.
Cancel any time — data export included.
cheaper than a coffee you forgot to drink
Powered by Stripe · cancel any time

You're subscribed.

Your API key is below. Add it to your config and push your first session.

arc_live_xxxx_REPLACE_AFTER_CHECKOUT
setup
# add to ~/.claude/settings.json or export in shell
export AGENT_RECALL_API_KEY="arc_live_xxxx_..."

# push your first session
$ /recall push
pushed  session/2026-03-30-payroll-fix  →  cloud
How It Works

Pay. Key. Push.

Three steps. The only ongoing step is the last one — and it's one command.

done in under two minutes

Pay

Click Subscribe. Stripe handles the card. $1.50 billed quarterly — auto-cancels if you go quiet.

stripe checkout
payment confirmed
receipt → your email
subscription active

Paste API key

After checkout, your API key appears on this page. One export and you're configured.

configure
export AGENT_RECALL_API_KEY=\
  "arc_live_xxxx_..."

# or put it in settings.json

Push

Run /recall push after any session. Pull from anywhere with /recall pull.

sync
$ /recall push
pushed  payroll-fix  →  cloud

$ /recall pull
pulled  3 sessions  ←  cloud
What You Get

Everything in the filing cabinet, plus a remote.

no lock-in, just backup

10 GB storage

Session summaries are tiny. You'd need thousands before you got close to the limit.

R2 object storage · Cloudflare edge

Version history

Every push is a new version. Roll back to any prior state of any session.

$ /recall history --session payroll-fix

Rate limits

  • 100 pushes/day
  • 500 pulls/day
  • burst-friendly
high enough to never notice

Export any time

One command dumps everything to local JSON. Your data is yours.

$ /recall export --format json

Or deploy your own. The Worker and R2 bucket are open source. Run it on your own Cloudflare account for the cost of R2 egress (~$0 at this scale). Same API, full control.

Self-host guide  → Design spec  →

The agent-* toolkit

Three small tools, same visual language, same bias: stop dragging context around by hand.