The throttling is in place to prevent attacks on our servers.
The current throttling settings are set at a maximum of 200 calls per minute and a maximum CPU usage rate of 10% per minute.
These are constants that currently can not be circumvented.
Making these constants configurable per tenant is a feature that is on the roadmap but we have not yet implemented it.
The Public API examples will automatically wait for the time period indicated and automatically retry the call that failed because of the throttling. Our Services are all RESTful so repeating the call after the time period has lapsed does not pose a problem.