Requirements
Organization Admin permissions are required to access Omni’s AI credit controls and monitoring tools.What are credits?
Credits are the unit of measurement for AI usage. Every interaction with an AI feature in Omni — such as asking a question, generating a summary, asking AI to make data model changes, or using the MCP Server — consumes tokens from an LLM provider. Omni rolls those up into credits. Credit usage varies depending on several factors:- Task complexity — More complex questions, multi-step analysis, or larger datasets use more credits than basic lookups. Each message in a session carries prior context, so long-running sessions can compound.
- Data model and context size — Omni sends context from the data model to the LLM to improve answer accuracy (field descriptions,
ai_context, synonyms, etc.). Larger data models use more credits. - LLM model — More capable models (e.g., Sonnet-class) consume more credits per request than lighter models (e.g., Haiku-class). See AI model settings to configure tiers.
Organization-level credit controls
The Credits tab in AI Hub > General includes settings that allow you to limit AI credit consumption at the organization level. You can also programmatically manage credit controls using the AI credit controls API.blobsrus-usa and blobsrus-eu. AI credits are pooled at the account level, but managed per organization.Available controls
These settings can be used individually or together:Defining credit usage thresholds
To set a hard cap or less expensive model:- Navigate to AI Hub > General.
- Click the Credits tab.
- Toggle the setting to on.
- In the credits field, enter the number of credits where usage should be hard-capped or downgraded.
- Click Save.
User-level credit controls
By default, users in your organization don’t have credit limits. Overall usage will be capped based on any organization-level controls you have defined, but limits for individual users are only enforced if you enable user-level credit limits. If you want to limit credit usage at the user level, you can:Per-user default limit
A default limit sets a credit limit for each individual user in your organization. When defined, the default applies to all users in the organization that don’t have an individual AI credit limit configured. Default credit limits work alongside organization-level downgrade and hard cap thresholds. For example, you can set a per-user default of 10,000 credits while also configuring an organization-level hard cap of 500,000 credits to control total organizational usage. To define the per-user default credit limit:- Navigate to Settings > Attributes.
- Click the AI credit limit attribute at the top of the attributes list.
- Enter the number of credits in the Default value field to set the organization-wide per-user default, or leave it empty to allow unlimited credits by default. All other fields are read-only.
- Click Save.
Individual user credit limits
Setting credit limits for individual users allows you to control how many credits specific users can consume. For example, you might set a higher limit for power users who rely heavily on AI features, or a lower limit for users who primarily work with static content. When a user-level limit is not set, the user inherits the organization’s per-user default limit. To configure a credit limit for a user:- Navigate to Settings > Users.
- In the list of users, click the user you want to modify.
- Next to AI credit limit, click the Edit button.
- In the dialog that displays, configure the user’s credit limit:
- To set a cap, enter a whole number (ex:
40) in the Credit limit field - To allow unrestricted usage, click the Unlimited toggle
- To remove the user’s current settings, click Unset. The user will inherit the organization’s per-user default limit on save.
- To set a cap, enter a whole number (ex:
- Click Save.
Monitoring credit usage
Omni provides two ways to monitor AI credit usage:- The Credits tab gives you an at-a-glance view of overall usage against your thresholds.
- The Credit Tracking dashboard breaks usage down in detail, including over time, by feature, and by user.
Check usage at a glance
The Credits tab in AI Hub > General displays your total credit usage for the current month. The visualization behavior depends on whether your account has a single organization or multiple.Single organization
Single organization

Usage visualization for accounts with a single organization
- Included — The credit allotment included with your plan
- Downgrade and Cap — The thresholds you’ve set, if any
- Credits used this month — The organization’s current usage, with color-coded bars that transition from green when you’re within limits to red as usage approaches the cap
Multiple organizations
Multiple organizations

Usage visualization for accounts with multiple organizations and thresholds configured
Analyze usage in detail
The Credit Tracking dashboard, available in the Analytics section of Omni, helps you understand how credits are being used in greater detail. To access the dashboard, click Analytics in the left navigation of the Omni app and select the Credit Tracking dashboard. The dashboard displays credit consumption over time and can break down usage in various ways, such as by feature and user.Optimizing credit usage
- Adjust the LLM model tier. See AI model settings.
- Trim unused fields, descriptions, or
ai_contextfrom the data model. Reducing context may lower per-call credit counts, but can increase the number of turns needed to get a good answer. The goal is optimizing efficiency overall. - If using Claude, use the
ai_settings.conversation_prune_lengthparameter to control how aggressively conversation context is managed. When conversation context reaches the specified token threshold, older messages are automatically pruned from the conversation history to stay within limits.
Common questions
When does AI usage reset?
When does AI usage reset?
Why does a single prompt generate multiple rows in the tracking data?
Why does a single prompt generate multiple rows in the tracking data?
What are the blank prompts with credit usage?
What are the blank prompts with credit usage?
Why does the same question sometimes use different amounts of credits?
Why does the same question sometimes use different amounts of credits?
Do AI summary tiles/sub-titles/descriptions on dashboards use credits on every refresh of the dashboard?
Do AI summary tiles/sub-titles/descriptions on dashboards use credits on every refresh of the dashboard?
Next steps
- AI features — Configure which AI features are enabled in your organization
- Custom AI model providers — Use a different model than the Omni default
- Tune Omni AI for cost and quality — Use model settings to tune AI behavior based on your query and cost needs
- Usage analytics — Explore other pre-built analytics dashboards

