Setup Your Development Environment
Enable Agentforce Vibes IDE in Your Trailhead Playground
In this unit you enable a web-based IDE in your special org so you can set up and launch it properly. Follow the steps below to activate it in your playground, assign the right permissions, and get everything ready for use.
- Click
and select Agentforce Vibes.
- On the Terms & Conditions, click Accept.
- Since you have to navigate back to your playground later, keep both tabs open.
- The first time you launch Agentforce Vibes it runs through a setup process that takes some time. You see the message: “Agentforce Vibes is loading…”
Configure your AI Coding Partner
- If not open already, click the Agentforce icon
in the Activity Bar.
- Add a check to I agree to the terms.
- Scroll down and click Enable & Start Building.
Pick Your Workflow Mode
Plan and Act Modes are key to agentic workflow, helping you balance strategic thinking with hands-on development.
Plan mode provides a conversational, code-safe space where you can explore requirements, evaluate architecture options, and define a detailed implementation plan, while Act mode gives Agentforce full access to write code, deploy metadata, run tests, and it can also follow a plan if one was created. For this badge, we will start with the Act Mode.
- At the bottom of the Agentforce Vibes window, ensure the Plan/Act toggle is set to Act.
- In the Auto-approve section of the window, ensure the Edit checkbox is unchecked. Note: you can drag the divider to the right to expand the window.
Test Basic Functionality
Try these prompts to verify your setup.
Note: If the extension requests access to run commands, click the button to Approve.
- Use the type your task here… input area to interact with Agentforce.
- Enter this prompt:
List all Lightning Web Components in my local project and in this repository.
- Press Enter.
You should see a message about your project not having any Lightning Web Components (LWC). Never fear, your quest does not end here. Onward to the next unit to fix the LWC issue.