Skip to main content

Limits and Usage

When a plan feature is a numeric limit — such as projects: 5 or api_calls: 10000 — you can track consumption against that limit and enforce it in your application.

Reading a limit

Checking remaining capacity

Plan feature configuration reference

Enforcing limits in a controller

Enforcing limits in a policy

Next steps