sf-flex-estimator

Estimates Salesforce Flex Credit costs for Agentforce and Data Cloud workloads.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/amanpraaj/sf-skill-hub --skill sf-flex-estimator-amanpraaj
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sf-flex-estimator
Source: https://github.com/amanpraaj/sf-skill-hub/tree/main/skills/salesforce/sf-flex-estimator
Command: npx skills add https://github.com/amanpraaj/sf-skill-hub --skill sf-flex-estimator-amanpraaj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Teams planning Agentforce agents or Data Cloud pipelines often cannot predict monthly Flex Credit spend before building anything. This Skill produces public list-price cost projections from agent structure and usage meter inputs, so budget sizing and architecture tradeoffs happen before implementation. ## Core Features & Use Cases - Agentforce per-invocation costing: Calculates Flex Credits from prompt tiers (basic, standard, advanced), action types (standard, voice, sandbox), and token overages using linear pricing. - Data Cloud tiered estimation: Applies cumulative monthly tier multipliers (1.0x down to 0.2x) to usage meters like streaming pipelines, unification, and segmentation, plus a 20% Private Connect uplift. - Scenario generation and validation: Produces low/medium/high/enterprise monthly and annual cost tables, with a 130-point scoring rubric and a validation script to flag unrealistic assumptions. - Use Case: A solution architect designing a customer service agent with Data Cloud grounding can run the hybrid template through the calculator to compare a 10K-invocation pilot against a 500K-invocation enterprise rollout and identify whether streaming ingestion or action count dominates cost. ## Quick Start Ask the agent to estimate monthly Flex Credit costs for an Agentforce agent with a given number of prompts, actions, and Data Cloud meters, including low through enterprise usage scenarios.

Frequently Asked Questions about sf-flex-estimator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate Agentforce Flex Credit costs per invocation?▼

Sum the prompt charges by tier (2 FC for basic, 4 FC for standard, 16 FC for advanced) plus action charges (20 FC standard, 30 FC voice), then add any token overage charges. Multiply the total by $0.004 per FC to get the per-invocation dollar cost.

How does Data Cloud tiered pricing work for Flex Credits?▼

Data Cloud applies cumulative monthly tiers: the first 300K FC at 1.0x, 300K to 1.5M at 0.8x, 1.5M to 12.5M at 0.4x, and above 12.5M at 0.2x. Each tier's discount applies only to the volume within that tier's range, not the entire total.

Does Agentforce pricing include volume discounts like Data Cloud?▼

No, Agentforce uses linear per-invocation pricing with no tiered multipliers regardless of volume. Tiered discounting applies only to Data Cloud meter consumption, so the two must be modeled separately and then combined.

How much does Private Connect add to Data Cloud costs?▼

Private Connect adds 20 percent of the tiered Data Cloud Flex Credit total, calculated after tiering is applied. It applies only to the Data Cloud portion of an estimate, never to Agentforce charges.

When should I not use public list-price Flex Credit estimates?▼

Public list-price estimates are unsuitable when you need contract-specific commercial numbers, negotiated discounts, or promotional pricing. Treat the estimate as a planning baseline and route final pricing through Salesforce commercial teams for binding figures.