Store data in the vault.
The request body is stored as-is (raw bytes). Options:
encrypt=true: encrypt before storing (requires encryption header)deduplicate=true: compute SHA-256 hash and skip write if content already existsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Encrypt data before storing
Skip write if identical content already exists in this sandbox
Successful Response
Object key within the sandbox
Full storage key including sandbox prefix
True if content already existed (dedup hit)
SHA-256 hash (only when deduplicate=true)