Strata is pre-1.0. APIs, protocol, and storage format may change.
Authentication and Connection
Strata v1 uses a single shared secret from STRATA_TOKEN.
The first client action is authentication. After auth succeeds, the same socket can join document topics, send document deltas, update presence, and ping the server.
Placeholder flow
Section titled “Placeholder flow”- Open the WebSocket connection.
- Send an
authframe with the configured token. - Wait for a
welcomeframe. - Join document topics as needed.
JWT and multi-tenant auth are planned behind the same auth frame shape so the wire protocol can evolve without forcing applications to redesign connection setup.