Koyeb · Capability

Koyeb Rest API — Search

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

Run with Naftiko KoyebSearch

What You Can Do

GET
Search — Search
/v1/v1/search

MCP Tools

search

Search

read-only idempotent

Capability Spec

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