Grafana

Grafana integration status on indie.money

Written By Philippe

Last updated About 1 hour ago

Grafana

βœ… Supported β€” Connect your Grafana instance and run dashboard, team, and user operations.

Setup

  1. In Grafana, create an API key (or service-account token) with the scopes your workflow needs.
  2. In the credential, set Base URL to your instance origin (e.g. https://your-org.grafana.net) β€” no /api suffix, no trailing slash.
  3. Paste the API key. Credentials are stored in Secure Vault; the platform injects them at run time.

Compatibility

All operations are supported β€” dashboard, folder, team, team member, and user (create, get, get all, update, delete).

Limitations

  • The API key must have permissions for the operations your workflow runs (e.g. admin scope for user/team management). Insufficient scope surfaces as an error on the first run.
  • Your Grafana instance must be reachable over public HTTPS with a valid certificate β€” the platform cannot reach localhost or self-signed hosts.