Skip to main content

Credits & Billing

The One Agents uses a credit-based model for AI compute. Credits are the only thing you pay for beyond your monthly subscription — every non-AI step in every agent is free.


How Credits Work

One Agent Credit equals approximately $0.001 retail. Credits abstract away the complexity of token counting and model pricing. Instead of tracking "8 million GPT-4o mini tokens per month," you track a single credit balance.

Each AI Reason step in an agent consumes a fixed number of credits based on the model tier selected. The cost is the same regardless of the actual token count — you pay for the tier, not the tokens.

Non-AI steps cost zero credits:

Step TypeCredits
AI Reason — Quick5
AI Reason — Standard20
AI Reason — Premium100
AI Reason — Expert200
Product Action0
Notification0
Approval Gate0
Branch0
Wait0

Model Tiers

Each AI Reason step requires choosing a model tier. Higher tiers use more powerful models and cost more credits.

TierModelToken BudgetCreditsWholesale CostRetail CostBest For
QuickGPT-4o mini~2K tokens5~$0.0006$0.005Simple classification, routing, binary decisions
StandardGPT-4o mini~8K tokens20~$0.0026$0.020Triage, draft responses, moderate analysis
PremiumGPT-4o~8K tokens100~$0.045$0.100Complex analysis, QBR narratives, detailed summaries
ExpertClaude Sonnet~8K tokens200~$0.063$0.200Highest-quality reasoning, compliance analysis, nuanced judgment

Rule of thumb: Default to Standard for most automation steps. Use Quick for steps that just need to pick from a list. Reserve Premium and Expert for steps where the quality of reasoning directly impacts a client relationship or security decision.


Monthly Subscription Tiers

TierPriceCredits/moMax Custom AgentsBest For
Starter$99/mo20,0005 activeSmall MSPs (≤20 clients), getting started with automation
Growth$179/mo100,00025 activeMost MSPs (20–100 clients), active automation program
Scale$299/mo300,000UnlimitedLarge MSPs (100+ clients), aggressive automation

All tiers include:

  • All four system agents (always on, don't count against custom agent limit)
  • Full template library (clone and customize any template)
  • Client Intelligence sidebar across all products
  • Event Catalog access
  • Complete execution audit trail (90-day retention)

Credits expire monthly — unused credits do not roll over. This simplifies billing and encourages consistent use.


Typical Credit Consumption

Here's what credit consumption looks like for a typical 50-client MSP using the four system agents plus a few custom agents:

AgentActivityCredits/StepWeekly RunsWeekly Credits
Dispatch Agent~100 tickets/week20 (Standard)1002,000
Guardian Agent~30 alerts/week20 (Standard)30600
Advisor AgentDaily digest5 (Quick)735
Context BuilderNo AI steps00
Custom: P1 EscalationSMS only, no AI0~50
Custom: Security Response1× Premium/critical alert100 (Premium)~2200

Weekly total: ~2,835 credits Monthly total: ~11,340 credits

At Growth tier (100,000 credits/mo), this MSP uses roughly 11% of their allocation — substantial headroom for additional custom agents and growth.


Monitoring Usage

Navigate to Credits in The One Agents to see:

Current Month

  • Credits used — total consumed this month
  • Credits remaining — allocation minus consumed
  • Usage by agent — which agents are consuming the most credits
  • Usage by model — breakdown across Quick, Standard, Premium, Expert

12-Month History

Month-over-month trend chart showing credit consumption. Useful for forecasting and identifying usage spikes from new agents or high-alert periods.

80% Alert

When your organization reaches 80% of your monthly allocation, The One Agents sends an automatic notification to your Hub admins. This gives you time to:

  • Review which agents are consuming the most credits
  • Pause low-priority agents for the rest of the month
  • Purchase a top-up pack to cover the remainder

Top-Up Packs

If you exhaust your monthly allocation before the end of the month, top-up packs let you add credits immediately without upgrading your subscription tier.

PackCreditsPriceCost per Credit
Small10,000$19.99$0.002
Medium50,000$89.99$0.0018
Large100,000$169.99$0.0017

Top-up credits are consumed before your monthly allocation. They do not expire at month end — they roll over until fully consumed.

ℹ️Overage credits (top-ups) are priced at approximately 2× the base retail rate. If you're consistently purchasing top-ups every month, upgrading your subscription tier is more cost-effective.

Credit Depletion Behavior

When your monthly allocation reaches zero and no top-up packs are available:

  • AI Reason steps begin failing with a credit_insufficient error
  • Non-AI steps (Product Action, Notification, Branch, Wait, Approval Gate) continue running unaffected
  • Executions with failed AI steps are logged with the error — the agent continues if on_error: continue, fails if on_error: fail
  • No new AI reasoning occurs until the next month's allocation resets or a top-up pack is purchased

System agents are subject to the same credit constraints. If your allocation is depleted, Dispatch Agent will not classify tickets and Guardian Agent will not enrich alerts until credits are restored. Non-AI steps in those agents (ticket creation, notifications) will still execute.


Credit Allocation Best Practices

Audit before upgrading. Before purchasing a top-up or upgrading, review your usage-by-agent breakdown. Often, a single misconfigured agent firing on high-volume events is responsible for the overage.

Right-size model tiers. Standard (20 credits) handles most MSP classification and triage scenarios well. If you're using Premium or Expert for steps that don't require that level of reasoning, downgrade them.

Use trigger filters aggressively. An agent that fires on every psa:ticket.updated event (including system-generated updates) will consume far more credits than one filtered to only status eq in_progress. Check your execution counts in the Executions view.

Scope agents to relevant clients. If an agent only makes sense for clients with Defend enrolled, scope it to those client IDs. This prevents unnecessary credit consumption for clients where the automation doesn't apply.