Koyeb · Capability

Koyeb Rest API — Quotas

Koyeb Rest API — Quotas. 1 operations. Lead operation: DEPRECATED: Review Organization Capacity. Self-contained Naftiko capability covering one Koyeb business surface.

Run with Naftiko KoyebQuotas

What You Can Do

POST
Revieworganizationcapacity — DEPRECATED: Review Organization Capacity
/v1/v1/quotas/capacity

MCP Tools

deprecated-review-organization-capacity

DEPRECATED: Review Organization Capacity

Capability Spec

koyeb-quotas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Koyeb Rest API — Quotas
  description: 'Koyeb Rest API — Quotas. 1 operations. Lead operation: DEPRECATED: Review Organization Capacity. Self-contained
    Naftiko capability covering one Koyeb business surface.'
  tags:
  - Koyeb
  - Quotas
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KOYEB_API_KEY: KOYEB_API_KEY
capability:
  consumes:
  - type: http
    namespace: koyeb-quotas
    baseUri: https://app.koyeb.com
    description: Koyeb Rest API — Quotas business capability. Self-contained, no shared references.
    resources:
    - name: v1-quotas-capacity
      path: /v1/quotas/capacity
      operations:
      - name: revieworganizationcapacity
        method: POST
        description: 'DEPRECATED: Review Organization Capacity'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: koyeb-quotas-rest
    port: 8080
    description: REST adapter for Koyeb Rest API — Quotas. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/quotas/capacity
      name: v1-quotas-capacity
      description: REST surface for v1-quotas-capacity.
      operations:
      - method: POST
        name: revieworganizationcapacity
        description: 'DEPRECATED: Review Organization Capacity'
        call: koyeb-quotas.revieworganizationcapacity
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: koyeb-quotas-mcp
    port: 9090
    transport: http
    description: MCP adapter for Koyeb Rest API — Quotas. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: deprecated-review-organization-capacity
      description: 'DEPRECATED: Review Organization Capacity'
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: koyeb-quotas.revieworganizationcapacity
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.