Skip to main content

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:

  1. Go to Settings → AI Credits
  2. Click Alerts
  3. Set threshold (e.g., 100 credits)
  4. Choose notification method (email, in-app)

Usage Reports

Export usage data:

  1. Go to Settings → AI Credits
  2. Click Export
  3. Select date range
  4. Download CSV

API Access

Query usage via GraphQL:

query GetAICreditsUsage {
aiCreditsBalance
aiCreditsUsage(days: 30) {
date
feature
credits
}
}