iyke_kv_set
Store a small JSON value by key and optional scope. Used for persisting configuration or state within an Ikenga project.
Instructions
Store a small JSON value at scope+key. Cap 64 KB per value; cap 1 MB total per scope. For larger durable text, use scratchpads. Scope defaults to active project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| scope | No | ||
| value | Yes |