Skip to content

SAP Agent

Preview Notice
The SAP Agent is currently in preview and not yet available for use. This feature is under active development and will be released soon. Examples, code, and additional documentation will also be made available upon release.

SAP Agent is a third-party agent hosted on the SAP platform. These enterprise-grade AI agents leverage SAP’s Business AI to automate workflows, analyze real-time business data, assist in financial operations, and deliver contextual responses powered by organizational knowledge and SAP systems integration.

The AI Refinery SDK enables effortless integration with a user's tailored SAP Agent through the SAPAgent class, unlocking the full potential of the SAP Agent to boost performance and expand functionalities within the AI Refinery platform.

Workflow Overview

The workflow of the SAPAgent class consists of four components:

  1. Initialization: The user must create the SAP agent on the SAP AI agent platform, and register it in the AI Refinery using the corresponding SAP host URL.
  2. Sending a Query: A user query is forwarded from AI Refinery to the SAP Agent operating on the SAP platform.
  3. SAP-Side Processing: The SAP Agent decides whether to utilize predefined tools, knowledge bases, or other resources and handles the query within the SAP platform.
  4. Receiving and Parsing the Response: The SAP Agent returns the processed results to AI Refinery, which then parses them to derive the final answer.