Reference · Glossary

Cost allocation

Tagging **token spend by team, feature, or customer** so you know who consumed what.

When to use

Multi-tenant SaaS and internal platforms with shared API keys.

When not to

Personal prototypes with one user and one bill.

Example

`/api/support` vs `/api/sales` each log `tokens_in`, `tokens_out`, and estimated USD per request.