admin

Automate Grafana Cloud orgs, stacks, RBAC, and service accounts.

213|18|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/grafana/skills --skill admin-grafana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin
Source: https://github.com/grafana/skills/tree/main/skills/grafana-cloud/admin
Command: npx skills add https://github.com/grafana/skills --skill admin-grafana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Grafana Cloud administration involves coordinating organizations, stacks, RBAC, and identity configurations across multiple teams and environments. This Skill provides structured guidance to streamline onboarding, access control, and cloud provisioning, reducing misconfigurations and manual overhead.

Core Features & Use Cases

  • Organization and Stack Structure: model and manage organizations with multiple stacks (prod, staging, dev) and their billing contexts.
  • User Roles and RBAC: predefined roles (Org Admin, Admin, Editor, Viewer) with scoped permissions to govern access at org or stack level.
  • Identity & Access Management: configure SSO/SAML/OAuth providers, role mappings, and secure authentication workflows.
  • Service Accounts & API Keys: guidelines and examples for CI/CD automation and programmatic provisioning.
  • Cloud API & Terraform: patterns for programmatic stack management and Terraform provider usage.
  • Declarative Provisioning: sample YAML for provisioning service accounts and roles.

Quick Start

Configure a Grafana Cloud organization, create a production stack, and provision a service account for CI/CD.

Frequently Asked Questions about admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Grafana Cloud provisioning across multiple environments?

Automate Grafana Cloud provisioning by applying frontmatter-driven metadata, Terraform patterns, and declarative YAML to manage stacks and service accounts across complex multi-stack setups deterministically.

How do I configure SSO and RBAC role mappings for Grafana Cloud?

Configure SSO and RBAC by mapping SAML or OAuth providers to predefined roles such as Org Admin, Editor, or Viewer, enforcing scoped access at the organization or stack level.

What is the best way to generate service accounts and API keys for CI/CD in Grafana?

Generate service accounts and API keys for CI/CD using declarative provisioning YAML samples and programmatic management patterns to enable secure automated authentication and deployment workflows.

Can I manage multiple Grafana Cloud organizations and billing contexts simultaneously?

Manage multiple Grafana Cloud organizations and their billing contexts by modeling structures that span production, staging, and dev stacks to reduce manual overhead and configuration drift.

Does Grafana Cloud administration support Terraform for programmatic stack management?

Grafana Cloud administration supports Terraform provider usage for programmatic stack management, allowing structured onboarding and access-control configuration to enforce deterministic admin workflows.