Answer 1
How should clients authenticate requests to the EditorX API?
Authenticate with an Authorization header using a Bearer token issued by the login endpoint. Tokens should be sent on every protected request.
- Send `Authorization: Bearer <token>` for authenticated endpoints.
- Fetch tokens from the login flow before calling workspace and document APIs.