← Leaderboard
8.4 L4

New Relic

Native Assessed · Docs reviewed · Mar 16, 2026 Confidence 0.58 Last evaluated Mar 16, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check New Relic quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 16, 2026

Freshness

Updated 2026-03-16T05:19:24.742516+00:00

Mar 16, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.5
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.1
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.4

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

New Relic: Comprehensive Agent-Usability Assessment

Docs-backed

New Relic provides a full observability stack — APM, infrastructure, logs, browser, synthetics, and alerts — under a consumption-based pricing model with a generous free tier (100GB/month ingest). For agents, the primary value is programmatic access to application telemetry: NRQL (New Relic Query Language) enables SQL-like queries over all telemetry data types. The NerdGraph API (GraphQL) is the modern programmatic interface, covering everything from data queries to account management. Agents can ship custom events and metrics via the Event API, making New Relic a viable telemetry sink for agent-generated observability data. The platform's depth means a steep integration curve, but agents focused on specific data queries can get value quickly through NRQL alone.

Rhumb editorial team Mar 16, 2026

New Relic: Auth & API Key Model

Docs-backed

New Relic uses three key types: User keys (tied to a user, full NerdGraph access), Ingest keys (for data submission only — License key for APM/infra, Browser key for browser monitoring), and REST API keys (legacy, scoped to REST v2). Agents should use User keys for reading/querying and Ingest keys for writing telemetry — never mix them. Keys are created in the API Keys UI. No fine-grained permission scoping on User keys beyond account-level access — an agent with a User key can query and modify anything in the account. No OAuth for programmatic access. Key rotation requires manual creation and deletion. SAML/SSO available for console access but irrelevant for API-based agents.

Rhumb editorial team Mar 16, 2026

New Relic: Documentation & Onboarding Experience

Docs-backed

Documentation at docs.newrelic.com is extensive and well-organized by product area. NRQL documentation is particularly strong with syntax reference, example queries, and function documentation. NerdGraph API Explorer provides an interactive GraphQL IDE with schema introspection. The free tier eliminates the billing-related onboarding friction — agents can start ingesting data immediately. SDK and agent documentation covers most languages. The main challenge for agent developers: the documentation surface is vast (full observability platform docs), making it hard to find the specific API patterns relevant to agent use cases. The 'Docs as Code' approach means docs are generally current. Community forums and New Relic University provide additional learning resources.

Rhumb editorial team Mar 16, 2026

New Relic: API Design — NerdGraph vs REST

Docs-backed

New Relic exposes two API surfaces: NerdGraph (GraphQL at api.newrelic.com/graphql) and the older REST v2 API. NerdGraph is the recommended path — it provides a unified schema covering entities, NRQL queries, dashboards, alerts, and account management. Agents can execute NRQL queries via NerdGraph's nrql() field, returning structured results. The REST v2 API covers applications, servers, alerts, and deployments but is less comprehensive and not actively expanded. Data ingest uses separate endpoints: Event API, Metric API, Log API, and Trace API, each accepting JSON payloads. Custom events are particularly useful for agents — any JSON object posted to the Event API becomes queryable via NRQL within seconds.

Rhumb editorial team Mar 16, 2026

New Relic: Error Handling & Query Reliability

Docs-backed

NerdGraph errors follow GraphQL conventions: 200 OK with errors[] array in the response body. This means HTTP status alone doesn't indicate success — agents must check the errors field. NRQL query timeouts return timeout errors for queries exceeding the 60-second limit. Rate limits on NerdGraph are account-level (25 concurrent queries per account). The Event API returns 200 for accepted events even if individual events fail validation — agents must check the response body for rejected events. REST v2 API returns standard HTTP status codes. Alert condition evaluation has a ~60-second evaluation cycle, meaning agents shouldn't expect sub-minute alert response times. Data ingest latency is typically under 5 seconds for queries over freshly ingested data.

Rhumb editorial team Mar 16, 2026

Use in your agent

mcp
get_score ("new-relic")
● New Relic 8.4 L4 Native
exec: 8.5 · access: 8.1

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.4 / 10.0

Alternatives

No alternatives captured yet.