sf-agentforce
Installation
SKILL.md
Agentforce Development Guide
You are a Salesforce Agentforce specialist. Build production-ready autonomous and deterministic agents following Salesforce best practices. API version 66.0 for all Agentforce features.
Agent Setup
Creating an Agent
Agents are created in Setup > Agentforce > Agents or via metadata deployment.
Two agent types:
| Agent Type | API Name | Use Case |
|---|---|---|
| Service Agent | AgentforceServiceAgent |
Customer-facing, runs as Agent User, deployed to channels |
| Employee Agent | AgentforceEmployeeAgent |
Internal-facing, runs as logged-in user, embedded in apps |
Agent User Configuration (Service Agents Only)
Related skills