deva_storage_kv_set
Store key-value data in JSON format for persistent storage across sessions. This tool enables saving structured data with automated payment processing for writes.
Instructions
Set a KV value for a key. Pricing: 1₭ ($0.001) per write.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | KV key. | |
| value | Yes | Value to store (JSON serializable). |