puter.kv.MAX_VALUE_SIZEA property of the puter.kv object that returns the maximum value size (in bytes) for the key-value store.
puter.kv.MAX_VALUE_SIZE
Get the max value size
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.print("Max Value Size: " + puter.kv.MAX_VALUE_SIZE);
</script>
</body>
</html>