diff --git a/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx b/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx index 8f975494471..823205c3923 100644 --- a/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx +++ b/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx @@ -180,7 +180,7 @@ To get started with API keys: You can view and manage most API keys from the [API keys UI page](https://one.newrelic.com/api-keys). To find that: from the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings/#user-menu), click **API keys**. You can also: -* [Use NerdGraph explorer to view and create](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph#explorer) user keys +* Use to view and create user keys * [Use our NerdGraph API](/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys) for a programmatic way to manage license keys, browser keys, and user keys The [account ID](/docs/accounts/accounts-billing/account-setup/account-id) is another identifying number often required for reporting data to New Relic. diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 71f4f843be6..f8b32cd90b1 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -139,5 +139,16 @@ "primaryButton": "Read the tutorial", "primaryButtonUrl": "https://docs.newrelic.com/docs/tutorial-create-alerts/create-new-relic-alerts/" } - } + }, + "nerdgraph": { + "inlineText": "NerdGraph API", + "popover": { + "header": "NerdGraph is our GraphQL API to query your data and to configure your organization and features.", + "text": "NerdGraph is our primary API for accessing New Relic data. You can access the endpoint by making calls in your code or by using our NerdGraph API explorer.", + "learnMore": "Learn more", + "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", + "primaryButton": "Go to NerdGraph Explorer", + "primaryButtonUrl": "https://one.newrelic.com/nerdgraph-graphiql" + } + } } \ No newline at end of file