Get started

Monitoring & incidents · wired today

What can agents actually do with Grafana?

Incidents move faster than humans can tab-switch. The Grafana connector is one of 205 executable connectors and gives agents 3 tools, with the credential held in the vault and every call receipted.

The Grafana tool list, exactly as agents see it

  • list_dashboards — Search Grafana dashboards by query and/or tag
  • get_dashboard — Get a Grafana dashboard by UID, including its panel list
  • list_alerts — List Grafana alert rules with current state (firing, pending, normal)

What the Grafana connector needs

You provide API key, base URL from your Grafana account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Grafana's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

The Grafana connector is a hand-written module that has been exercised against the live Grafana API.

Grafana integration FAQ

What can Quox agents do with Grafana?

Agents can run 3 tools against Grafana: list dashboards, get dashboard, list alerts. Every call is receipted in the evidence trail.

What does the Grafana integration need?

You provide API key, base URL from your Grafana account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Grafana credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Grafana connector?

The Grafana connector is a hand-written module that has been exercised against the live Grafana API.