CloudAlly · Capability

CloudAlly API — Billing

CloudAlly API — Billing. 1 operations. Lead operation: Get partner billing data. Self-contained Naftiko capability covering one Cloudally business surface.

Run with Naftiko CloudallyBilling

What You Can Do

GET
Getpartnerbilling — Get partner billing data
/v1/v1/partners/billing

MCP Tools

get-partner-billing-data

Get partner billing data

read-only idempotent

Capability Spec

cloudally-billing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: CloudAlly API — Billing
  description: 'CloudAlly API — Billing. 1 operations. Lead operation: Get partner billing data. Self-contained Naftiko capability
    covering one Cloudally business surface.'
  tags:
  - Cloudally
  - Billing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLOUDALLY_API_KEY: CLOUDALLY_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudally-billing
    baseUri: https://api.cloudally.com
    description: CloudAlly API — Billing business capability. Self-contained, no shared references.
    resources:
    - name: v1-partners-billing
      path: /v1/partners/billing
      operations:
      - name: getpartnerbilling
        method: GET
        description: Get partner billing data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CLOUDALLY_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudally-billing-rest
    port: 8080
    description: REST adapter for CloudAlly API — Billing. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/partners/billing
      name: v1-partners-billing
      description: REST surface for v1-partners-billing.
      operations:
      - method: GET
        name: getpartnerbilling
        description: Get partner billing data
        call: cloudally-billing.getpartnerbilling
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudally-billing-mcp
    port: 9090
    transport: http
    description: MCP adapter for CloudAlly API — Billing. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-partner-billing-data
      description: Get partner billing data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudally-billing.getpartnerbilling
      outputParameters:
      - type: object
        mapping: $.