Rate Limit not defined on env

Hi I'm trying to add ratelimit binding to my worker but its not appearing on the env variable for some reason?

[[unsafe.bindings]]
name = "RATE_LIMITER"
type = "ratelimit"
namespace_id = "2938"
simple = { limit = 60, period = 3600 }

return Response.json({env})
Was this page helpful?