OIP system: Cloudflare KV
Cloudflare KV
A generated article for one OIP shelf. It lists every operation in this API/CLI/MCP/device/model/core subsystem, links each leaf article, and gives the ledger path for proof.
This page is the operating article for one build subsystem. It is generated from live directory rows. If a task belongs to this subsystem, scan the operations below, open the matching capability article, run only the exact object named there, and verify by receipt.
Kind: api. Capabilities: 7. Machine system map: /api/dispatch?map=KV&format=markdown. Root: /a/oip.
Operations
KV_GET
KV get by key Use when: small text values that change rarely (system_prompt mirror, feature flags) Arguments: $1. Human article: /a/oip-capability-kv-get. Machine doc: ?key=KV_GET&format=markdown. Invocation history: /api/invocations?object_id=KV_GET.
KV_PUT
KV put $1=key $2=value. Overwrite is OK Use when: the same things KV_GET reads Arguments: $1 | $2. Human article: /a/oip-capability-kv-put. Machine doc: ?key=KV_PUT&format=markdown. Invocation history: /api/invocations?object_id=KV_PUT.
KV_DEL
KV delete by key. e.g. directory:snapshot Use when: invalidate a cached value (e.g. after manual edits to a row that got cached) Arguments: $1. Human article: /a/oip-capability-kv-del. Machine doc: ?key=KV_DEL&format=markdown. Invocation history: /api/invocations?object_id=KV_DEL.
KV_LIST
Invokable OIP capability. Human article: /a/oip-capability-kv-list. Machine doc: ?key=KV_LIST&format=markdown. Invocation history: /api/invocations?object_id=KV_LIST.
KV_GET_JSON
Invokable OIP capability. Human article: /a/oip-capability-kv-get-json. Machine doc: ?key=KV_GET_JSON&format=markdown. Invocation history: /api/invocations?object_id=KV_GET_JSON.
KV_PUT_JSON
Invokable OIP capability. Human article: /a/oip-capability-kv-put-json. Machine doc: ?key=KV_PUT_JSON&format=markdown. Invocation history: /api/invocations?object_id=KV_PUT_JSON.
KV_APPEND
Invokable OIP capability. Human article: /a/oip-capability-kv-append. Machine doc: ?key=KV_APPEND&format=markdown. Invocation history: /api/invocations?object_id=KV_APPEND.