Koyeb · Capability

Koyeb Rest API — OrganizationConfirmations

Koyeb Rest API — OrganizationConfirmations. 1 operations. Lead operation: Confirm organization action. Self-contained Naftiko capability covering one Koyeb business surface.

Run with Naftiko KoyebOrganizationConfirmations

What You Can Do

POST
Confirmorganizationaction — Confirm organization action
/v1/v1/organization-confirmations/{id}

MCP Tools

confirm-organization-action

Confirm organization action

Capability Spec

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