cf_kv_put
Store data in Cloudflare KV by writing values to specified keys within a namespace. Use this tool to manage key-value storage for Cloudflare Workers applications.
Instructions
Write a value to KV
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespaceId | Yes | KV namespace ID | |
| key | Yes | Key to write | |
| value | Yes | Value to store | |
| accountId | No | Account ID |