Grafana
How to issue a Grafana service-account token and connect it to Nora.
Where to apply for credentials
Grafana — Service accounts docs
1
Open Service accounts
Your Grafana instance → Administration → Service accounts → Add service account.
2
Pick a role
Viewer for read-only agents, Editor for dashboard authorship, Admin for cluster-level changes.
3
Add a token to the SA
Click the new SA → Add service account token. Set an expiration (or none). Copy the value.
Connect in Nora
Set Grafana URL to your instance origin (must be public — RFC1918 hosts rejected). Paste the API Key. Nora callsGET <url>/api/org with Bearer auth and reports the org name.

