Humanitec · Capability

Humanitec API — RuntimeInfo

Humanitec API — RuntimeInfo. 3 operations. Lead operation: Get Runtime information about the environment.. Self-contained Naftiko capability covering one Humanitec business surface.

Run with Naftiko HumanitecRuntimeInfo

What You Can Do

GET
Getruntime — Get Runtime information about the environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/runtime
GET
Listruntime — Get Runtime information about specific multiple environments.
/v1/orgs/{orgid}/apps/{appid}/runtime
POST
Checkclusterconnectivity — Provision and check the cluster connectivity in an environment
/v1/orgs/{orgid}/runtime/actions/check-connectivity

MCP Tools

get-runtime-information-about-environment

Get Runtime information about the environment.

read-only idempotent
get-runtime-information-about-specific

Get Runtime information about specific multiple environments.

read-only idempotent
provision-and-check-cluster-connectivity

Provision and check the cluster connectivity in an environment

read-only

Capability Spec

humanitec-runtimeinfo.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Humanitec API — RuntimeInfo
  description: 'Humanitec API — RuntimeInfo. 3 operations. Lead operation: Get Runtime information about the environment..
    Self-contained Naftiko capability covering one Humanitec business surface.'
  tags:
  - Humanitec
  - RuntimeInfo
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUMANITEC_API_KEY: HUMANITEC_API_KEY
capability:
  consumes:
  - type: http
    namespace: humanitec-runtimeinfo
    baseUri: https://api.humanitec.io
    description: Humanitec API — RuntimeInfo business capability. Self-contained, no shared references.
    resources:
    - name: orgs-orgId-apps-appId-envs-envId-runtime
      path: /orgs/{orgId}/apps/{appId}/envs/{envId}/runtime
      operations:
      - name: getruntime
        method: GET
        description: Get Runtime information about the environment.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-orgId-apps-appId-runtime
      path: /orgs/{orgId}/apps/{appId}/runtime
      operations:
      - name: listruntime
        method: GET
        description: Get Runtime information about specific multiple environments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: array
          description: Filter environments by ID (required). Up to 5 ids can be supplied per request.
    - name: orgs-orgId-runtime-actions-check-connectivity
      path: /orgs/{orgId}/runtime/actions/check-connectivity
      operations:
      - name: checkclusterconnectivity
        method: POST
        description: Provision and check the cluster connectivity in an environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: humanitec-runtimeinfo-rest
    port: 8080
    description: REST adapter for Humanitec API — RuntimeInfo. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/orgs/{orgid}/apps/{appid}/envs/{envid}/runtime
      name: orgs-orgid-apps-appid-envs-envid-runtime
      description: REST surface for orgs-orgId-apps-appId-envs-envId-runtime.
      operations:
      - method: GET
        name: getruntime
        description: Get Runtime information about the environment.
        call: humanitec-runtimeinfo.getruntime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{orgid}/apps/{appid}/runtime
      name: orgs-orgid-apps-appid-runtime
      description: REST surface for orgs-orgId-apps-appId-runtime.
      operations:
      - method: GET
        name: listruntime
        description: Get Runtime information about specific multiple environments.
        call: humanitec-runtimeinfo.listruntime
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{orgid}/runtime/actions/check-connectivity
      name: orgs-orgid-runtime-actions-check-connectivity
      description: REST surface for orgs-orgId-runtime-actions-check-connectivity.
      operations:
      - method: POST
        name: checkclusterconnectivity
        description: Provision and check the cluster connectivity in an environment
        call: humanitec-runtimeinfo.checkclusterconnectivity
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: humanitec-runtimeinfo-mcp
    port: 9090
    transport: http
    description: MCP adapter for Humanitec API — RuntimeInfo. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-runtime-information-about-environment
      description: Get Runtime information about the environment.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: humanitec-runtimeinfo.getruntime
      outputParameters:
      - type: object
        mapping: $.
    - name: get-runtime-information-about-specific
      description: Get Runtime information about specific multiple environments.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: humanitec-runtimeinfo.listruntime
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: provision-and-check-cluster-connectivity
      description: Provision and check the cluster connectivity in an environment
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: humanitec-runtimeinfo.checkclusterconnectivity
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.