Agentic Onboarding for RUM
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
Join the Preview!
Agentic Onboarding is in Preview.
Agentic Onboarding is not available in the selected site () at this time.
Overview
Agentic Onboarding lets LLM coding agents instrument your frontend applications for Error Tracking, Real User Monitoring (RUM), and Product Analytics with a single prompt.
Your coding assistant, such as Cursor or Claude Code, detects your project’s frameworks, adds configuration, and provisions required tokens and apps directly from your IDE.
Supported frameworks
Agentic Onboarding is available for the following frameworks: Android, Angular, iOS, Next.js, React, Svelte, Vanilla JS, and Vue.
Setup
Install the Datadog Onboarding MCP server
To install the Datadog Onboarding Model Context Protocol (MCP) server, follow the steps for your coding assistant:
Agentic Onboarding is not available in the selected site () at this time.
Copy and paste the following deeplink into your browser:
In Cursor, click Install for the datadog-onboarding- server.
If the MCP server shows a Needs login link, select it and complete the OAuth flow. When prompted, choose Open to continue and grant access to your Datadog account.
After authentication, return to Cursor and confirm that MCP tools appear under the datadog-onboarding- server.
Agentic Onboarding is not available in the selected site () at this time.
Open an active Claude Code session with the /mcp command:
claude mcp add --transport http datadog-onboarding- "https://mcp./api/unstable/mcp-server/mcp?toolsets=onboarding"
Select the MCP server installed in Step 1. You should see a disconnected - Enter to login message. Press Enter.
When you see the option to authenticate, press Enter. This brings you to the OAuth screen.
After authentication, choose Open to continue and grant access to your Datadog account.
Confirm that MCP tools appear under the datadog-onboarding- server.
Set up your project
Your AI coding agent can help configure Datadog for your project. When you provide a setup prompt, the agent:
- Analyzes your project and identifies the framework, language, and bundler
- Calls the MCP tool and requests permission before running
- Applies the configuration changes specified by the tool
- Provides steps to verify that your application is sending telemetry to Datadog
Note: Your coding agent makes changes locally but does not commit them.
To get started:
Choose the product you want to use and paste its setup prompt into your AI agent:
Add Datadog Error Tracking to my project
Add Datadog Real User Monitoring to my project
Add Datadog Product Analytics to my project
Review and accept each action your AI agent proposes to complete the setup process.
Deploy your app to production
Commit the changes to your repository and configure the provided environment variables in your production environment.