Koyeb · Capability

Koyeb Rest API — OrganizationQuotas

Koyeb Rest API — OrganizationQuotas. 1 operations. Lead operation: OrganizationQuotas. Self-contained Naftiko capability covering one Koyeb business surface.

Run with Naftiko KoyebOrganizationQuotas

What You Can Do

GET
Getquotas — getquotas
/v1/v1/organizations/{organization-id}/quotas

MCP Tools

getquotas

getquotas

read-only idempotent

Capability Spec

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