Current capabilities
- checkout and portal APIs
- plan and budget-aware usage checks
- usage summary and limits endpoints
- cancellation and payment setup flows
Why this matters
This is the foundation for usage-aware pricing and product analytics. It also powers dogfood validation with Ponzu PR reviews during rollout.Implementation notes
- Keep auth + billing boundaries explicit
- Keep usage events append-only for billing accuracy
- Keep docs updated with every pricing/limit behavior change
Related work
- Conceptify billing PR: https://github.com/ClarkPhan/conceptify/pull/25
- Ponzu review platform PR: https://github.com/ClarkPhan/dojo/pull/22
- Usage metering tracker: https://github.com/ClarkPhan/dojo/issues/27