Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ menu:
parent: case_management
identifier: case_management_troubleshooting
weight: 7
- name: Agents
- name: Agent Builder
url: actions/agents/
pre: robot-wui
identifier: agents
Expand Down
24 changes: 18 additions & 6 deletions content/en/actions/agents/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Agents
title: Agent Builder
description: Build custom AI agents that can access the Action Catalog.
disable_toc: false
further_reading:
Expand Down Expand Up @@ -59,7 +59,13 @@

## Customize your agent

When configuring your agent, you have the following options for customization.
When configuring your agent, you have the following options for customization.

### Automation

You can configure your agent to run automatically by setting up a [schedule][13] or by triggering it from a Datadog [monitor][14], [incident][15], or [security signal][16]. These automations are powered by [Workflow Automation][9].

**Note**: If the workflow is triggered from a [monitor][14], you also need to update the monitor's configuration to trigger the workflow upon alert, warning, or recovery.

Check notice on line 68 in content/en/actions/agents/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

### Instructions

Expand Down Expand Up @@ -89,9 +95,9 @@

### Model

By default, new custom agents run on the latest GPT model.
By default, new custom agents run on Claude Sonnet.

To change your agent's model, click **Auto** in the chatbox to open a dropdown menu and choose another model. You can compare these models using [OpenAI's comparison tool][6] and [Anthropic's models comparison][5].
To change your agent's model, click the model name in the chatbox to open a dropdown menu and choose another model. You can compare these models using [OpenAI's comparison tool][6] and [Anthropic's models comparison][5].

### Self Improve

Expand All @@ -105,7 +111,9 @@

### MCP Server

Click the toggle button to enable the [Datadog MCP Server][8]. MCP servers use the Model Context Protocol to provide additional tools and capabilities that the agent can use to interact with external systems.
In the **MCP Servers** section, the [Datadog MCP Server][8] is enabled by default. You can also connect third-party MCP servers. MCP servers use the Model Context Protocol to provide additional tools and capabilities that the agent can use to interact with external systems.

Third-party MCP servers use OAuth for authentication, allowing your agent to integrate with popular tools such as Atlassian, Notion, GitHub, PagerDuty, Asana, and Linear.

## Add an agent action

Expand Down Expand Up @@ -151,4 +159,8 @@
[9]: https://app.datadoghq.com/workflow
[10]: https://app.datadoghq.com/app-builder/apps/list
[11]: /actions/workflows/build/#wait-until-condition
[12]: /actions/workflows/build/#retries
[12]: /actions/workflows/build/#retries
[13]: /actions/workflows/trigger/#scheduled-triggers
[14]: /actions/workflows/trigger/#monitor-triggers
[15]: /actions/workflows/trigger/#incident-triggers
[16]: /actions/workflows/trigger/#security-triggers
Loading