Skip to content

Conversation

@OliviaShoup
Copy link
Contributor

What does this PR do? What is the motivation?

This PR creates a new section for custom workflow agents.

Merge readiness:

  • Ready for merge

@OliviaShoup OliviaShoup self-assigned this Oct 20, 2025
@OliviaShoup OliviaShoup added the Do Not Merge Just do not merge this PR :) label Oct 20, 2025
@OliviaShoup OliviaShoup requested a review from a team as a code owner October 20, 2025 20:00
@github-actions github-actions bot added Architecture Everything related to the Doc backend Images Images are added/removed with this PR labels Oct 20, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 20, 2025

Preview links (active after the build_preview check completes)

New or renamed files

@OliviaShoup OliviaShoup changed the title workflow custom agent builder (Actions) workflow custom agent builder Oct 20, 2025

{{< partial name="whats-next/whats-next.html" >}}

<br>Do you have questions or feedback? Join the **#workflow-custom-agents** channel on the [Datadog Community Slack][4].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is referencing an internal channel at Datadog and the Community Slack link doesn't work. Let's remove this entire line.


{{< partial name="whats-next/whats-next.html" >}}

<br>Do you have questions or feedback? Join the **#workflow-custom-agents** channel on the [Datadog Community Slack][8].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is referencing an internal channel at Datadog and the Community Slack link doesn't work. Let's remove this entire line.


### MCP Servers

Click the toggle button to enable MCP (Model Context Protocol). MCP servers provide additional tools and capabilities that the agent can use to interact with external systems.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only MCP available right now is the Datadog MCP. We should link to the docs that explain further what's available via the Datadog MCP: https://docs.datadoghq.com/bits_ai/mcp_server

@@ -0,0 +1,38 @@
---
title: Agents
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The page doesn't include enough content to justify it's existence. Let's combine the two pages and add the "Build an agent" content to this page.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to add a section that explains that you can invoke an agent via a Workflow step.


Click the toggle button to enable MCP (Model Context Protocol). MCP servers provide additional tools and capabilities that the agent can use to interact with external systems.

### Feature Lab
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove this section for now. That was a temporary thing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never seen Datadog obfuscate names in screenshots. It makes the screenshot look unprofessional. Any content in the demo account should be fine to show to customers, including Datadog employee names.

@OliviaShoup OliviaShoup added under_review Sent to someone outside of the docs team for review. and removed Architecture Everything related to the Doc backend Do Not Merge Just do not merge this PR :) Images Images are added/removed with this PR labels Oct 23, 2025
@OliviaShoup OliviaShoup changed the title (Actions) workflow custom agent builder (Actions) custom agent builder Oct 23, 2025
….com:DataDog/documentation into olivia.shoup/docs-12345-custom-agent-builder
Copy link
Contributor

@joepeeples joepeeples left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some edit suggestions to consider. Let me know when you're ready for a quick re-review!

text: "What are AI agents and how do they work?"
---

{{< callout url="https://app.datadoghq.com/actions/agents" btn_hidden="false" header="Join the Preview!" >}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link goes to the app, not the Preview signup form, and even the app link 404's for some orgs (like my dogfooding org). I also don't see an Agents form at https://www.datadoghq.com/product-preview. You might need to hold off merging this PR until a form is available to link to.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We now have a live form here for orgs that don't have access: https://app.datadoghq.com/actions/agents

OliviaShoup and others added 19 commits October 28, 2025 15:02
….com:DataDog/documentation into olivia.shoup/docs-12345-custom-agent-builder
Copy link
Contributor

@joepeeples joepeeples left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a couple small non-blocking comments, thanks!


You can build custom AI agents to act on your observability data and third-party integrations. Agents can use any action from the [Action Catalog][7] to investigate problems, start remediation, or manage resources.

When building an agent, choose a template to get started. Templates come with pre-filled instructions and relevant tools. Templates are named after their main role, like Security Analyst, Log Analyzer, Incident Responder, or DevOps Assistant.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be called "blueprints" instead of "templates," for consistency with the screenshot and "Build an agent from a blueprint" section?

@OliviaShoup OliviaShoup merged commit 3fea54c into master Nov 11, 2025
3 of 4 checks passed
@OliviaShoup OliviaShoup deleted the olivia.shoup/docs-12345-custom-agent-builder branch November 11, 2025 16:10
dussault-antoine pushed a commit that referenced this pull request Nov 13, 2025
* Create heading and index page for Agents

* Create the page Build Agents

* Update intro text for Build Agents

* Reorder side nav to match UI

* Add intro text for blueprints

* Add text for creating an agent

* Add text for customizing the agent

* Update Slack channel to ai-agents

* Add text for main Agents page

* Merge two pages for Agents into one

* Replace screenshot

* Cut mention of Slack channel

* Add link to MCP docs

* Create section for adding agents to workflows/apps

* Cut Feature Lab section

* fix (?) broken links

- remove from Further Reading
- revise to relative in-page header links
- remove URL slug from list of references at bottom

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update preview link & screenshots

* Update agent configuration for new UI

* Fix a typo

* Cut step

* Change sign-up link

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Update content/en/actions/agents/_index.md

Co-authored-by: Joe Peeples <[email protected]>

* Replace "template" with "blueprint"

---------

Co-authored-by: Joe Peeples <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend Images Images are added/removed with this PR under_review Sent to someone outside of the docs team for review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants