vault_save
Persist a JSON-serialisable value under a hashed key in the miniCloud Vault. Cost: 0.001 USDC via Skyfire. Redeemed immediately on each call. Requires a valid skyfire-pay-id header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique identifier for the stored value. SHA-256 hashed before storage for privacy. | |
| value | Yes | Any JSON-serialisable value to store. Must not be null or undefined. |