AI Help cockpit: user view + behind-the-scenes runtime
The user only sees SAP GUI and a chat dock. The right side shows what AI Core is doing in the ABAP stack while the conversation happens.
Drill-down: how AI Core Hub configures the platform
The Hub is the control plane. It does not execute user turns or own SM36 schedules. It writes governed configuration, versioned templates, and data-source choices that runtime resolves when a dock, web chat, MCP call, or background agent starts.
Configure a governed assistant
AI-to-SAP architecture: where the agent loop happens
Two ingress paths, one governed tool gate. A native SAP trigger drives the in-SAP agent loop: the masked model decides, dispatch_skill governs, isolated skills run, tool results return to the model, then the answer is delivered. An outside AI agent arrives over MCP already as its own agent — it calls a specific tool, so it goes straight through the same governed gate (auth → policy → approval → isolated skill) and the result is returned to it. It never runs our model.