Use
telnyx-edge v0.3.0 or later. Earlier CLI versions may upload an invalid [[ratelimits]] block instead of rejecting it locally.1. Declare a rate limiter
Add a[[ratelimits]] block to telnyx.toml:
2. Check the limit in your handler
429 response automatically.
telnyx-edge types v0.3.0 does not yet generate rate limiter declarations. Define the small RateLimiter interface in your project, as shown above.3. Ship and test
200 responses followed by a 429: