Allow adding a URL to launch when clicking a dynamic integration icon in the Computers tab

The CW Automate integration implements the ISupportsExternalProviderAgentUrl interface, which I assume is what allows for opening the Automate web client to the specific machine when you click on the Automate icon in the Computers tab.

Making that interface available to custom dynamic integrations would allow me to make Immy the central hub from which a device can be accessed in any of our systems instead of needing to search for it in each system’s portal.

I assume since the interface is already there it can be implemented now with custom integrations, but there is no documentation on how to do it.