Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.thig.ai/llms.txt

Use this file to discover all available pages before exploring further.

Usage Dashboard

The usage dashboard gives you real-time visibility into how your organization is consuming its plan resources.

Accessing Usage Data

  • In-app: Visit /admin/billing or the usage section of your admin dashboard
  • API: GET /api/usage returns all metrics with percentage indicators

Tracked Metrics

MetricDescriptionReset Cycle
Team MembersCurrent members vs. plan limitN/A (cumulative)
ProjectsActive projects vs. plan limitN/A (cumulative)
AI TokensMonthly AI token consumptionMonthly (auto-reset)
TemplatesOrganization templates vs. plan limitN/A (cumulative)
API KeysActive REST API keys vs. plan limitN/A (cumulative)
WebhooksConfigured webhook endpoints vs. plan limitN/A (cumulative)
Document UploadsMonthly upload count vs. plan limitMonthly
Transcription MinutesMonthly voice transcription vs. plan limitMonthly

Usage Indicators

Each metric displays a progress bar with color coding:
ColorUsage LevelAction
GreenUnder 70%No action needed
Yellow70–90%Consider upgrading or reducing usage
RedOver 90%Approaching limit — upgrade recommended

Warnings

The API returns warnings when metrics approach their limits:
  • Warning (80%+) — “You’ve used X% of your [resource] limit”
  • Critical (100%+) — “You’ve reached your [resource] limit”
These warnings also appear as in-app notifications and in the admin dashboard.

Monthly Token Reset

AI token usage resets to zero on the first of each month. This is handled automatically by a server-side cron job.

BYOK Exception

If you use Bring Your Own Keys (BYOK), AI requests made with your personal keys do not count against the organization’s monthly AI token limit.