Skip to main content
Group

Agentforce Vibes IDE

This is a group to share information, gather feedback, and answer questions about Agentforce Vibes IDE. Join the conversation here to ask questions, get answers, learn best practices, and share experiences as you continue your journey. --------------------------------------- Confidentiality Statement (http://bit.ly/11YD5E3) This group is maintained and moderated by a Salesforce employee. The content received in this group falls under the official Forward-Looking Statement (http://investor.salesforce.com/about-us/investor/forward-looking-statements/default.aspx).

Hi everyone! 

Does anybody know how do i track the Vibes usage and how many credits are left to me to use? 

I tried check the Digital Wallet app in production, but I don't see any helpful information... 

Thanks, 

Michal

6 answers
0/9000

Configuring Agentforce Vibes - My Experience

 

My company just licensed Agentforce Vibes for me and this is my configuration experience steps. 

 

In production, going to Setup "Agentforce Vibes IDE" now says "Agentforce Vibes is Now Native to Your Org" with no information for how to configure it. 

 

There's no help on the page and the "Trailblazer Community" link opens the community, but the sidebar information isn't for Agentforce Vibes, but for "Code Builder".  

 

I should mention I was using the preview version before it became licensed so I already had the extension installed.

  

Going to 

https://developer.salesforce.com/docs/platform/agentforcevibes/guide/afv-overview.html, the configuration steps were not matching what I was seeing in my environment for configuring things. 

 

Here's the steps I did that successfully configured Agentforce Vibes in my production and sandbox environments. You might consider these steps a quick start. 

 

Production

  1. Log into production Salesforce.
  2. Go to Agentforce Vibes target Users and add the "Agentforce Developer and Admin Tools" Permission Set.
  3. Open a Visualforce Project hooked to production.
  4. Open the "Agentforce Vibes" panel in the left side bar.
  5. At the bottom of the opened panel, hit the "Recheck" button.
  6. The Agentforce Vibes panel shows directions that it is ready to accept input.

Sandbox

  1. Log into a sandbox
  2. In Settings, go to "Company" and click the "Match Production Licenses".
  3. Wait for the email confirmation.
  4. When the confirmation is received, go to Agentforce target Users and add the "Agentforce Developer and Admin Tools" Permission Set.
  5. Open a Visualforce Project hooked to the sandbox.
  6. Open the "Agentforce Vibes" panel in the left side bar.
  7. At the bottom of the opened panel, hit the "Recheck" button.
  8. The Agentforce Vibes panel shows directions that it is ready to accept input.

I hope this helps!

0/9000

My company just licensed Agentforce Vibes for me and the Agentforce Vibes page in my production org shows an "Agentforce Vibes at a Glance" panel. 

 

In that panel is a "Join the conversation in the Trailblazer Community" link. 

 

I was excited to get the most recent configuration and getting started information so I clicked on it, but the sidebar in this group only has "Code Builder" information? 

 

I'll read through the postings to get caught up with the latest and greatest, but thought you should know the new member experience.

0/9000

I'm a Salesforce Consultant and I've had agentforce vibes connected and working in a multiple client orgs.  Recently I'm randomly getting this error message when attempting to switch the org it's connected to. 

 

e.services.ConnectionService.listAllAuthorizations is not a function

2 answers
0/9000

Hi Team, 

 

Agentforce Vibes Extension is enabled in my org, and the Agentforce Vibes IDE is connected to my developer org. However, when I click on Agentforce Vibes in the IDE, it keeps loading and does not open the chat window, as shown in the attached screenshot. Please advise. 

3 answers
  1. Jun 27, 2:03 AM

    Hi @Suman Nuthalapati - Can you reinitiate the same again? Close and reopen. Also make sure that you have Agentforce, Einstein enabled

0/9000

Hi Team, 

 

Few questions on agentforce vibes IDE.  

 

1. Is that not visible in production? I can see only in sanboxes 

2. How to turn the visiblity off in sandboxes? 

3 answers
  1. Jun 16, 5:33 AM

    I want to disable in sandbox. 

    I have this turned off. 

    I still can see the agentforce vibes 

    Disable Extension

    This will prevent the extension from being used when this org is the connected org in the IDE.

0/9000

Thank you for adding the ability to install Code Builder in sandbox environments. This was critical for ensuring that we don't have developers accessing production environments. 

 

What does the roadmap look like for dynamically handling IP restricted environments for Code Builder access? This is a big hurdle for us using the tool as we don't want to burden our admins with maintaining IP addresses for this.

4 answers
0/9000

How to add my team shared project repo hosted on github to agentforce Vibes IDE as a remote repo.? 

 

I want to checkout to the local feature branch in the local github repo and commit my features to that local feature branch. Then push those changes to the remote feature branch in remote team shared repo which is the same workflow most developers follow when using VS Code IDE installed on their desktops.

1 answer
0/9000

Following up on my recent blog post

 on Web Console, I wanted to address a few great questions that came up. 

 

Web Console vs. Agentforce Vibes IDE

 

A simple way to think about it:

  • Web Console = lightweight, instant-on browser development
  • Agentforce Vibes IDE = full cloud IDE with a full compute environment

What Web Console is

  • A browser-based IDE embedded directly in Salesforce
  • Built for fast, in-context tasks without leaving the org
  • Available in all orgs, including free orgs
  • Best for:
    • running SOQL
    • checking debug logs
    • using Anonymous Apex
    • making targeted Apex edits
    • validating a fix quickly
  • In production, Apex is read-only for safety
  • In non-production, you can make inline edits and save changes

What Agentforce Vibes IDE is

  • A full web-based IDE that brings the power of VS Code into the browser
  • Available in Professional Edition, Unlimited Edition, Enterprise Edition and Developer Edition
  • Includes:
    • Salesforce Extensions
    • Salesforce CLI
    • GitHub integration
    • Agentforce Vibes extension for AI-powered development
  • Best for:
    • larger projects
    • multi-file changes
    • source-driven development
    • AI-assisted coding
    • broader team/dev workflows

Biggest difference

  • Web Console is optimized for proximity to the org
    • launch from Salesforce
    • stay in context
    • investigate → fix → validate fast
  • Agentforce Vibes IDE is optimized for depth
    • full project workspace
    • richer tooling
    • better for sustained development work

Strengths of Web Console

  • Loads fast and keeps you in the flow
  • Great for troubleshooting and quick fixes
  • Designed around common “something broke” workflows
  • Lets you move from issue to code faster because it is embedded in Salesforce surfaces like Setup and org-aware workflows

Strengths of Agentforce Vibes IDE

  • Full-featured browser IDE
  • Better for building complete solutions, not just investigating issues
  • Supports CLI, GitHub, AI workflows, and testing/deploying against scratch orgs, sandboxes, and Developer Edition orgs

Use Web Console when…

  • you are already in the org and need to peek under the hood
  • you want to run SOQL or inspect query behavior
  • you need to review logs
  • you want to make a small, targeted fix
  • you want to inspect code in production safely
  • speed and context matter more than a full dev environment

Use Agentforce Vibes IDE when…

  • you are doing feature development
  • you need a full IDE experience
  • you are working across multiple files/components
  • you need CLI, GitHub, or AI-assisted development
  • you are working in a source-driven team workflow

Takeaway

  • Use Web Console for quick, in-context investigation and edits
  • Use Agentforce Vibes IDE for full-fidelity development

Developer Console will continue to coexist with Web Console for now, so this is not a sudden transition. Our goal is for Web Console to become the modern way to handle the quick-debug, query, and edit workflows developers have long used Developer Console for. If a key workflow is missing, that feedback is exactly what we want.

5 comments
  1. May 28, 2:22 PM

    @Ravi Grover Not sure what you mean. Tested it just now and I was able to open Web Console, go into Org Browser and retrieve all LightningComponentBundle in the org (LWC) and they opened correctly in the editor.

0/9000