Red Hat · Capability

Red Hat Satellite API — Organizations

Red Hat Satellite API — Organizations. 1 operations. Lead operation: Red Hat List Organizations. Self-contained Naftiko capability covering one Red Hat business surface.

Run with Naftiko Red HatOrganizations

What You Can Do

GET
Listorganizations — Red Hat List Organizations
/v1/api/v2/organizations

MCP Tools

red-hat-list-organizations

Red Hat List Organizations

read-only idempotent

Capability Spec

satellite-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat Satellite API — Organizations
  description: 'Red Hat Satellite API — Organizations. 1 operations. Lead operation: Red Hat List Organizations. Self-contained
    Naftiko capability covering one Red Hat business surface.'
  tags:
  - Red Hat
  - Organizations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_API_KEY: RED_HAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: satellite-organizations
    baseUri: https://satellite.example.com
    description: Red Hat Satellite API — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-organizations
      path: /api/v2/organizations
      operations:
      - name: listorganizations
        method: GET
        description: Red Hat List Organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.RED_HAT_USER}}'
      password: '{{env.RED_HAT_PASS}}'
  exposes:
  - type: rest
    namespace: satellite-organizations-rest
    port: 8080
    description: REST adapter for Red Hat Satellite API — Organizations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/organizations
      name: api-v2-organizations
      description: REST surface for api-v2-organizations.
      operations:
      - method: GET
        name: listorganizations
        description: Red Hat List Organizations
        call: satellite-organizations.listorganizations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: satellite-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat Satellite API — Organizations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: red-hat-list-organizations
      description: Red Hat List Organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: satellite-organizations.listorganizations
      outputParameters:
      - type: object
        mapping: $.