Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Restore & Migration

Fork From Existing Bot

Choose Restore Source = Fork From Existing Bot and pick a backup version.

Upload Local OpenClaw Backup

Get CLAWUP_BEARER_TOKEN first:

Recommended (production):

  1. Log in on ClawUp web.
  2. Open browser DevTools -> Application/Storage -> Cookies.
  3. Copy cookie clawup_token. Its value is CLAWUP_BEARER_TOKEN.

Verify token:

curl -sS https://api.clawup.org/api/v1/auth/me \
  -H "Authorization: Bearer <CLAWUP_BEARER_TOKEN>"

Download and use script:

curl -fsSL https://clawup.org/upload_openclaw_import.sh -o /tmp/upload_openclaw_import.sh
chmod +x /tmp/upload_openclaw_import.sh
/tmp/upload_openclaw_import.sh \
  --token <CLAWUP_BEARER_TOKEN> \
  --api-base https://api.clawup.org \
  --upload-id my-local-openclaw \
  --dir ~/.openclaw

Flow:

  1. Request upload ticket from backend.
  2. Upload tar directly to OSS via signed URL.
  3. Complete upload confirmation.
  4. Select uploaded backup version in Create Bot.