Skip to main content
A TinyCloud space is the owned container for data. It is the thing you land in after sign-in, and it is the boundary that keeps one user’s application data separate from another user’s data.

What To Use This Page For

  • Decide which space name your app should use.
  • See how the Web and Node SDKs name a space.
  • Move on to provisioning when you need the space to exist on the node.
The resulting space URI has the form tinycloud:pkh:eip155:<chainId>:<address>:<name>. After sign-in, tc.spaceId or node.spaceId gives you the active primary space URI.
Verified against @tinycloud/web-sdk and @tinycloud/node-sdk 2.7.0.