Try it free

Use Dynatrace Intelligence agentic AI in Workflows

  • Latest Dynatrace
  • How-to guide
  • 3-min read
  • Published May 08, 2026
  • Preview

Agentic AI integration for Workflows Workflows is able to actively react to changes and analyze real-time data in your environment by using Dynatrace agentic tools.

By using agentic AI workflow integration, you can:

  • Analyze real-time data in your environment.
  • Get insights into the status and changes within your environment by utilizing agentic tools. To learn more about available tools, see Server and server tools.
  • Make forecasts, analyze open problems and suggest remediation steps.
  • Generate and execute DQL queries.
  • Analyze logs, read documents and retrieve security vulnerabilities.
  • Automate repeated tasks by configuring agentic AI integration to react and adapt to the changes in your environment.

Prerequisites

To use the Dynatrace Intelligence agentic AI workflow action, ensure that you have the following permissions:

  • ai:operator:execute
  • mcp-gateway:servers:invoke
  • mcp-gateway:servers:read
  • document:documents:read

Depending on the tools you use, you might need additional permissions. For more information about tool-specific permissions, see Server and server tools.

To use Dynatrace Intelligence (Preview), you need to

  1. Ensure that you have a Hub subscription for the Dynatrace Intelligence agentic and generative AI Preview channel.

    If you don't have a subscription, please reach out to your Customer Success Manager (CSM).

  2. In Hub Dynatrace Hub, search for Dynatrace Intelligence (Preview).
  3. Select Dynatrace Intelligence (Preview) and select Install.

Limits

Standard usage limits for Agentic and generative AI are also applied to Dynatrace Intelligence (Preview):

ItemMaximum limit

Individual user requests

25 requests per 15 minutes

All user requests across the environment

60 requests per 15 minutes

Tools per request

20

Duration of request to operator processing

120 seconds

If you schedule the automatic workflow execution to run frequently, all other Dynatrace Intelligence agentic and generative AI functionality might get throttled due to reaching the request limit. If you do run into the usage limit, please reach out to your CSM or let us know in the Agentic and generative AI Preview User Group in our Community.

Set up a Dynatrace Intelligence agentic AI workflow action

To create a workflow with Dynatrace Intelligence (Preview) action

  1. In Dynatrace, go to Workflows Workflows.
  2. Select Workflow to create a new workflow.
  3. Choose a workflow trigger that will prompt the execution of the workflow.
  4. Select Add task.
  5. Type Dynatrace Intelligence into the search field or select Dynatrace Intelligence > Prompt Agentic AI.
  6. Configure the action:
    • In the Prompt field, enter your question or request. You can also add specific formatting instructions to better suit your use case.

      You can enter a maximum of 10,000 characters in this field.

    • Optional In the Additional context field, provide any additional context (for example, a code snippet or a supplementary information about a problem or event) you want Dynatrace Intelligence agentic AI to reference when executing your prompt. You can reference an output from a previous workflow action in this field.

      You can enter a maximum of 200,000 characters in this field.

    • Optional In the Instructions field, provide any additional output formatting instructions you want Dynatrace Intelligence agentic AI to reference when executing your prompt.

      You can enter a maximum of 5,000 characters in this field.

    • In Tool selection, select up to 20 tools you want Dynatrace Intelligence agentic AI to use when executing your prompt. Use the Filter tools field to search for specific tools.

      We highly recommend that you select only the tools relevant to your task or question. Choosing all of the tools might significantly increase the time agentic AI needs for executing your prompt.

  7. Optional Expand the Advanced tab and provide additional details for the workflow action:
    • In the Output format (JSON schema) field, provide a JSON schema describing fields be included in the output. The example below shows a schema describing serviceID field:

      {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "type": "object",
      "properties": {
      "serviceId": {
      "type": "string"
      }
      },
      "required": ["serviceId"]
      }

      While the Output format (JSON schema) field is optional, it will be included in the workflow output regardless of whether it was filled or not.

      If you left Output format (JSON schema) field empty, the output will look like this: jsonOutput: null.

    • In the Conversation ID field, provide the ID of another workflow action that called an agent before to continue a previous conversation with an agent. You can get the previous conversation ID by referencing the output of a previous workflow action that used an agentic tool. The example below uses a result of a workflow action invoke-agent-1 as an input for a conversationId:

      {{ result("invoke-agent-1")["conversationId"] }}
  8. Optional Add any additional workflow action before or after Dynatrace Intelligence agentic AI action to support your use case.
  9. Select Save.
  10. Select Run to execute the workflow.

Related topics

  • Workflows
  • Dynatrace Intelligence agentic and generative AI overview
  • Dynatrace Intelligence agentic and generative AI overview
  • Dynatrace MCP server
  • Agentic workflows
Related tags
Dynatrace PlatformGenerative AI for Workflows