As you explored in the previous lessons, SAP Automation Pilot is a low-code/no-code tool that simplifies DevOps operations by automating tasks like handling your application, troubleshooting, and orchestration.
However, building a custom automaton flow could be challenging for new users. Generative AI Command Generation addresses this by using simple prompts to create complete automation flows directly in SAP Automation Pilot. In this lesson, you will learn how to enable the feature, crafting prompts, generating commands, and executing them for immediate impact.
Start exploring its full potential now!
What GenAI in SAP Automation Pilot does
GenAI features have been introduced in SAP Automation Pilot to improve customers’ onboarding and boost Dev(Ops) Teams efficiency. The solution itself is to make GenAI (via SAP AI Core) available to customers via a simple prompt so that it:
- Generates fully working DevOps automation flows for customers’ SAP landscapes that can be implemented immediately;
- Enhances the variety and the quality of commands by fully utilizing coding knowledge (bash, python, etc.) of the model;
- Extends the ops use cases even further as the knowledge of different public APIs (e.g., SAP BTP, GitHub, Jira, Dynatrace, etc.) is also fully utilized.
Find below a quick overview of the flow of how SAP Automation Pilot users can generate fully working Ops commands:

Business Scenario

As you may know, the Rotating Banana team has developed a cloud application deployed on SAP BTP within the Cloud Foundry environment. To ensure the application operates smoothly, the Operations team needs to validate its functionality and recover it when necessary.
As an administrator at Rotating Banana, your task is to create a recovery command that:
- Checks the app’s API to confirm it is running correctly.
- Restarts the app if an issue is detected.
- Automatically generates a diagnostic ticket in a ticketing system (such as Atlassian Jira).
Note
Although this example uses Jira, the process applies to any ticketing system.The steps from the Ops flow are also visualized as per the diagram below:

The goal is a fully functional, no-code operational workflow generated instantly from a single prompt. This outcome demonstrates how GenAI streamlines complex DevOps processes, making them more efficient and user-friendly.