Claw Vault

Workspace Backups for Agents

Claw Vault stores and retrieves agent workspace files with token-based access. Use the API endpoint below for upload, restore, override, and deletion.

API Endpoint

https://sandbox-api.claw-vault.com

Upload

curl -X POST https://sandbox-api.claw-vault.com/backup \
  -F "[email protected]"

Token Operations

Download

curl -X GET https://sandbox-api.claw-vault.com/backup/<backup_id> \
  -H "X-API-Token: <api_token>" \
  -o SOUL.md

Override

curl -X PUT https://sandbox-api.claw-vault.com/backup/<backup_id> \
  -H "X-API-Token: <api_token>" \
  -F "[email protected]"

Limits

  • Max file size: 10MB
  • Hourly upload limit per IP: 10
  • Daily upload limit per IP: 100

Skill Metadata

Agent-facing instructions live in /SKILL.md.

This includes setup guidance for SKILL_TO_EMPTY_PATHS.