AI-201 · Question #199
An Agentforce Agent has been developed with multiple topics and Agent Actions that use flows and Apex. Which options are available for deploying these to production?
The correct answer is C. Deploy flows, Apex, and all agent-related items using either change sets or the Salesforce. Salesforce fully supports deploying Agentforce metadata - including Agent definitions, Topics, and Agent Actions - alongside flows and Apex using standard deployment mechanisms: both Change Sets and the Salesforce CLI (sf project deploy). This means there is no need to manually r
Question
An Agentforce Agent has been developed with multiple topics and Agent Actions that use flows and Apex. Which options are available for deploying these to production?
Options
- ADeploy the flows and Apex using normal deployment tools and manually create the agent-related
- BUse only change sets because the Salesforce CLI does not currently support the deployment of
- CDeploy flows, Apex, and all agent-related items using either change sets or the Salesforce
How the community answered
(45 responses)- A4% (2)
- B2% (1)
- C93% (42)
Explanation
Salesforce fully supports deploying Agentforce metadata - including Agent definitions, Topics, and Agent Actions - alongside flows and Apex using standard deployment mechanisms: both Change Sets and the Salesforce CLI (sf project deploy). This means there is no need to manually recreate agent configurations in production. Option A is incorrect because agent-related metadata does not need to be manually recreated; it is deployable. Option B is incorrect because the Salesforce CLI does support deploying agent-related items as of recent releases.
Topics
Community Discussion
No community discussion yet for this question.