Open Source · v0.1.0 · NemoClaw-ready

Your agent's memory
deserves better than
rsync.

AgentBak backs up your AI agent identity — memories, skills, secrets — with AES-256-GCM encryption. Zero-knowledge cloud. One command.

~/.openclaw/workspace
AES-256-GCM encryption
Zero-knowledge cloud
Argon2id key derivation
Self-hostable backend
MIT licensed

Built for persistent AI agents.

Your agent's memory, skills, and config represent months of work. Generic backup tools weren't designed for this.

🔐
Properly encrypted

Every backup is encrypted with AES-256-GCM before leaving your machine. The key is derived using Argon2id — the PHC winner, memory-hard, GPU-resistant. Your passphrase never touches the server.

AES-256-GCM + Argon2id
🕳️
Zero-knowledge

AgentBak's servers store encrypted blobs. We cannot read your agent's memories, your API keys, or your SOUL.md — even under subpoena. Mathematically impossible.

Client-side encryption
Migration in 60 seconds

vault push uploads your encrypted workspace. On a new machine, vault pull && vault restore brings everything back. Agent picks up exactly where it left off.

Cloudflare R2 backend
🧠
AI-aware

Backs up what makes your agent yours: SOUL.md, MEMORY.md, skills/, secrets. Automatically excludes 40GB of model weights that you can re-download.

Smart exclusions
📦
Open format

The .vault format is self-describing: JSON header + AES-GCM ciphertext. Spec is public. Decrypt it in 2041 with any standard crypto library. No vendor lock-in.

.vault spec v1
🔑
Recovery codes

Generate offline recovery codes at backup time. Forget your passphrase? Your data isn't gone. Print them, store them in a safe — they're your insurance policy. 10 codes × 24 words each.

Coming in v0.2

Three commands. Total safety.

01
Install and initialize

npm install -g @agentbak/vault then vault init. Takes 30 seconds. Sets up your account and passphrase. Recovery codes generated.

02
Back up your workspace

Run vault backup from your workspace. Files are packed, compressed, encrypted client-side, and uploaded. The server receives an opaque blob. Typical workspace: 3–8 MB encrypted.

03
Restore anywhere, anytime

New machine? SSD failure? Run vault pull then vault restore. Your agent's full identity — memories, skills, config — restored in under 60 seconds.

Simple, honest pricing.

The CLI is free forever. Pay only for managed cloud storage and history.

Free
$0
forever
  • Full CLI: backup, restore, info
  • Local .vault file format
  • AES-256-GCM + Argon2id
  • Self-hostable backend (Docker)
  • No cloud storage
  • Community support only
Download CLI →
Pro
$15/mo
billed annually ($144/yr) · or $18 month-to-month
  • Everything in Solo
  • 50 GB cloud storage
  • 90-day backup history
  • 5 agent identities
  • FIDO2 authentication
  • Shamir's Secret Sharing
  • API access + priority support
Get Pro →

All paid plans include a 14-day free trial. No credit card required. Need enterprise? Contact us.

100% open source

The CLI is MIT licensed. Audit it, fork it, self-host it — it's yours. The .vault format spec is public and permanent. Designed to be decryptable with standard tools long after we're gone.

View on GitHub