Red5 · Capability

Red5 Pro Stream Manager 2.0 API — Streams

Red5 Pro Stream Manager 2.0 API — Streams. 2 operations. Lead operation: Get Publish Stream Endpoint. Self-contained Naftiko capability covering one Red5 business surface.

Run with Naftiko Red5Streams

What You Can Do

GET
Getpublishstreamendpoint — Get Publish Stream Endpoint
/v1/streams/stream/{nodegroupname}/publish/{streamguid}
GET
Getsubscribestreamendpoint — Get Subscribe Stream Endpoint
/v1/streams/stream/{nodegroupname}/subscribe/{streamguid}

MCP Tools

get-publish-stream-endpoint

Get Publish Stream Endpoint

read-only idempotent
get-subscribe-stream-endpoint

Get Subscribe Stream Endpoint

read-only idempotent

Capability Spec

stream-manager-2-streams.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red5 Pro Stream Manager 2.0 API — Streams
  description: 'Red5 Pro Stream Manager 2.0 API — Streams. 2 operations. Lead operation: Get Publish Stream Endpoint. Self-contained
    Naftiko capability covering one Red5 business surface.'
  tags:
  - Red5
  - Streams
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED5_API_KEY: RED5_API_KEY
capability:
  consumes:
  - type: http
    namespace: stream-manager-2-streams
    baseUri: https://{streamManagerDomain}/as/v1
    description: Red5 Pro Stream Manager 2.0 API — Streams business capability. Self-contained, no shared references.
    resources:
    - name: streams-stream-nodeGroupName-publish-streamGuid
      path: /streams/stream/{nodeGroupName}/publish/{streamGuid}
      operations:
      - name: getpublishstreamendpoint
        method: GET
        description: Get Publish Stream Endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: streams-stream-nodeGroupName-subscribe-streamGuid
      path: /streams/stream/{nodeGroupName}/subscribe/{streamGuid}
      operations:
      - name: getsubscribestreamendpoint
        method: GET
        description: Get Subscribe Stream Endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.RED5_API_KEY}}'
  exposes:
  - type: rest
    namespace: stream-manager-2-streams-rest
    port: 8080
    description: REST adapter for Red5 Pro Stream Manager 2.0 API — Streams. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/streams/stream/{nodegroupname}/publish/{streamguid}
      name: streams-stream-nodegroupname-publish-streamguid
      description: REST surface for streams-stream-nodeGroupName-publish-streamGuid.
      operations:
      - method: GET
        name: getpublishstreamendpoint
        description: Get Publish Stream Endpoint
        call: stream-manager-2-streams.getpublishstreamendpoint
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/streams/stream/{nodegroupname}/subscribe/{streamguid}
      name: streams-stream-nodegroupname-subscribe-streamguid
      description: REST surface for streams-stream-nodeGroupName-subscribe-streamGuid.
      operations:
      - method: GET
        name: getsubscribestreamendpoint
        description: Get Subscribe Stream Endpoint
        call: stream-manager-2-streams.getsubscribestreamendpoint
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stream-manager-2-streams-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red5 Pro Stream Manager 2.0 API — Streams. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-publish-stream-endpoint
      description: Get Publish Stream Endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stream-manager-2-streams.getpublishstreamendpoint
      outputParameters:
      - type: object
        mapping: $.
    - name: get-subscribe-stream-endpoint
      description: Get Subscribe Stream Endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stream-manager-2-streams.getsubscribestreamendpoint
      outputParameters:
      - type: object
        mapping: $.