Enterprise-Only FeatureThe Credit Dashboard and Credit Quotas are available exclusively to Enterprise customers.
Overview
Augment provides enterprise administrators with comprehensive tools to monitor credit consumption and manage credit limits across their organization. This guide covers the Credit Dashboard for monitoring and the Credit Quota system for controlling credit allocation.
| Feature | Purpose |
|---|
| Credit Dashboard | Monitor organization-wide and per-user credit consumption with detailed model usage breakdowns |
| Credit Quotas | Set monthly credit limits at the organization and user level to control spending |
Credit Dashboard
The Credit Dashboard gives administrators visibility into how credits are being consumed across their organization. This feature is available exclusively to Enterprise customers.
To access the Credit Dashboard, visit app.augmentcode.com and navigate to Credit Dashboard in the sidebar.
Date Filtering
The entire dashboard supports filtering by date range. Use the date selector at the top of the page to view credit consumption for a specific period.
Summary Metrics
The dashboard displays key metrics at the top:
- Credits Consumed — Total credits used in the selected time period
- Avg Credits per Day — Daily average consumption to help forecast usage
Model Usage Distribution
A visual breakdown showing which AI models are consuming credits. You can filter the chart to focus on specific models and export the data as CSV for further analysis.
Per-User Usage Table
A detailed table showing credit consumption by user:
| Column | Description |
|---|
| User | Email address or service account name |
| Credits Consumed | Total credits used by this user in the selected period |
| Model Breakdown | Mini chart showing which models each user is utilizing |
The table supports:
- Sorting by any column
- Searching for specific users
- CSV export of the complete user usage data
When quota configuration mode is enabled, additional columns for Quota and Usage (a visual bar showing consumption relative to quota) appear in the table.
Credit Quotas
Credit quotas allow administrators to set monthly credit limits to govern consumption.
Quota Types
Augment supports the following quota configurations:
| Quota Type | Scope | Description |
|---|
| Organization Quota | Entire tenant | Maximum credits the entire organization can consume per month |
| Default User Quota | All users | Default monthly limit applied to every user (can be overridden per-user) |
| User Override | Individual user | Custom limit for a specific user, overriding the default |
Quota Behavior
- Organization Hard Limit: When the organization’s total credit consumption reaches the configured limit, all users in the organization lose access to Augment until the next calendar month.
- User Hard Limit: When an individual user’s credit consumption reaches their limit, that user loses access to Augment until the next calendar month. Other users are unaffected.
- No Limit Configured: Users without a quota can use credits without restriction (subject only to the organization quota)
- Override Takes Precedence: A user-specific override always takes precedence over the default user quota
- Monthly Reset: Quotas reset at the beginning of each calendar month
Configuring Credit Quotas
- Visit app.augmentcode.com and navigate to the Credit Dashboard
- Toggle Configure Quotas at the top of the page
- The quota configuration panel and per-user quota column will appear
Setting Organization & Default User Quotas
In the Configure Quotas panel:
- Total Credit Quota — Enter the maximum credits your organization can use monthly
- Per User Quota — Enter the default monthly limit for all users
Click Save to apply changes. These limits take effect immediately.
Setting Individual User Quotas
There are two ways to set quotas for specific users:
Inline Editing
- Find the user in the usage table
- Click the quota value (or “not configured”)
- Enter the new limit and press Enter
- The change saves automatically
Bulk Upload via CSV
For managing quotas across many users:
- Click Bulk Manage in the Configure Quotas panel
- Download the CSV template (pre-populated with all users and current quotas)
- Edit the CSV:
- Column A:
user — Email address or SA ServiceName for service accounts
- Column B:
quota — Credit limit (leave empty to clear the override)
- Upload the edited CSV
- Review any validation warnings
- Click Save to apply all changes
CSV Format Example:
user,quota
alice@company.com,10000
bob@company.com,5000
SA MyServiceAccount,2000
charlie@company.com,
Note: An empty quota value clears any existing override, causing the user to fall back to the default quota.
Service Accounts
Service accounts (non-interactive users like CI/CD integrations) are included in quota management. They appear in the user table with an “SA” prefix and can have quotas set via inline editing or CSV upload.
Known Limitations
- Usage Refresh Rate: The Credit Dashboard updates hourly. Recent usage may take up to an hour to be reflected.
- Context Engine MCP: Credits consumed via Context Engine MCP are not currently shown in the dashboard.
Coming Soon
Future releases will include:
- Soft Limits & Notifications: Warnings before users hit their hard limit
- Model & Activity Restrictions: Limit which models or features specific users can access
Frequently Asked Questions
Q: What happens when a user exceeds their credit quota?
A: Their access to Augment features (chat, agent, CLI) is paused. They’ll see a message directing them to contact their administrator.
Q: Can I set unlimited credits for specific users?
A: Yes. Leave the quota field empty or clear an existing override to give a user unlimited access (subject to the organization quota).
Q: How do organization and user quotas interact?
A: Both are enforced. A user is paused if they hit their individual quota OR if the organization quota is exhausted.
Q: When do quotas reset?
A: At the beginning of each calendar month (UTC).
Q: Are service accounts subject to quotas?
A: Yes. Service accounts can have quotas set just like regular users.