Build a chain of cubes
buildApply 1 to 512 place/remove ops in one call. Ops run in order; results come back per op. Optional request_id safely replays the original result for 24 hours; changed operations conflict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | ||
| builder | No | ||
| request_id | No | Caller-generated canonical lowercase UUIDv4. Retained for 24 hours; unknown/expired is not proof of non-commit. | |
| protect_existing | No | Atomically reject accepted edits to cells occupied before the batch; preview is only a KV estimate. |