Agentforce for Developers in Salesforce : Bijay Kumar
by: Bijay Kumar
blow post content copied from SalesForce FAQs
click here to view original post
**Summary of Agentforce for Developers in Salesforce** Agentforce is a powerful AI tool designed for Salesforce developers, acting as a virtual programming assistant. It allows developers to create AI agents that understand natural language, follow instructions, and interact with Salesforce data. Users can enable Agentforce through their Trailhead account or in the Lightning experience, and it integrates seamlessly with Visual Studio Code (VS Code). ### Key Features: - **Pair Programming:** Agentforce assists developers by providing code suggestions and generating code snippets based on user prompts. - **Integration with VS Code:** Developers can easily install Agentforce as part of the Salesforce Extension Pack for VS Code. - **Metadata Awareness:** It understands Salesforce metadata, allowing it to generate accurate SOQL queries and other code snippets based on existing objects. ### Setup Instructions: 1. **Installation:** Install the Agentforce extension from the Salesforce Extension Pack in VS Code. 2. **Connecting to Salesforce Org:** - Open VS Code and create a new project. - Authorize your Salesforce Org for the connection. - Check the connection to ensure you’re set up correctly. ### Practical Usage: Here are some use cases showcasing Agentforce's capabilities: - **Writing SOQL Queries:** Developers can prompt Agentforce for specific queries, and it will generate the appropriate SOQL code. - **Creating Apex Classes:** Users can request Agentforce to create Apex classes with specified methods, simplifying the coding process. - **Batch Processing:** Developers can prompt Agentforce to create batch classes that handle specific tasks, such as deleting records based on certain criteria. ### Conclusion: Agentforce is an effective tool for Salesforce developers, enhancing productivity and code quality by providing AI-driven coding assistance. It’s designed to work with real-time Salesforce data while maintaining security through the Einstein Trust Layer. ### Additional Context: Agentforce is part of Salesforce’s push towards incorporating AI and automation into development processes, making it easier for developers to create robust applications. This aligns with the broader trend in the tech industry of utilizing AI tools to enhance software development efficiency. ### Relevant Hashtags for SEO: #Salesforce #Agentforce #AIAssistant #VisualStudioCode #SalesforceDevelopment #CodeOptimization #SalesforceExtensions #DevelopmentTools #SalesforceAdmins #SFDX #CodingHelp #SOQL #ApexClasses #TechTrends #AIinDevelopment
We can enable and create Agentforce org using our trailhead account or the Lightning experience. Now, we have Einstein Copilot, which helps users on the Salesforce platform. We have a service agent that helps users on the community site, etc.
Similarly, Agentforce is an AI assistant for Salesforce platform developers. It acts as a pair programmer and can help developers build different solutions. In this tutorial, we will learn how to enable Agentforce for developers in Salesforce and connect to the VS code IDE. By the end, you will know how to run Agentforce in your VS code setup and how to make it do custom things for your projects.
Agentforce for Developers in Salesforce
Agentforce is Salesforce’s platform for creating AI agents that can think and act on their own. These agents can understand natural language, follow instructions, and work with Salesforce data to display the output. For the Salesforce admins, we have Einstein Copilot, which helps users on the Salesforce platform. We have a service agent that helps users on the community site, etc.
Similarly, Agentforce is an AI assistant for Salesforce platform developers. It acts as a pair programmer and can help developers build different solutions. These AI programmers use large language models to generate code or provide coding suggestions. Agentforce for developers is available in VS code as well as code builder.
Uses of Agentforce for Developers in Salesforce
- Agent Builder: A tool in Salesforce where we set up agents, but we can add custom code to it.
- Actions: There are standard and custom actions according to which the agent works, like running code you write or calling other systems.
- Data Access: It works with Salesforce data and data cloud so your code can use real-time information.
- Security: The Einstein Trust Layer keeps things safe, which is important when you’re coding with sensitive data.
Setup Agentforce For Developers in Salesforce
In the step below, I have explained how to set up and use Agentforce with Visual Studio Code (VS Code).
Install Agentforce for Developers in VS Code
To get started with Agentforce for Developer, you have to install the extension Agentforce for Developer. This extension is actually part of the Salesforce extension pack. So, if you go to the extensions and search for the Salesforce Extension Pack Expanded, you will find around 17 extensions in this pack.
This Agentforce for developers is also part of this extension. Here is where we have Agentforce for developers. We need to install it.

As I enabled it, you can see the agent icon at the bottom, as well as the I chat icon also appearing here for now for an agent for the developer to work.
There are the following two prerequisites:
- First, you need to have an agent for the developer extension installed and enabled.
- You need to be connected to a Salesforce org. It could be a sandbox or scratch org. Once you do that, you will see the Agentforce icon at the bottom.
Connect VS Code to Your Salesforce Org
To work with Agentforce, we need to connect VS code to Salesforce org:
- Open VS Code: Start VS Code on your computer.
- Create a Project: In VS Code, press Ctrl+Shift+P to open the command palette. Type “SFDX: Create Project” and hit Enter. Choose “Standard” as the project type, name it, and pick a folder to save it in.
- Authorize Your Org: In the command palette, type “SFDX: Authorize an Org.” Select “Sandbox” or “Developer” (depending on your org type), and a browser window will pop up. Log in to your Salesforce org with your username and password. After logging in, VS Code will connect to your org, and you’ll see it listed in the bottom bar (it might say something like “defaultorg”).
- Check the Connection: In the terminal, type sfdx org: display and press Enter. You should see details about your org, like the username and org ID. If it works, you’re connected!


