The very first step in using Special:ApiSandbox is to select the action. The field associated with that is a select widget (aka a dropdown menu). For reasons I don't fully appreciate, the list of choices is not alphabetically sorted (see screenshot). Moreover, the list is very long and browsing it is not the most efficient way to find the desired choice, especially if you don't know the exact action name ahead of time.
I suggest we change this from a select widget to an input box widget with autocomplete. That is what we use, for instance, for the prop filed in the query action (second screenshot). This way, the user can start typing the name of the action and the choices will be reduced to those matching what user has typed.
Additionally, I suggest we make sure the list is always alphabetically sorted.