Depending on the scale of the organization, there's a number of approaches you could take. I personally think the most scalable solution is the toolkit I presented at JMP discovery summit recently: As Easy as Uploading a Photo: Building, Sharing, and Updating Add-ins Automatica... - JMP User Commu... You could use a network drive, OneDrive, GitLab repo, or GitHub repo as a shared location for scripts, establish a scheduled or automated (we use GitLab CICD, you could use GitHub Actions instead, or run everything manually on a scheduled task on your computer) to automatically build an add-in from the scripts sourced by your team, and have change the autoUpgrade.jsl file in the resources at the link above to point to the location you use. Then you get an auto-updating add-in on your teammates' JMP copies full of the scripts built by your team.