Windstream Holdings · Capability

Windstream Enterprise Voice API — system

Windstream Enterprise Voice API — system. 1 operations. Lead operation: Get API Entry Point. Self-contained Naftiko capability covering one Windstream Holdings business surface.

Run with Naftiko Windstream Holdingssystem

What You Can Do

GET
Getapientrypoint — Get API Entry Point
/v1

MCP Tools

get-api-entry-point

Get API Entry Point

read-only idempotent

Capability Spec

windstream-voice-system.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Windstream Enterprise Voice API — system
  description: 'Windstream Enterprise Voice API — system. 1 operations. Lead operation: Get API Entry Point. Self-contained
    Naftiko capability covering one Windstream Holdings business surface.'
  tags:
  - Windstream Holdings
  - system
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WINDSTREAM_HOLDINGS_API_KEY: WINDSTREAM_HOLDINGS_API_KEY
capability:
  consumes:
  - type: http
    namespace: windstream-voice-system
    baseUri: https://{webadmin}/api
    description: Windstream Enterprise Voice API — system business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: getapientrypoint
        method: GET
        description: Get API Entry Point
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.WINDSTREAM_HOLDINGS_USER}}'
      password: '{{env.WINDSTREAM_HOLDINGS_PASS}}'
  exposes:
  - type: rest
    namespace: windstream-voice-system-rest
    port: 8080
    description: REST adapter for Windstream Enterprise Voice API — system. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: getapientrypoint
        description: Get API Entry Point
        call: windstream-voice-system.getapientrypoint
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: windstream-voice-system-mcp
    port: 9090
    transport: http
    description: MCP adapter for Windstream Enterprise Voice API — system. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-api-entry-point
      description: Get API Entry Point
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: windstream-voice-system.getapientrypoint
      outputParameters:
      - type: object
        mapping: $.