Description
Build a metering system that tracks API usage per subscription tier and enforces rate limits with soft warnings and hard caps.
Acceptance Criteria
Technical Scope
- backend/services/
- src/store/subscriptionStore.ts
- Edge: usage spike handling, billing cycle reset, metering accuracy under load
Description
Build a metering system that tracks API usage per subscription tier and enforces rate limits with soft warnings and hard caps.
Acceptance Criteria
Technical Scope