Akamai · Capability

Akamai: Property Manager API — Products

Akamai: Property Manager API — Products. 2 operations. Lead operation: Akamai List Products. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiProducts

What You Can Do

GET
Getproducts — Akamai List Products
/v1/products
GET
Getproductmappingusecases — Akamai List Use Cases
/v1/products/{productid}/mapping-use-cases

MCP Tools

akamai-list-products

Akamai List Products

read-only idempotent
akamai-list-use-cases

Akamai List Use Cases

read-only idempotent

Capability Spec

papi-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Products'
  description: 'Akamai: Property Manager API — Products. 2 operations. Lead operation: Akamai List Products. Self-contained
    Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Products
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-products
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Products business capability. Self-contained, no shared references.'
    resources:
    - name: products
      path: /products
      operations:
      - name: getproducts
        method: GET
        description: Akamai List Products
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PAPI-Use-Prefixes
          in: header
          type: string
          description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            in response data. Set to `false` when exchangin
          required: true
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            for details on omitting the value's `ctr_`
          required: true
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
    - name: products-productId-mapping-use-cases
      path: /products/{productId}/mapping-use-cases
      operations:
      - name: getproductmappingusecases
        method: GET
        description: Akamai List Use Cases
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PAPI-Use-Prefixes
          in: header
          type: string
          description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            in response data. Set to `false` when exchangin
          required: true
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            for details on omitting the value's `ctr_`
          required: true
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
  exposes:
  - type: rest
    namespace: papi-products-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Products. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.'
    resources:
    - path: /v1/products
      name: products
      description: REST surface for products.
      operations:
      - method: GET
        name: getproducts
        description: Akamai List Products
        call: papi-products.getproducts
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/products/{productid}/mapping-use-cases
      name: products-productid-mapping-use-cases
      description: REST surface for products-productId-mapping-use-cases.
      operations:
      - method: GET
        name: getproductmappingusecases
        description: Akamai List Use Cases
        call: papi-products.getproductmappingusecases
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-products-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Products. One tool per consumed operation, routed inline
      through this capability''s consumes block.'
    tools:
    - name: akamai-list-products
      description: Akamai List Products
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-products.getproducts
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-use-cases
      description: Akamai List Use Cases
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-products.getproductmappingusecases
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.