top of page

SAP Business AI Platform: Context, Build and Governance

  • Writer: Erkan Ölmez
    Erkan Ölmez
  • 7 hours ago
  • 6 min read

In enterprise AI projects, the most critical debate is often assumed to be model selection: Which large language model is stronger, which one is faster? The field, however, points to a different reality. SAP CTO Philipp Herzig's observation on the Sapphire 2026 stage was clear: the number one reason enterprise AI projects fail to deliver value is a lack of context. No matter how powerful the model an agent runs on, it cannot produce reliable results if it does not know your company's data, processes and rules.


SAP Business AI Platform, which SAP unveiled at Sapphire 2026, is the answer given to this problem at the architecture level. In this article, we address what the platform is and its three layers, context, build and governance, for technical decision makers.


What Is SAP Business AI Platform?


SAP Business AI Platform is the unified architecture that brings SAP Business Technology Platform (BTP), SAP Business Data Cloud and SAP Business AI together in a single governed environment. In SAP's definition, this platform is the place where you "build, contextualize, reason and govern" enterprise AI.


The platform's strategic position is that it is the foundation layer in SAP's Autonomous Enterprise vision: the agents and assistants that will run processes from finance to the supply chain run on top of this platform. We addressed the overall vision in our earlier article; this article goes inside that foundation.


The platform consists of three functional layers. The context layer enables the agent to know the business. The build layer manages the development and running of agents. The governance layer, in turn, takes on the monitoring and oversight of all agents in the organization. Let us look at them in order.


The Context Layer: What Does the Agent Work Knowing?


In Herzig's words, "agents are only as powerful as the context they operate on." The context layer is the source of that power, and it consists of four building blocks.


SAP Knowledge Graph is the heart of the layer. It transforms SAP's fifty years of enterprise process knowledge into a machine-readable, semantic network: the relationships between customers, suppliers, documents, approvals and processes are encoded in this graph. In the analogy of SAP CEO Christian Klein, the Knowledge Graph gives agents a compass and a map to find the right data and the right process in the ERP universe. With the Company Memory concept introduced at Sapphire 2026, this graph can also be extended with company-specific knowledge: policies, work instructions, undocumented process knowledge.


SAP Domain Models are models trained on SAP's own code; they enable agents to understand business logic more deeply.


SAP Business Data Cloud (BDC) carries the data side of context. Because companies work with more than SAP solutions alone, BDC unites SAP and non-SAP data in a single semantic layer. Klein's emphasis sums up the design principle here: no AI agent can compensate for a broken data model.


The model portfolio, in turn, is the reasoning power of the layer. Access to frontier models is provided through the Generative AI Hub; Anthropic's Claude model was positioned as the primary reasoning model powering Joule agents across the Autonomous Suite. For structured tabular data, predictive models such as SAP-RPT-1, which work without training or fine-tuning, are part of the portfolio.


The Build Layer: Who Builds the Agent, and How?


Once the context is ready, the next question is this: who will develop the agents on top of that context? At the center of the build layer sits Joule Studio 2.0, which began rolling out in June 2026.


Joule Studio is SAP's AI-first development environment: an SAP-operated environment in which agents, applications and workflows are built under one roof and their life cycle is managed. Its distinguishing feature is intent-based development: the user describes the desired business outcome in natural language, and Studio produces a working solution from that description. This approach takes agent development out of the exclusive domain of data scientists and opens it to business analysts and process experts. For teams that prefer to stay on the code side, pro-code options are preserved.


Every agent built in Studio is natively anchored to the context layer: thanks to the integration with the Knowledge Graph, Business Data Cloud and Domain Models, agents reason over real business data and process logic from day one. n8n is offered for visual workflow orchestration and Vercel integration for design tooling. Agents gain persistent memory backed by SAP HANA Cloud, so they can preserve user preferences and context across sessions. At runtime, OpenShell, developed with NVIDIA, ensures agents run in a secure environment within defined boundaries.


On the access side, one detail stands out: SAP has opened free design-time access to Joule Studio for customers and partners under fair-use limits through the end of 2026. The cost of experimentation has been lowered.


The Governance Layer: Who Oversees the Agents?


