Agentforce capabilities in Salesforce Free CRM Suite: a technical examination
Salesforce has extended Agentforce (its generative AI and agentic functionality) to the SMB CRM editions, Free Suite included. If you are a developer, architect, or admin, you want the feature set and, more to the point, the constraints of the Free tier before you weigh adoption or migration.
This review covers what a freshly provisioned Free Suite org gives you out of the box. Such an org typically comes with two user licenses.
Enabling Agentforce features
In a new Free Suite org, the AI features are switched on from a prompt on the Home tab: "Get more done with AI."
Turning them on means accepting the associated terms and conditions. Read those terms before you click through, particularly the parts about how your data is used with generative AI models.
Setup is quick, generally under 30 seconds, and it enables the core functionality across the standard objects: Accounts, Contacts, Opportunities, and Cases.
Core functionality in Free Suite
The Free Suite tier gives you a specific set of pre-built AI interactions. Agent Builder and Prompt Builder are not part of this edition, so there is no customization path.
1. AI record summary generation
This works on standard records. When you ask for a summary, the system shows the standard disclaimer:
"This tool uses generative AI. Review responses to ensure they're accurate, valid, and harmless before you use them."
Summaries come back in seconds. Their quality tracks the contextual data on the record, so a thin record produces a thin summary. The output is copy/paste only. Nothing in the Free tier lets you hang an integration point or an automated action off it.
2. AI email drafting
From a standard record, users start email composition with the "Draft with AI" action, then either write a natural language prompt or pick a predefined template:
- Check in
- Introduce yourself
- Nudge for follow-up
- Reignite engagement
- Send meeting invite
The useful part is the "Revise" option. You give the system a natural language instruction, such as "make the email less formal", and it replaces the draft accordingly.
Starter and Pro Suite differentiators: the conversational AI agent
The architectural divergence between Free Suite and the paid tiers (Starter at $25/user/month; Pro at $100/user/month) is the conversational AI assistant, which only Starter and Pro get.
In those tiers Agentforce stops being a set of discrete feature clicks and becomes an interactive agent that interprets complex natural language requests and carries them out through defined Actions.
Actions are the mechanism for task execution, and they tie the AI's response to real Salesforce operations. Examples of the Actions available:
QueryRecords: runs SOQL-like operations from user input to retrieve records.- Example: "Find all Leads that haven't been touched in over 30 days".
GetActivitiesTimeline: retrieves a chronological sequence of activities for a given record, which is handy for reporting or setting context.- Example: "Summarise the interactions my team had with our top client this week".
ExtractFieldsAndValuesFromUserInput: a parsing action that pulls structured field/value pairs out of unstructured text and stages the payload for a follow-up update action.- Example: takes new Lead details from a spoken request and stages them for record creation.
The official Salesforce documentation has the full list of Actions delivered in these suites.
Architectural limitations in Free Suite
Two limits are hard:
- No customization access. Developers and architects do not get Agent Builder or Prompt Builder. Every deployed AI interaction flow is immutable, dictated entirely by Salesforce's pre-configuration.
- A fixed action set. Users are restricted to the predefined Actions Salesforce ships for the Free tier. You cannot define custom tool calls or wire the agent to external Apex logic.
Treat the Free Suite features as things you consume. They give you nothing to build on.
Leave a Comment