Salesforce Agentforce Agent API

The Salesforce Agentforce Agent API is a REST API that enables developers to communicate with AI agents directly, starting sessions, sending messages, receiving responses, and ending sessions. It supports embedding agents on websites, creating headless agents for automation, and building multi-agent ecosystems.

API entry from apis.yml

apis.yml Raw ↑
aid: salesforce:salesforce-agentforce-agent-api
name: Salesforce Agentforce Agent API
tags:
- Agentforce
- Agents
- AI
- Conversational AI
- GenAI
- REST
image: https://www.salesforce.com/content/dam/sfdc-docs/www/logos/logo-salesforce.svg
humanURL: https://developer.salesforce.com/docs/ai/agentforce/guide/agent-api.html
baseURL: https://{instance}.salesforce.com/services/data/v{version}/agent
properties:
- url: https://developer.salesforce.com/docs/ai/agentforce/guide/agent-api.html
  type: Documentation
- url: https://developer.salesforce.com/docs/ai/agentforce/guide/agent-api-get-started.html
  type: GettingStarted
- url: https://developer.salesforce.com/docs/ai/agentforce/references/agent-api
  type: APIReference
- url: https://developer.salesforce.com/docs/ai/agentforce/guide/agent-api-examples.html
  type: CodeExamples
description: The Salesforce Agentforce Agent API is a REST API that enables developers to communicate
  with AI agents directly, starting sessions, sending messages, receiving responses, and ending sessions.
  It supports embedding agents on websites, creating headless agents for automation, and building multi-agent
  ecosystems.