Editorial photograph of a procurement team reviewing Salesforce Einstein and Agentforce consumption telemetry on a wall of dashboards
Article · Salesforce · AI Credits

Salesforce AI Credits. Consumption Decoded.

Einstein and Agentforce ship on a credit consumption model. The credits look small on the price sheet. The credits add up fast on the production estate. The buyer side response runs the burndown math before the renewal opens, not after the overage invoice lands.

Read the Framework Salesforce Hub
6Credit cost drivers in play
a leading industry analyst firmRecognized
Industry Recognized
500+ Enterprise Clients
$2B+ Under Advisory
11 Vendor Practices
100% Buyer Side Independent

Salesforce ships Einstein and Agentforce under a credit consumption model. Each generative call burns credits. The credit pool is a separate line on the order form. The line item looks small at signing. The line item looks much larger after twelve months of production traffic.

The buyer side response is to run the burndown math before the renewal opens. Score every workflow under both the per credit and the per use case price. The lower number sets the negotiating posture.

Read this article alongside the Salesforce knowledge hub, the Salesforce advisory practice, the Agentforce licensing reference, the renewal playbook reference, and the Vendor Shield subscription.

Key Takeaways

What a CIO and head of procurement need to know in 90 seconds

  • Credits are the metering unit. Each Einstein or Agentforce call consumes credits. The credit pool sits on the order form.
  • Six drivers decide the burndown. Input tokens, output tokens, model class, retrieval calls, action calls, and concurrency.
  • The price per credit varies by tier. Strategic accounts move below the public catalog. Smaller estates pay closer to list.
  • Overage runs on a higher rate. Salesforce charges overage credits at a premium against the committed pool.
  • True up is annual. The committed credit pool resets each year. Overage settles inside the true up.
  • Per use case caps protect the budget. Move from per credit to per use case for the heavy workflows.
  • The renewal posture starts twelve months out. Telemetry, burndown analysis, and use case scoring sit ahead of the order form.

Credit metering basics

The credit is the unit of consumption inside the Einstein platform. Each Einstein and Agentforce call burns a defined number of credits. The credits flow from a committed pool on the order form.

Three credit pool types on the Salesforce order form

  • Einstein Generative AI credits. The general purpose pool. Drives Einstein Copilot, Einstein for Service, and Einstein for Sales.
  • Agentforce credits. The autonomous agent pool. Drives the Agentforce Service Agent, Sales Agent, and Custom Agents.
  • Data Cloud credits. The data unification pool. Drives the segmentation, profile resolution, and activation flows.

Credit consumption at a glance

OperationCredit consumptionExample workload
Standard Einstein callLowEmail summary, record extract
Retrieval augmented callMediumKnowledge article lookup
Agentforce decision stepMediumCase routing, escalation
Agentforce action callHighApex action, external API
Multi turn agent conversationHighestService chat, sales follow up

Six cost drivers

Six drivers decide the credit burndown. Each driver maps to a workflow design decision. Each driver is contestable inside the renewal.

Six credit cost drivers and the buyer side response

  1. Input tokens. The size of the prompt and the retrieved context. Tighten the prompt and the retrieval window to cut the burn.
  2. Output tokens. The length of the generated response. Cap the maximum output length on each prompt.
  3. Model class. Smaller models cost less per call. Use the smaller model on the high volume workflows.
  4. Retrieval calls. Each knowledge article lookup costs credits. Cache aggressively.
  5. Action calls. Each Apex or external API call from an agent costs credits. Design fewer action calls.
  6. Concurrency. High concurrent traffic burns the credit pool faster. Plan the peak hour cap.

Credit burndown across a 1000 seat Service Cloud estate

WorkflowDaily calls per seatAnnual creditsList cost at $0.10 per credit
Case summary generation3011M$1.1M
Knowledge article search155.5M$550K
Email reply draft103.7M$370K
Agentforce case routing51.8M$180K
Agentforce action call33.3M$330K
Total estate25.3M$2.5M

Per use case pricing caps the budget

Salesforce offers a per use case price as an alternative to the per credit model. The per use case price covers a defined workflow at a per agent per month rate. The customer carries no overage risk inside the use case envelope.

The buyer side response is to score every heavy workflow under both models. Per credit pricing favors variable, exploratory workloads. Per use case pricing favors steady state, production workloads. Move the heavy workflows to per use case at the renewal. Keep the exploratory workloads on per credit.

Burndown math

The burndown is the rate at which the credit pool depletes through the year. A flat burndown means the pool sized correctly. A steep burndown means an overage at year end.

Three burndown scenarios across a year

  • Flat burndown. The pool depletes one twelfth each month. The renewal pool sizes to the same level.
  • Accelerating burndown. The pool depletes faster each month as adoption grows. Overage by month nine.
  • Decelerating burndown. The pool depletes slower as workflows mature. The renewal pool reduces.

Overage and true up posture

Salesforce charges overage credits at a premium against the committed pool rate. The premium ranges from twenty five to one hundred percent depending on the contract clause.

Overage rate scenarios

ScenarioOverage rateExample impact on $1M pool
Capped overage clause+25%$250K maximum exposure
Standard overage clause+50%$500K exposure on 100% overage
Premium overage clause+100%$1M exposure on 100% overage
No overage clauseList rate at true upVariable, no cap

The buyer side fix on overage

Negotiate the overage rate at signing. A twenty five percent cap is the strategic account target. Pair the cap with a credit rollover clause. Unused credits at year end roll forward inside a defined window.

