How to make the app listed in Accessibility menu

My application need user's authority in Privacy-Accessibility.
I know how to navigate to Accessibility.
But I can't figure out how to make my app listed in the Accessibility menu without user clicking the add button
For practically every entry in Privacy there's a specific API you'd use, either to check (newer) or just to access the resource you want (system will automatically prompt). Some, like Automation (AppleEvents) require this new check (AEDeterminePermissionToAutomateTarget), and for Accessibility I believe it's AXIsProcessTrustedWithOptions, and to request a prompt.
How to make the app listed in Accessibility menu
 
 
Q