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
- In Grafana, create an API key (or service-account token) with the scopes your workflow needs.
- In the credential, set Base URL to your instance origin (e.g.
https://your-org.grafana.net) β no/apisuffix, no trailing slash. - 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
localhostor self-signed hosts.