AI Credits Usage Tracking
Viewing Usage
Go to Settings → AI Credits to see:
- Current Balance — Available credits
- Usage History — Recent transactions
- By Feature — Breakdown by AI feature
- By User — Usage per team member
Usage Alerts
Set up low-balance notifications:
- Go to Settings → AI Credits
- Click Alerts
- Set threshold (e.g., 100 credits)
- Choose notification method (email, in-app)
Usage Reports
Export usage data:
- Go to Settings → AI Credits
- Click Export
- Select date range
- Download CSV
API Access
Query usage via GraphQL:
query GetAICreditsUsage {
aiCreditsBalance
aiCreditsUsage(days: 30) {
date
feature
credits
}
}