Salesforce AI credits look small on the price sheet. They look much larger after twelve months of production traffic. The buyer side response runs the burndown math before the renewal opens, not after the overage invoice lands.

Renewal leverage

The credit consumption renewal carries five negotiating levers. Each lever moves the financial outcome materially.

Five credit renewal levers

  1. Credit pool size. Right size to the actual burndown. Do not pay for unused credits.
  2. Per use case conversion. Move the heavy workflows from per credit to per use case.
  3. Overage cap. Twenty five percent target for strategic accounts.
  4. Rollover clause. Unused credits carry into the next year inside a defined window.
  5. Model class flexibility. Right to swap to smaller models without contractual cost.

What to do next

The seven step checklist below is the buyer side starting position to plan the Salesforce AI credits renewal.

  1. Inventory the workflows. Every Einstein and Agentforce flow. Daily call volume, model class, retrieval pattern.
  2. Run the burndown analysis. Score the depletion curve across the credit pool. Identify the heavy workflows.
  3. Score per use case alternatives. Move the heavy workflows to per use case. Hold the variable workflows on per credit.
  4. Tighten the prompts. Cut input tokens, cap output tokens, swap to smaller models on high volume calls.
  5. Cache the retrieval pattern. Knowledge article lookups burn credits. Cache aggressively.
  6. Negotiate the overage cap. Twenty five percent. Pair with a credit rollover clause.
  7. Lock the renewal pool size. Right size to the burndown. No padding for unused credits.

Frequently asked questions

What is a Salesforce AI credit and how does it work?

A Salesforce AI credit is the unit of consumption inside the Einstein and Agentforce platforms. Each generative call burns a defined number of credits. The credits flow from a committed credit pool that sits on the customer order form. The pool resets at the annual true up. Overage credits run at a premium rate.

What drives the credit consumption per workflow?

Six drivers decide the burndown. Input token size, output token size, model class, retrieval calls, action calls, and concurrency. The buyer side response is to tighten each driver before the renewal. Cap output length, cache retrieval, design fewer action calls, and use smaller models on the high volume workflows.

How does the per use case alternative work?

Salesforce offers a per use case price as an alternative to the per credit model. The per use case price covers a defined workflow at a per agent per month rate. The customer carries no overage risk inside the use case envelope. Move the heavy workflows to per use case. Hold the variable workflows on per credit.

What overage rate is reasonable to negotiate?

The standard overage clause runs at fifty percent above the committed rate. A twenty five percent cap is the strategic account target. Pair the cap with a credit rollover clause that lets unused credits carry into the next year inside a defined window. The overage cap protects the budget when adoption accelerates.

Does Agentforce consume different credits from Einstein?

Agentforce and Einstein draw from related but distinct credit pools on most order forms. Agentforce credits cover the autonomous agent decision steps, the action calls, and the multi turn conversations. Einstein generative AI credits cover the standard generative calls. Read the order form carefully because the pooling rules vary by contract.

How does Redress engage on Salesforce AI credit deals?

Redress runs Salesforce AI credit deals inside Vendor Shield, the Renewal Program, the Benchmark Program, and the Software Spend Assessment. The work covers the burndown analysis, the per use case scoring, the overage cap negotiation, the rollover clause, and the model class flexibility. Always buyer side, never Salesforce paid.

How Redress engages on Salesforce AI credits

Redress runs Salesforce AI credit deals inside the Vendor Shield subscription, the Renewal Program, the Benchmark Program, and the Software Spend Assessment. Every engagement is led by a former Salesforce commercial executive on the buyer side.

Read the related benchmarking, about us, locations, and contact pages.

Score your Salesforce AI credit posture in under five minutes.
Open the Salesforce Calculator →
White Paper · Salesforce

Download the Salesforce Renewal Playbook.

A buyer side reference on Salesforce renewals, Einstein and Agentforce credits, the burndown math, and the renewal leverage. Includes the six cost drivers, the per use case conversion, the overage cap, and the rollover clause.

Independent. Buyer side. Written for CIOs, CFOs, and procurement leaders carrying Salesforce estates. No Salesforce influence. No sales kickback.

Salesforce Renewal Playbook

Open the white paper in your browser. Corporate email only.

Open the Paper →
6
Cost drivers
25%
Overage cap target
12 mo
Renewal window
500+
Enterprise clients
100%
Buyer side

Salesforce AI credits look small on the price sheet. They look much larger after twelve months of production traffic. The buyer side response runs the burndown math before the renewal opens, not after the overage invoice lands.

Chief Information Officer
Global software platform
More Reading

More from this practice.

Salesforce Hub →
Agentforce Licensing
Salesforce · White Paper
Agentforce Licensing
Buyer side Agentforce framework.
18 min read
Salesforce Renewal Playbook
Salesforce · White Paper
Salesforce Renewal Playbook
Buyer side renewal framework.
18 min read
Salesforce Knowledge Hub
Salesforce · Hub
Salesforce Knowledge Hub
Master Salesforce reference.
18 min read
Salesforce Advisory Services
Salesforce · Service
Salesforce Advisory Services
The Salesforce practice.
10 min read
Service Cloud Licensing
Salesforce · Guide
Service Cloud Licensing
Edition tiers and the agent seat math.
17 min read
Editorial photograph of enterprise contract negotiation strategy

Salesforce AI deals run cleaner with buyer side preparation.

We have run 500+ enterprise clients across 11 publishers. Every engagement starts with one conversation.

Salesforce intelligence, monthly.

Einstein and Agentforce credit math, burndown analysis, per use case conversions, overage caps, and renewal levers across every Salesforce engagement we run.