Agentforce for developers is an AI-powered tool that is available as an easy-to-install Visual Studio code extension. It is built using the code Gen and gen code. So these two codes, gen and gen code, are the models that are in the house model of Salesforce. So, all the coding suggestions that you will get or all the dev assistants like are you chatting with the LM7 model. These are the LL models in the back. Agentforce for developers is enabled by default in your Salesforce orgs.
Agentforce for developers is enabled by default in your Salesforce orgs. Now, what does this mean?
If you search for Agentforce for Developers in Quick Find and then go to Agentforce for Developers, you will see that it is enabled by default. You have the option to disable it. So again, if you don’t want any of the developers to use this AI model for development purposes, you can disable it. But by default, it will be enabled.

Agentforce for developers knows about your metadata. This means that if you ask Agentforce for a developer to write a query on any of your custom or standard objects and you ask it to query some fields, it knows the actual API name of it.
The Agentforce for the developer has these LL models. Codegen LM model and x gen code model. Whatever prompt you give will be passed to these LL models. But along with your prompt or the context of your code, it will also pass some additional information.
To give the prompt, click the Agentforce icon and provide the query to get the result about the code in VS code.

In this way, we can enable Agentforce for Developers and run Agentforce in your VS code setup in Salesforce.
Example 1: Write SOQL Query Using Agenforce in VS Code
To start a conversation with a dev assistant, you need to just click on this Agentforce icon, and the dev assistant will come up here. So here, I’m creating an Apex class named AccountInfo.
In the class below, we have created a constructor with list collection, and now we are stuck on what query should be written to get account records in which the account priority is high. Now we can take the help of Agentforce.
So, in the below image, you can see I have given a prompt to write an SOQL query, which I want to add in the Apex class.

After providing the prompt, you can see the agent has provided a query to retrieve the account records with the fields and conditions that we provided.
But for this query to work, I had to open an apex class here, and Salesforce has mentioned that in their Dreamforce events and articles.
Also, when I don’t have any files open, it seems like it is not working correctly. But the moment I have this file with this account list, maybe now it knows that account there is an object, and then it is referring to this object file.

Example 2: Create an Apex Class Using Agentforce in VS Code
So here I’m giving a prompt to the agent to create an account search controller class. This class will have two methods that can be invoked from the component. The first method is to get default records, which returns an account record with field name, account number, and ID.
The second method will accept a search key and search for the account record that matches the search key.
One thing you would have already observed here is that the agent force for a developer cannot create files for you. That is not possible right now.
So, right now, with this prompt, I’m expecting it to create the apex class that our composer created and that we used for the Lwc component.

After generating the response, you can see the apex class that it has created. I asked it to create an apex class account search controller. I asked it to have two methods. The first method is to get the default record.
So we can see that it has given aura enabled Cacheable true, which is good here. It is retrieving ten account records, which is, again, correct. The second method here is search accounts, which accepts a search key and then searches for an account record based on that.
Overall, this apex class looks good. Using this command, we can also create an apex class with the same name. Then, copy this code block and paste it here.

Example 3: Delete Unwanted Records Using Agentorce in VS Code in Salesforce
So now I’m giving prompts to help me create a batch class name: Delete bogus leads. The job of this batch class is to query all the leads whose status is marked as bogus and delete those lead records. So let’s give this prompt.

After executing the prompt, you can see that it has created a batch class and implemented the batch label, which is correct. Then, it has a query locator to query the leads whose status is bogus, which again looks correct. Then, in the executable method, it deletes the leads.
Again, this batch class looks correct. Again, you may want to add more logic within the execute method, which you can do yourself.

In this way, we can set up Agenforce for developers in Salesforce and enable It in the Salesforce VS code.
Conclusion
I hope you have gotten an idea about how to enable Agentforce for developers in Salesforce and connect to the VS code IDE. We have understood how to run Agentforce in your VS code setup and how to make it do custom things for your projects.
You may like to read:
- Invoke Flows From Prompt Template in Salesforce Agentforce
- Create Custom Action Using Flow For Agentforce in Salesforce
- Create Agentforce-Enabled Scratch Orgs From Salesforce Developer Edition
- Prompts and Prompt Builders in Salesforce Agentforce
The post Agentforce for Developers in Salesforce appeared first on SalesForce FAQs.
April 02, 2025 at 09:38PM
Click here for more details...
=============================
The original post is available in SalesForce FAQs by Bijay Kumar
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================

Post a Comment