Installation
The library is available as a package on npm. You can install the package with:Before you start
Follow our getting started guide to get an API key and a workbook id. You can use your API key in two ways: pass it directly to the client or, preferably, store it in an environment variable namedGRID_API_TOKEN
. Both methods are supported, but using an environment variable is the recommended approach for better security and maintainability.