Humanitec · Capability

Humanitec API — AccountType

Humanitec API — AccountType. 1 operations. Lead operation: List Resource Account Types available to the organization.. Self-contained Naftiko capability covering one Humanitec business surface.

Run with Naftiko HumanitecAccountType

What You Can Do

GET
Listresourceaccounttypes — List Resource Account Types available to the organization.
/v1/orgs/{orgid}/resources/account-types

MCP Tools

list-resource-account-types-available

List Resource Account Types available to the organization.

read-only idempotent

Capability Spec

humanitec-accounttype.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Humanitec API — AccountType
  description: 'Humanitec API — AccountType. 1 operations. Lead operation: List Resource Account Types available to the organization..
    Self-contained Naftiko capability covering one Humanitec business surface.'
  tags:
  - Humanitec
  - AccountType
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUMANITEC_API_KEY: HUMANITEC_API_KEY
capability:
  consumes:
  - type: http
    namespace: humanitec-accounttype
    baseUri: https://api.humanitec.io
    description: Humanitec API — AccountType business capability. Self-contained, no shared references.
    resources:
    - name: orgs-orgId-resources-account-types
      path: /orgs/{orgId}/resources/account-types
      operations:
      - name: listresourceaccounttypes
        method: GET
        description: List Resource Account Types available to the organization.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: The Organization ID.
          required: true
  exposes:
  - type: rest
    namespace: humanitec-accounttype-rest
    port: 8080
    description: REST adapter for Humanitec API — AccountType. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/orgs/{orgid}/resources/account-types
      name: orgs-orgid-resources-account-types
      description: REST surface for orgs-orgId-resources-account-types.
      operations:
      - method: GET
        name: listresourceaccounttypes
        description: List Resource Account Types available to the organization.
        call: humanitec-accounttype.listresourceaccounttypes
        with:
          orgId: rest.orgId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: humanitec-accounttype-mcp
    port: 9090
    transport: http
    description: MCP adapter for Humanitec API — AccountType. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-resource-account-types-available
      description: List Resource Account Types available to the organization.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: humanitec-accounttype.listresourceaccounttypes
      with:
        orgId: tools.orgId
      outputParameters:
      - type: object
        mapping: $.