load

Loads a package. Brytelytics packages are encapsulations of rules, objects, and events that create business rules boundaries for the API when scoring leads and predicting user behaviors.

FieldTypeRequiredDescription
packageURLstringYes

The URL of the package to load.

This function is not necessary for server-side code. It's specifically a feature of the Brytecore official libraries.

1/* brytescore load syntax */
2
3var packageURL = "https://cdn.brytecore.com/packages/realestate/package.json";
4
5brytescore( "load", packageURL );

Updated July 25, 2026