Huly Platform SDK
The @hcengineering/api-client Node.js package provides typed programmatic access to the Huly Platform. It exposes a WebSocket client (connect) holding a persistent transactor connection and a REST client (connectRest), both authenticated by email/password or token, with document operations such as findOne, findAll, createDoc, updateDoc, and removeDoc. There is no broadly documented public HTTP REST API with stable URL paths; access is intended through this SDK.
Documentation
Documentation
https://github.com/hcengineering/huly.core/blob/main/packages/api-client/README.md
APIReference
https://github.com/hcengineering/huly-examples/tree/main/platform-api