Can I apply Rate limit for specific endpoints?

I can see we can control the rate limits from the listed environment variable, but what if I want to limit it to specific endpoints (the public endpoints)? specially the POST for example, how can I do so?

No, the system built in rate limiter is global. That being said, if you’re building a custom endpoint with an extension you could add your own rate limiter on that endpoint.