Coveo · Capability

Coveo Authorization Server API — Organization Api Keys Templates

Coveo Authorization Server API — Organization Api Keys Templates. 3 operations. Lead operation: List API Key Templates. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoAuthorization ServerOrganization Api Keys Templates

What You Can Do

GET
Getorganizationapikeytemplates — List API Key Templates
/v1/organizations/{organizationid}/templates/apikeys
GET
Getapikeytemplateseligibility — Get All API Key Templates' Eligibility for the Current User
/v1/organizations/{organizationid}/templates/apikeys/privileges/eligibility
GET
Getorganizationapikeytemplate — Show API Key Template
/v1/organizations/{organizationid}/templates/apikeys/{organizationapikeytemplateid}

MCP Tools

list-api-key-templates

List API Key Templates

read-only idempotent
get-all-api-key-templates

Get All API Key Templates' Eligibility for the Current User

read-only idempotent
show-api-key-template

Show API Key Template

read-only idempotent

Capability Spec

authorization-organization-api-keys-templates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Authorization Server API — Organization Api Keys Templates
  description: 'Coveo Authorization Server API — Organization Api Keys Templates. 3 operations. Lead operation: List API Key
    Templates. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Authorization Server
  - Organization Api Keys Templates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: authorization-organization-api-keys-templates
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Authorization Server API — Organization Api Keys Templates business capability. Self-contained, no
      shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-templates-apikeys
      path: /rest/organizations/{organizationId}/templates/apikeys
      operations:
      - name: getorganizationapikeytemplates
        method: GET
        description: List API Key Templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The unique identifier of the target [organization](https://docs.coveo.com/en/185/).<br />**Example:**
            `mycoveocloudv2organizationg8tp8wu3`
          required: true
    - name: rest-organizations-organizationId-templates-apikeys-privileges-eligibility
      path: /rest/organizations/{organizationId}/templates/apikeys/privileges/eligibility
      operations:
      - name: getapikeytemplateseligibility
        method: GET
        description: Get All API Key Templates' Eligibility for the Current User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
    - name: rest-organizations-organizationId-templates-apikeys-organizationApiKeyTemplateId
      path: /rest/organizations/{organizationId}/templates/apikeys/{organizationApiKeyTemplateId}
      operations:
      - name: getorganizationapikeytemplate
        method: GET
        description: Show API Key Template
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The unique identifier of the target [organization](https://docs.coveo.com/en/185/).<br />**Example:**
            `mycoveocloudv2organizationg8tp8wu3`
          required: true
        - name: organizationApiKeyTemplateId
          in: path
          type: string
          description: The unique identifier of the API key template.
          required: true
  exposes:
  - type: rest
    namespace: authorization-organization-api-keys-templates-rest
    port: 8080
    description: REST adapter for Coveo Authorization Server API — Organization Api Keys Templates. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/templates/apikeys
      name: rest-organizations-organizationid-templates-apikeys
      description: REST surface for rest-organizations-organizationId-templates-apikeys.
      operations:
      - method: GET
        name: getorganizationapikeytemplates
        description: List API Key Templates
        call: authorization-organization-api-keys-templates.getorganizationapikeytemplates
        with:
          organizationId: rest.organizationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/templates/apikeys/privileges/eligibility
      name: rest-organizations-organizationid-templates-apikeys-privileges-eligibility
      description: REST surface for rest-organizations-organizationId-templates-apikeys-privileges-eligibility.
      operations:
      - method: GET
        name: getapikeytemplateseligibility
        description: Get All API Key Templates' Eligibility for the Current User
        call: authorization-organization-api-keys-templates.getapikeytemplateseligibility
        with:
          organizationId: rest.organizationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/templates/apikeys/{organizationapikeytemplateid}
      name: rest-organizations-organizationid-templates-apikeys-organizationapikeytemplateid
      description: REST surface for rest-organizations-organizationId-templates-apikeys-organizationApiKeyTemplateId.
      operations:
      - method: GET
        name: getorganizationapikeytemplate
        description: Show API Key Template
        call: authorization-organization-api-keys-templates.getorganizationapikeytemplate
        with:
          organizationId: rest.organizationId
          organizationApiKeyTemplateId: rest.organizationApiKeyTemplateId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: authorization-organization-api-keys-templates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Authorization Server API — Organization Api Keys Templates. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-api-key-templates
      description: List API Key Templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: authorization-organization-api-keys-templates.getorganizationapikeytemplates
      with:
        organizationId: tools.organizationId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-all-api-key-templates
      description: Get All API Key Templates' Eligibility for the Current User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: authorization-organization-api-keys-templates.getapikeytemplateseligibility
      with:
        organizationId: tools.organizationId
      outputParameters:
      - type: object
        mapping: $.
    - name: show-api-key-template
      description: Show API Key Template
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: authorization-organization-api-keys-templates.getorganizationapikeytemplate
      with:
        organizationId: tools.organizationId
        organizationApiKeyTemplateId: tools.organizationApiKeyTemplateId
      outputParameters:
      - type: object
        mapping: $.