-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Agentic Onboarding RUM #32743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Agentic Onboarding RUM #32743
Conversation
Co-authored-by: aaronddog <aaron.joyce@datadoghq.com> Co-authored-by: meghanlo <37924402+meghanlo@users.noreply.github.com>
|
Created docs card: https://datadoghq.atlassian.net/browse/DOCS-12773 |
| {{% /tab %}} | ||
| {{< /tabs >}} | ||
| 2. In your AI agent client, click **Install** for the `datadog-onboarding-mcp` server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The install/auth steps differ between Cursor and Claude Code.
For Cursor, the steps here are mostly correct (with a few small suggestions below).
The steps for Claude Code are as follows:
- Open an active Claude Code session with the /mcp command:
claude /mcp- Select the MCP server installed in Step 1. You should see a
disconnected - Enter to loginmessage. PressEnter(screenshot below) - The user should then see an option to authenticate, e.g.,
1. Authenticate(screenshot below). They should pressEnterfor this option (screenshot below) - This will bring the user the OAuth screen, which is the same for both Cursor and Claude Code
Step 2
| 2. In your AI agent client, click **Install** for the `datadog-onboarding-mcp` server. | ||
| 3. If you see a **Needs login** link under the installed MCP server, click the link to complete the Oauth process. | ||
| 4. When prompted to open an external website, click **Open**. | ||
| 5. After you've granted access to your Datadog account, you are redirected to Cursor. Click **Open** to complete the authentication process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Claude Code, the user will be redirected to another page in the browser, and they will then need to open their Claude Code in their terminal from where they were originally redirected (before seeing the OAuth screens)
| 3. If you see a **Needs login** link under the installed MCP server, click the link to complete the Oauth process. | ||
| 4. When prompted to open an external website, click **Open**. | ||
| 5. After you've granted access to your Datadog account, you are redirected to Cursor. Click **Open** to complete the authentication process. | ||
| 5. Confirm you see MCP tools listed for the `datadog-onboarding-mcp` server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name of the MCP server will differ, as specified above, e.g., datadog-onboarding-us1, datadog-onboarding-us3, so we may want to adjust the above names to just be datadog-onboarding-mcp irrespective of DC
content/en/real_user_monitoring/application_monitoring/react_native/setup/reactnative.md
Show resolved
Hide resolved
aaronddog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments
|
|
||
| ## Prerequisites | ||
| ### Supported frameworks | ||
| Agentic Onboarding is available for the following frameworks: Android, Angular, iOS, Next.js, Svelte, Vanilla JS, Vue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have support for React - just not React Native.
Apologies for the confusion on this!
What does this PR do? What is the motivation?
Adds setup instructions for Agentic Onboarding for Browser, Android, iOS, React Native
Merge instructions
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes