kv_key_put
Write or update a key-value pair in a Cloudflare KV namespace with optional metadata. Specify namespace ID, key, and value to store the data.
Instructions
Write a key-value pair to a KV namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to write | |
| value | Yes | Value to store | |
| metadata | No | Optional metadata | |
| namespace_id | Yes | KV namespace ID |