API Access to Installation Code
under review
HappyEarthDay
Summary:
Enable API access to retrieve the tenant/baseline specific installation code and/or corresponding PowerShell one-liner used to deploy the Senteon agent.
Use Case:
Currently, the installation code is only accessible via the Senteon web portal. For MSPs, this limits automation. We want to dynamically pull and sync installation codes into our RMM to support automated deployments, just like we do with other tools in our stack.
Impact:
Prevents full automation of agent deployment
Requires manual steps, introducing friction and human error
Limits scalability and integration with existing deployment workflows
Request:
Add API endpoint or add data to an existing endpoint that allows the retrieval of the installation code and PowerShell command per tenant, so it can be integrated directly into RMM or scripting pipelines.
Example Scenario:
We deploy agents via our RMM using install scripts. Today, we have to manually copy the code from Senteon. With an API, we could programmatically inject the latest code into client-specific configurations as clients are onboarded.
N
Nicole Wraback
under review
N
Nicole Wraback
We store the installation code as though it were a password, so it's impossible to retrieve it after its initial creation. However, the ability to generate a new registration code for a tenant is intended to be added with the first wave of database write support in the Public API. An option to request an entire installation script is not something that has been planned, but does sound worth looking into. Would this fit the use cases you're trying to solve?
HappyEarthDay
Nicole Wraback Yes that would indeed solve for our use case