Skip to main content
POST
/
volumes
/
empty
Create Empty Volume
curl --request POST \
  --url https://api.declaw.ai/volumes/empty \
  --header 'X-API-Key: <api-key>'
Creates an empty file-granular volume. Edit its files via the files API below, then live-mount it into a sandbox with mode: mount or mount-ro. Requires a file-granular backend (503 otherwise).