Access DOpus as ComObject?

Hello sorry for the Noob question. I'm using Claude AI and AHK v2, attempting to determine what folders are currently open in DOpus. It is trying to access it as a ComObject(). The IDs it is using are:

    ; Array of possible COM identifiers
    comIDs := [
        "GPSoftware.DOpus.12",
        "GPSoftware.DOpus",
        "DOpus.Application",
        "DOpus.Application.12"
    ]

I keep getting the error "Invalid Class String." I believe DO is correctly installed (I used the installer; Win 10). It is running in the background, and the AHK v2 script is running as 'Admin.'

Do you guys know, is there some setting in DOpus 13 Pro that needs to be enabled? Is there a different string I should use as the ID?

The AI simply made that up.

See the manual section on DOpusRT.exe instead. There’s a link directly to that section from the menu at the top right here at the forum. That tool is the best way to get information about Opus from outside of Opus.

Thank you, I will check that out.

Now I know more parameters for sending messages to DOpus.
Retrieving File and Folder Information