CloudRF · Capability

CloudRF API — Satellite

CloudRF API — Satellite. 1 operations. Lead operation: Satellite coverage. Self-contained Naftiko capability covering one Cloudrf business surface.

Run with Naftiko CloudrfSatellite

What You Can Do

POST
Createsatellite — Satellite coverage
/v1/satellite

MCP Tools

satellite-coverage

Satellite coverage

Capability Spec

cloudrf-satellite.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: CloudRF API — Satellite
  description: 'CloudRF API — Satellite. 1 operations. Lead operation: Satellite coverage. Self-contained Naftiko capability
    covering one Cloudrf business surface.'
  tags:
  - Cloudrf
  - Satellite
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLOUDRF_API_KEY: CLOUDRF_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudrf-satellite
    baseUri: https://api.cloudrf.com
    description: CloudRF API — Satellite business capability. Self-contained, no shared references.
    resources:
    - name: satellite
      path: /satellite
      operations:
      - name: createsatellite
        method: POST
        description: Satellite coverage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: key
      value: '{{env.CLOUDRF_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: cloudrf-satellite-rest
    port: 8080
    description: REST adapter for CloudRF API — Satellite. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/satellite
      name: satellite
      description: REST surface for satellite.
      operations:
      - method: POST
        name: createsatellite
        description: Satellite coverage
        call: cloudrf-satellite.createsatellite
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudrf-satellite-mcp
    port: 9090
    transport: http
    description: MCP adapter for CloudRF API — Satellite. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: satellite-coverage
      description: Satellite coverage
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudrf-satellite.createsatellite
      outputParameters:
      - type: object
        mapping: $.