SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Use Joule Studio to Create an IT Incident Triage and Auto Routing Agent with N8N, SAP Task Center Node and SAP Agent Node

Use Joule Studio to create and test an agent for an IT Incident Management and Auto Routing including Human in the Loop via SAP Task Center and triggering other Solution based AI Agents via SAP Agent Node.

Overview

🎓 beginner 20 min. JouleBeginner

You will learn

  • How to use intent-based development to create AI solutions.
  • How SAP Domain Models and other resources are levergaed to contextualize the generated solution
Deval Khatri D Deval Khatri May 26, 2026
Created by May 12, 2026
Contributors

Prerequisites

Prerequisites

  • Access to Joule Work and Joule Studio in the Agent Lab at SAPPHIRE
  • You have been provided with the logon information

Steps

Intro

IMPORTANT

Welcome to the Agent lab SAPPHIRE 2026!

You are working with a pre-release version of the Joule Studio. This gives you an early look at our upcoming capabilities. Please keep the following in mind:

  • Features are subject to change: The user interface (UI), terminology, and functionalities you see in this lab may differ from the final generally available product (GA).
  • For Educational use only: This environment is designed for learning and experimentation, not for production use.
  • Potential instability: As a preview version, you may encounter occasional instability or minor bugs. The exercises are designed to work with the current state of the platform. If you get stuck, please notify a session instructor.

Using Joule Studio’s intent-based development, learn to create an intelligent IT Incident Triage and Auto-Routing assistant that supports IT operations teams by automating incident classification, severity assessment, root cause identification, and workflow-based escalation handling. The assistant acts as a virtual IT operations coordinator for support engineers — analyzing incoming incidents from monitoring tools, chat platforms, APIs, and system logs; identifying business impact and probable issue categories; and automatically routing incidents to the correct support teams or n8n workflows in real time. This enables IT teams to reduce manual triage effort, accelerate incident resolution, and shift from reactive support operations toward proactive and intelligent service management.

Step 1 Get Started

  1. Open Joule Studio and select the Develop+ area.

  2. Select the N8N Workflow type and then choose + Create.

    Click + to open the new solution dialog
    Click + to open the new solution dialog

  3. Leave the selected New Solution unchanged, and fill in the agent details:

    Agent Name:

    COPY
    IT Incident Triage + Auto Routing Agent

    Intent Statement & instructions:

    COPY
    You are an IT operations AI agent built using N8N workflows to analyze incoming incident reports from multiple sources
    (webhook payloads, JSON logs) and classify them into severity levels (P1–P4), detect probable root cause category
    (application, infrastructure, integration, user error), and generate a structured incident ticket payload.
    
    You must:
    
    - Normalize unstructured incident text into structured JSON
    - Identify urgency and impact based on keywords and patterns
    - Suggest next best action (restart service, escalate, ignore, collect logs)
    - Route output to appropriate n8n workflow nodes (e.g., “high-priority-escalation”, “auto-resolution”, “log-analysis”)

    Select Quick create

    Enter agent name and intent statement
    Enter agent name and intent statement

  4. Choose OK to launch Joule Studio.

Step 2 Intent
+
Step 3 Requirements
+
Step 4 Specification
+
Step 5 Solution
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Get Started 2. Intent 3. Requirements 4. Specification 5. Solution

Learn more →