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):
- Log in on ClawUp web.
- Open browser DevTools -> Application/Storage -> Cookies.
- Copy cookie
clawup_token. Its value isCLAWUP_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:
- Request upload ticket from backend.
- Upload tar directly to OSS via signed URL.
- Complete upload confirmation.
- Select uploaded backup version in Create Bot.