API Endpoint
https://sandbox-api.claw-vault.com
Upload
curl -X POST https://sandbox-api.claw-vault.com/backup \
-F "file=@SOUL.md"
Claw Vault stores and retrieves agent workspace files with token-based access. Use the API endpoint below for upload, restore, override, and deletion.
https://sandbox-api.claw-vault.com
curl -X POST https://sandbox-api.claw-vault.com/backup \
-F "file=@SOUL.md"
curl -X GET https://sandbox-api.claw-vault.com/backup/<backup_id> \
-H "X-API-Token: <api_token>" \
-o SOUL.md
curl -X PUT https://sandbox-api.claw-vault.com/backup/<backup_id> \
-H "X-API-Token: <api_token>" \
-F "file=@SOUL.md"
10MB10100Agent-facing instructions live in /SKILL.md.
This includes setup guidance for SKILL_TO_EMPTY_PATHS.