sf-ai-agentforce

Build declarative AI agents with Salesforce Agentforce Builder, GenAiFunction, GenAiPlugin, PromptTemplates, and the Models API.

6|Updated Dec 20, 2023
One-click install
npx skills add https://github.com/ronitnuguru/Package-Visualizer --skill sf-ai-agentforce-ronitnuguru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-ai-agentforce
Source: https://github.com/ronitnuguru/Package-Visualizer/tree/main/.cursor/skills/sf-ai-agentforce
Command: npx skills add https://github.com/ronitnuguru/Package-Visualizer --skill sf-ai-agentforce-ronitnuguru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Salesforce teams need a reliable, UI-driven path to build autonomous AI agents without heavy code, enabling rapid experimentation and deployment.

Core Features & Use Cases

  • Declarative agent construction via Setup UI (Agentforce Builder) for topics and actions
  • Metadata support for GenAiFunction and GenAiPlugin, PromptTemplate, and native Models API
  • Optional resources (references, Lightning Type Bundles) to enrich agent capabilities and UIs
  • Cross-skill integration with Flow, Apex, and Deploy for end-to-end workflows
  • Centralized orchestration order to ensure dependencies are deployed in the right sequence

Quick Start

Create a sample agent using the Agentforce Builder, generate an authoring bundle, and publish it to your target org.

Frequently Asked Questions about sf-ai-agentforce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build Salesforce autonomous agents without writing Apex code?

Salesforce Agentforce enables declarative AI agent development via the Setup UI Builder, allowing you to define topics and actions without heavy code. It supports GenAiFunction, GenAiPlugin metadata, and native Models API for autonomous workflows.

Can I deploy Salesforce PromptTemplates using metadata API v65.0?

Salesforce PromptTemplates are fully supported via metadata deployment using API v65.0 or higher. You generate an authoring bundle containing GenAiPlugin and GenAiFunction metadata, then validate and publish directly to your target org.

What is the best way to create GenAiPlugin metadata for Agentforce?

The best way to create GenAiPlugin metadata is through the UI-driven Agentforce Builder to define agent topics and actions declaratively. You then generate an authoring bundle and publish it to capture the metadata for your target org.

Do I need custom Lightning types to use Salesforce Agentforce?

Custom Lightning types are optional resources used to enrich agent capabilities and user interfaces within Salesforce Agentforce. Core declarative agent construction relies on the Builder UI, GenAiPlugin metadata, and the native Models API.

How does Agentforce integrate with Flow and Apex for end-to-end workflows?

Agentforce supports cross-skill integration with Flow and Apex to execute end-to-end workflows. A centralized orchestration order ensures dependencies across these tools are deployed in the correct sequence during validation.