Skip to main content
The @guildai-services/guildai~newrelic package provides agents with access to New Relic observability and monitoring data through Guild’s integration.

Authentication

  • Type: API key

Setup

1

Open Credentials

Go to Credentials in Guild.
2

Connect New Relic

Click New Relic and enter your New Relic API key.

Usage

import { newrelicTools } from "@guildai-services/guildai~newrelic"
import { llmAgent } from "@guildai/agents-sdk"

export default llmAgent({
  description: "An agent that monitors New Relic alerts",
  tools: { ...newrelicTools },
})