cf_add_kv_storage
Add Cloudflare KV storage to a Worker by binding a namespace and generating helper utilities for get, put, delete, and list operations.
Instructions
Add Cloudflare KV namespace bindings and helper utilities to a Worker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| namespace | Yes | KV namespace name | |
| operations | Yes | KV operations to scaffold | |
| worker_name | Yes | Worker name |