When dozens of agents go into production, the third question becomes unavoidable: who is watching these agents? The governance layer's answer is SAP AI Agent Hub, built on SAP LeanIX and planned for general availability in the third quarter of 2026.


Agent Hub provides a central control plane for all agents in the organization; its scope includes, alongside SAP's prebuilt agents, the custom agents built in Joule Studio and third-party agents in connected systems. On this plane, agents are discovered, verified, monitored and optimized. Which agent can access which data and process is defined by policies; it is verified that only approved agents operate in the environment; agent behavior is monitored against defined KPIs, and agent activity is tied to business outcomes.


The layer also connects to SAP's broader compliance framework: role-based access controls, data lineage tracking and activity logging are built in. SAP Signavio Process Intelligence supplies agents with the right process context, while making visible where agents create value, where they behave inconsistently, and where a new agent would make a measurable difference. For regulated industries, this layer is the decisive part of the platform: agent power and auditability meet in the same architecture.


Access and Ecosystem


Access to the platform takes shape through cloud contracts. RISE with SAP customers receive a commitment to activate three Joule Assistants within their first year; GROW with SAP customers access the full assistant portfolio at onboarding. A path has also been defined for SAP S/4HANA on-premise and ECC customers: customers who commit to moving the majority of their current landscape to SAP Cloud ERP gain access to select AI scenarios.


On the ecosystem side, SAP launched a €100 million fund for partners to accelerate adoption; the fund is also open to partners building new agents on Joule Studio. On the interoperability front, bidirectional agent-to-agent (A2A) interaction with Microsoft Copilot and Google was announced, and on the data front, zero-copy integrations with Microsoft Fabric and Amazon Athena. SAP's intent to acquire Dremio is one of the steps toward extending Business Data Cloud with open-format analytics.


What It Means for Finance


Finance is the first and most concrete application area of this architecture. The close, reconciliation and cash management agents within Autonomous Finance run on top of these three layers: the context layer enables the agent to know the journal entry, the customer and the payment behavior; the build layer makes it possible to build company-specific finance agents; and the governance layer holds each agent's authority boundary and audit trail. We addressed the roles agents take on in the financial close in our Autonomous Enterprise article, and their counterpart on the cash side in our Five Metrics of Cash Management article.


Conclusion


The claim of SAP Business AI Platform stands one step beyond the model race: uniting in a single architecture the three things enterprise AI needs to deliver value, context that knows the business, a disciplined build environment, and end-to-end governance. In a world where agents work "almost right," this trio forms the ground of enterprise-grade AI. To evaluate your platform strategy and your AI roadmap together, you can contact Finpro's experienced consulting team.


Frequently Asked Questions


What is SAP Business AI Platform?


SAP Business AI Platform is the unified architecture that brings SAP BTP, SAP Business Data Cloud and SAP Business AI together in a single governed environment. It was announced at Sapphire 2026 and is the foundation layer where enterprise AI is contextualized, built and governed. It consists of three functional layers: context, build and governance.


What is SAP Knowledge Graph?


SAP Knowledge Graph is the structure that transforms SAP's fifty years of enterprise process knowledge into a machine-readable, semantic network. By encoding business entities, processes and the relationships between them, it provides AI agents with business context. With Company Memory, it can be extended with company-specific policy and process knowledge.


What is Joule Studio?


Joule Studio is SAP's AI-first development environment; it enables agents, applications and workflows to be built and their life cycle to be managed. With intent-based development, a solution can be produced by describing the goal in natural language; no-code and pro-code options are offered together. Joule Studio 2.0 began rolling out in June 2026.


What does SAP AI Agent Hub do?


SAP AI Agent Hub is the central control plane for all AI agents in the organization. It enables agents to be discovered, verified, monitored and governed by policies; it includes role-based access, data lineage and activity logging. It is built on SAP LeanIX and is planned for general availability in the third quarter of 2026.


Can the platform be accessed in an ECC or on-premise environment?


The platform's assistant and agent capabilities are offered through cloud contracts: RISE with SAP customers receive a commitment to activate three assistants in their first year, and GROW with SAP customers access the full portfolio at onboarding. ECC and S/4HANA on-premise customers can gain access to select AI scenarios by committing to move the majority of their landscape to SAP Cloud ERP.





Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.
bottom of page