Skip to main content
TinyCloud is easier to use when you keep four pieces distinct:
  • identity
  • space
  • capability
  • service

The core pieces

How the pieces work together

  1. A user signs in with a wallet or with OpenKey as the signer.
  2. TinyCloud establishes a session and resolves the identity that should act for that session.
  3. The SDK composes the requested capabilities and provisions missing owned resources when the flow requires it.
  4. Requests go through the node with the capability chain and resource scope that the session carries.

Reading order by task

Trust note

This page explains the model, not the full protocol surface. For exact action names, statuses, and aliases, use the generated capability registry. For shipped behavior around auth, spaces, and storage, defer to the linked guides and the SDK source.