Agentforce and Generative AI Reference

Review the reference documentation for Agentforce and Eintein Generative AI developers.

Use Agent API to communicate with AI agents in your org. Create a connected app in your Salesforce org, generate a token, and then start using the API. Take advantage of topics and actions in Agentforce by sending messages to AI agents.

The Agentforce Python SDK lets you programmatically create, manage, and deploy agents and prompt templates in Salesforce. This SDK uses the Salesforce Metadata API from a Python-based implementation that you can incorporate into your solution.

Agentforce DX provides pro-code tools to create and test agents outside the Agentforce Builder UI.

Discover how to use custom Lightning types to improve the user interface of custom agent actions for Agentforce in Lightning Experience. Custom Lightning types are particularly effective for handling complex inputs and outputs.

The Models API provides Apex classes and REST endpoints that connect your application to large language models (LLMs).

Testing API combines Metadata API and Connect API endpoints to build and run tests on AI agents.

Use Apex classes to programatically add citations to agent responses.

Some Agentforce functionality is available through our Metadata API and Tooling API.