Installation
How to install purchased packages into a project.
Download your package
Open Dashboard → Downloads and download the latest version for your license. Keep the archive private; redistribution outside your license terms is not permitted.
Install via package manager
Many products ship as Node packages. After extracting or linking the package, install dependencies and follow the product-specific README.
terminal
bashnpm install
# or
pnpm installVerify the install
Run the product’s smoke check or example script. Confirm environment variables are set before connecting to production systems.
terminal
bashnpm run example
# expect a successful exit code