Overview

The Agentforce Vibes extension is an AI-powered developer tool that's available as an easy-to-install Visual Studio Code extension built using secure AI models. The extension is available in the VS Code and Open VSX marketplaces as a part of the Salesforce Extension Pack, and Salesforce Extension Pack (Expanded) in the VS Code desktop application, and in Agentforce Vibes IDE.

It’s important to note that Salesforce doesn’t use customer data to train our LLMs.

Agentforce Vibes

Agentforce Vibes generates Apex code from natural language prompts and automatically suggests code completions for you as you type. When enabled along with IntelliSense, this feature makes Salesforce development in Visual Studio Code even richer. Familiarity with Visual Studio Code is assumed.

  • Agentforce Chat: Code with ease with intelligent chat right beside you. Get started with agentic development workflows and Salesforce automation by chatting in natural language. Agentforce Vibes takes action to execute tasks like analyzing unfamiliar code, improving documentation, and completing complex development workflows.
  • Inline Code Completions: Autocomplete suggestions that appear directly in your editor as you type, predicting the next line or block of code based on context.

The Agentforce Vibes extension uses generative AI, which can produce inaccurate or harmful responses. The output generated by AI is often nondeterministic. Before using the generated output, review it for accuracy and safety. You assume responsibility for how the outcomes are applied to your organization.

Agentforce Vibes is powered by Large Language Models (LLMs) hosted by Salesforce. The system uses a two-tier model approach: Pro and Core.

Agentforce Vibes automatically starts with the Pro model (Claude-4.5-Sonnet) for chat and interactive experiences. When you reach your monthly Pro model limits, the system automatically falls back to the Core model (GPT5mini) for the remainder of the monthly period.

FeatureModel UsedUsage Limit (per org)
Agentforce Vibes ChatPro. Fallback: Core model.110 requests OR 1.5M tokens per month (whichever first)
Inline AutocompleteGPT-4.1 model.1,500 requests OR 15,000 tokens per day (whichever first)

Agentforce Vibes Chat (Pro Model)

  • 110 requests per month per org, OR
  • 1.5M tokens per month per org
  • Whichever limit is reached first

The monthly window resets 30 days after your first Pro model request. When either limit is reached, Agentforce Vibes automatically switches to the Core model.

Inline Autocompletion (GPT-4.1 Model)

  • 1,500 requests per day per org, OR
  • 15,000 tokens per day per org
  • Whichever limit is reached first

When you reach either limit, no new completions are available until the daily limit resets 24 hours after your first request.

All models, including third-party models, operate within the Salesforce Trust Boundary or are hosted by Salesforce partners inside a shared trust zone.

Admins can download Agentforce Vibes usage data as a CSV file from their production org. The report aggregates usage across all sandboxes and scratch orgs associated with that production org. Go to Setup > Agentforce Vibes and click Download Usage Data. The file downloads locally with the previous 30 days of usage.

The CSV includes usage data collected for:

  • Org identifiers.
  • Number of active users.
  • Models used and LLM request counts.
  • Lines of code generated and accepted.
  • Acceptance rates.

Use the file in spreadsheets, BI tools, or custom scripts for analysis and reporting. Note that the download includes only the previous 30 days. You cannot select a custom time range.

Agentforce Developer Guide

Manage Model Provider Access