Coveo · Capability

Coveo Search Interface Service API — Hosted Page

Coveo Search Interface Service API — Hosted Page. 7 operations. Lead operation: List Hosted Pages. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoSearch Interface ServiceHosted Page

What You Can Do

GET
Getallhostedpages — List Hosted Pages
/v1/organizations/{organizationid}/hostedpages
POST
Createhostedpage — Create Hosted Page
/v1/organizations/{organizationid}/hostedpages
GET
Getprojecthostedpages — List Hosted Pages in a Project
/v1/organizations/{organizationid}/hostedpages/projects/pages
GET
Gethostedpage — Retrieve Hosted Page Configuration
/v1/organizations/{organizationid}/hostedpages/{pageid}
PUT
Updatehostedpage — Update Hosted Page
/v1/organizations/{organizationid}/hostedpages/{pageid}
DELETE
Deletehostedpage — Delete Hosted Page
/v1/organizations/{organizationid}/hostedpages/{pageid}
GET
Gethostedpagehtml — Show Hosted Page
/v1/organizations/{organizationid}/hostedpages/{pageid}/html/v1

MCP Tools

list-hosted-pages

List Hosted Pages

read-only idempotent
create-hosted-page

Create Hosted Page

list-hosted-pages-project

List Hosted Pages in a Project

read-only idempotent
retrieve-hosted-page-configuration

Retrieve Hosted Page Configuration

read-only idempotent
update-hosted-page

Update Hosted Page

idempotent
delete-hosted-page

Delete Hosted Page

idempotent
show-hosted-page

Show Hosted Page

read-only idempotent

Capability Spec

search-interface-hosted-page.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Search Interface Service API — Hosted Page
  description: 'Coveo Search Interface Service API — Hosted Page. 7 operations. Lead operation: List Hosted Pages. Self-contained
    Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Search Interface Service
  - Hosted Page
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_SEARCH_TOKEN: COVEO_SEARCH_TOKEN
capability:
  consumes:
  - type: http
    namespace: search-interface-hosted-page
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Search Interface Service API — Hosted Page business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_SEARCH_TOKEN}}'
    resources:
    - name: rest-organizations-organizationId-hostedpages
      path: /rest/organizations/{organizationId}/hostedpages
      operations:
      - name: getallhostedpages
        method: GET
        description: List Hosted Pages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createhostedpage
        method: POST
        description: Create Hosted Page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-organizations-organizationId-hostedpages-projects-pages
      path: /rest/organizations/{organizationId}/hostedpages/projects/pages
      operations:
      - name: getprojecthostedpages
        method: GET
        description: List Hosted Pages in a Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rest-organizations-organizationId-hostedpages-pageId
      path: /rest/organizations/{organizationId}/hostedpages/{pageId}
      operations:
      - name: gethostedpage
        method: GET
        description: Retrieve Hosted Page Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatehostedpage
        method: PUT
        description: Update Hosted Page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletehostedpage
        method: DELETE
        description: Delete Hosted Page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rest-organizations-organizationId-hostedpages-pageId-html-v1
      path: /rest/organizations/{organizationId}/hostedpages/{pageId}/html/v1
      operations:
      - name: gethostedpagehtml
        method: GET
        description: Show Hosted Page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: search-interface-hosted-page-rest
    port: 8080
    description: REST adapter for Coveo Search Interface Service API — Hosted Page. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/hostedpages
      name: rest-organizations-organizationid-hostedpages
      description: REST surface for rest-organizations-organizationId-hostedpages.
      operations:
      - method: GET
        name: getallhostedpages
        description: List Hosted Pages
        call: search-interface-hosted-page.getallhostedpages
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createhostedpage
        description: Create Hosted Page
        call: search-interface-hosted-page.createhostedpage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/hostedpages/projects/pages
      name: rest-organizations-organizationid-hostedpages-projects-pages
      description: REST surface for rest-organizations-organizationId-hostedpages-projects-pages.
      operations:
      - method: GET
        name: getprojecthostedpages
        description: List Hosted Pages in a Project
        call: search-interface-hosted-page.getprojecthostedpages
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/hostedpages/{pageid}
      name: rest-organizations-organizationid-hostedpages-pageid
      description: REST surface for rest-organizations-organizationId-hostedpages-pageId.
      operations:
      - method: GET
        name: gethostedpage
        description: Retrieve Hosted Page Configuration
        call: search-interface-hosted-page.gethostedpage
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatehostedpage
        description: Update Hosted Page
        call: search-interface-hosted-page.updatehostedpage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletehostedpage
        description: Delete Hosted Page
        call: search-interface-hosted-page.deletehostedpage
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/hostedpages/{pageid}/html/v1
      name: rest-organizations-organizationid-hostedpages-pageid-html-v1
      description: REST surface for rest-organizations-organizationId-hostedpages-pageId-html-v1.
      operations:
      - method: GET
        name: gethostedpagehtml
        description: Show Hosted Page
        call: search-interface-hosted-page.gethostedpagehtml
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: search-interface-hosted-page-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Search Interface Service API — Hosted Page. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-hosted-pages
      description: List Hosted Pages
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-interface-hosted-page.getallhostedpages
      outputParameters:
      - type: object
        mapping: $.
    - name: create-hosted-page
      description: Create Hosted Page
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: search-interface-hosted-page.createhostedpage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-hosted-pages-project
      description: List Hosted Pages in a Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-interface-hosted-page.getprojecthostedpages
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-hosted-page-configuration
      description: Retrieve Hosted Page Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-interface-hosted-page.gethostedpage
      outputParameters:
      - type: object
        mapping: $.
    - name: update-hosted-page
      description: Update Hosted Page
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: search-interface-hosted-page.updatehostedpage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-hosted-page
      description: Delete Hosted Page
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: search-interface-hosted-page.deletehostedpage
      outputParameters:
      - type: object
        mapping: $.
    - name: show-hosted-page
      description: Show Hosted Page
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-interface-hosted-page.gethostedpagehtml
      outputParameters:
      - type: object
        mapping: $.