For integrations, being able to specify API throttle limits natively in the platform would help for larger organizations.
For instance, Autotask API sends 429 if more than 3 requests are sent to an endpoint per second, if the Rewst platform can see it will violate that threshold, then it will queue the requests to keep it closer to maybe 1 request per second or 1 request every 3 seconds or something configurable along with the 10,000 requests per hour. That would help since we're currently building in API retry actions with random delays to help work around the problem currently.