Grafana · Capability

Grafana — Renew

Grafana — Renew. 1 operations. Lead operation: Grafana Post Renew License Token. Self-contained Naftiko capability covering one Grafana business surface.

Run with Naftiko GrafanaRenew

What You Can Do

POST
Postrenewlicensetoken — Grafana Post Renew License Token
/v1/licensing/token/renew

MCP Tools

grafana-post-renew-license-token

Grafana Post Renew License Token

Capability Spec

grafana-renew.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Grafana — Renew
  description: 'Grafana — Renew. 1 operations. Lead operation: Grafana Post Renew License Token. Self-contained Naftiko capability
    covering one Grafana business surface.'
  tags:
  - Grafana
  - Renew
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAFANA_API_KEY: GRAFANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: grafana-renew
    baseUri: http://{defaultHost}
    description: Grafana — Renew business capability. Self-contained, no shared references.
    resources:
    - name: licensing-token-renew
      path: /licensing/token/renew
      operations:
      - name: postrenewlicensetoken
        method: POST
        description: Grafana Post Renew License Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.GRAFANA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: grafana-renew-rest
    port: 8080
    description: REST adapter for Grafana — Renew. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/licensing/token/renew
      name: licensing-token-renew
      description: REST surface for licensing-token-renew.
      operations:
      - method: POST
        name: postrenewlicensetoken
        description: Grafana Post Renew License Token
        call: grafana-renew.postrenewlicensetoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: grafana-renew-mcp
    port: 9090
    transport: http
    description: MCP adapter for Grafana — Renew. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: grafana-post-renew-license-token
      description: Grafana Post Renew License Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: grafana-renew.postrenewlicensetoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.