Skip to main content
TinyCloud KV is the direct read/write API for data inside a space. Use it when you want JSON, strings, arrays, or binary values stored under a key.

Start here

What KV is good for

  • User profiles
  • App state
  • Cached objects
  • Shared records in a delegated space

What to keep in mind

  • KV values live inside the user’s TinyCloud space.
  • The same tc.kv surface exists in both SDKs.
  • Space naming and key naming are separate concerns.
Verified against the KV service shipped with TinyCloud SDK 2.7.0.