core-kv-put
function
The core-kv-put
action Cloudflare KV put. It belongs to the cfkv category within the core area.
Action Syntax
core-kv-put $variable into "text"
A variable name starting with $ followed by a value followed by A quoted text string
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = core-kv-put
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = core-kv-put $varname into "BINDNAME"
Action code: 4288339749
Version: 0.6.4-1
Last updated: 2025-06-13