Amazon Kendra · Capability

Amazon Kendra API — Experience

Amazon Kendra API — Experience. 2 operations. Lead operation: Amazon Kendra Create Experience. Self-contained Naftiko capability covering one Amazon Kendra business surface.

Run with Naftiko Amazon KendraExperience

What You Can Do

POST
Createexperience — Amazon Kendra Create Experience
/v1/indexes/{indexid}/experiences
GET
Listexperiences — Amazon Kendra List Experiences
/v1/indexes/{indexid}/experiences

MCP Tools

amazon-kendra-create-experience

Amazon Kendra Create Experience

amazon-kendra-list-experiences

Amazon Kendra List Experiences

read-only idempotent

Capability Spec

amazon-kendra-experience.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Kendra API — Experience
  description: 'Amazon Kendra API — Experience. 2 operations. Lead operation: Amazon Kendra Create Experience. Self-contained
    Naftiko capability covering one Amazon Kendra business surface.'
  tags:
  - Amazon Kendra
  - Experience
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_KENDRA_API_KEY: AMAZON_KENDRA_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-kendra-experience
    baseUri: https://kendra.{region}.amazonaws.com
    description: Amazon Kendra API — Experience business capability. Self-contained, no shared references.
    resources:
    - name: indexes-IndexId-experiences
      path: /indexes/{IndexId}/experiences
      operations:
      - name: createexperience
        method: POST
        description: Amazon Kendra Create Experience
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: IndexId
          in: path
          type: string
          description: The identifier of the index.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listexperiences
        method: GET
        description: Amazon Kendra List Experiences
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: IndexId
          in: path
          type: string
          description: The identifier of the index.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_KENDRA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-kendra-experience-rest
    port: 8080
    description: REST adapter for Amazon Kendra API — Experience. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/indexes/{indexid}/experiences
      name: indexes-indexid-experiences
      description: REST surface for indexes-IndexId-experiences.
      operations:
      - method: POST
        name: createexperience
        description: Amazon Kendra Create Experience
        call: amazon-kendra-experience.createexperience
        with:
          IndexId: rest.IndexId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listexperiences
        description: Amazon Kendra List Experiences
        call: amazon-kendra-experience.listexperiences
        with:
          IndexId: rest.IndexId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-kendra-experience-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Kendra API — Experience. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: amazon-kendra-create-experience
      description: Amazon Kendra Create Experience
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-kendra-experience.createexperience
      with:
        IndexId: tools.IndexId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-kendra-list-experiences
      description: Amazon Kendra List Experiences
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-kendra-experience.listexperiences
      with:
        IndexId: tools.IndexId
      outputParameters:
      - type: object
        mapping: $.