Publish the algorithm to create permalinks
Currently the permalinks in Primo contain a secret key which customers can't generate programatically. Using a secret key at all in a URL that is a permalink is questionable.
Permalinks that are dependent on internal secrets and operational details are not in the spirit of nature of long-term commitment.
Permalinks that can't be programatically created based on public available data are also very hard to debug and integrate with external services.
Permalinks should not be dependent on any operational details (for which no long-term commitment can be guaranteed).
Publish the algorithm how this secret key can be calculated or make the key optional (when no key is provided or is empty display a default view)