Meaning first
A capability surface explains the action behind the payload.
A request shape can look technically valid and still communicate almost nothing about what the system is really doing. An execution surface closes that gap by telling the caller what operation is being attempted, what state or records are involved, and how the system thinks about success.
The caller no longer has to infer the action from a field list and a route name alone.
Action semantics
An AIXE endpoint explains the business action in plain language rather than leaving the caller to infer it from implementation details.
Operational consequence
The endpoint communicates what happens on success, not just what response object returns.