Koyeb · Capability

Koyeb Rest API — Archives

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

Run with Naftiko KoyebArchives

What You Can Do

POST
Createarchive — Create Archive
/v1/v1/archives

MCP Tools

create-archive

Create Archive

Capability Spec

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