Akamai · Capability

Akamai: Property Manager API — Include versions

Akamai: Property Manager API — Include versions. 6 operations. Lead operation: Akamai Create a New Include Version. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiInclude versions

What You Can Do

POST
Postincludeversions — Akamai Create a New Include Version
/v1/includes/{includeid}/versions
GET
Getincludeversions — Akamai List Include Versions
/v1/includes/{includeid}/versions
GET
Getlatestincludeversion — Akamai Get the Latest Include Version
/v1/includes/{includeid}/versions/latest
GET
Getincludeversion — Akamai Get an Include Version
/v1/includes/{includeid}/versions/{includeversion}
GET
Getincludeavailablebehaviors — Akamai List Available Behaviors for an Include
/v1/includes/{includeid}/versions/{includeversion}/available-behaviors
GET
Getincludeavailablecriteria — Akamai List Available Criteria for an Include
/v1/includes/{includeid}/versions/{includeversion}/available-criteria

MCP Tools

akamai-create-new-include-version

Akamai Create a New Include Version

akamai-list-include-versions

Akamai List Include Versions

read-only idempotent
akamai-get-latest-include-version

Akamai Get the Latest Include Version

read-only idempotent
akamai-get-include-version

Akamai Get an Include Version

read-only idempotent
akamai-list-available-behaviors-include

Akamai List Available Behaviors for an Include

read-only idempotent
akamai-list-available-criteria-include

Akamai List Available Criteria for an Include

read-only idempotent

Capability Spec

papi-include-versions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Include versions'
  description: 'Akamai: Property Manager API — Include versions. 6 operations. Lead operation: Akamai Create a New Include
    Version. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Include versions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-include-versions
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Include versions business capability. Self-contained, no shared references.'
    resources:
    - name: includes-includeId-versions
      path: /includes/{includeId}/versions
      operations:
      - name: postincludeversions
        method: POST
        description: Akamai Create a New Include Version
        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. The parameter is optional if a property belongs to only one contract.
            Otherwise you need to specify it along with the `group
        - name: groupId
          in: query
          type: string
          description: Unique identifier for the group. The parameter is optional if a property belongs to only one group.
            Otherwise you need to specify it along with the `contractId`
        - 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: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getincludeversions
        method: GET
        description: Akamai List Include Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: offset
          in: query
          type: integer
          description: For paginated responses, specifies the page of results you want to navigate to, starting from `0`.
        - name: limit
          in: query
          type: integer
          description: For paginated responses, specifies the number of `hostnames` objects to include on each page.
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract.
            Otherwise you need to specify it along with the `group
        - name: groupId
          in: query
          type: string
          description: Unique identifier for the group. The parameter is optional if a property belongs to only one group.
            Otherwise you need to specify it along with the `contractId`
        - 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: 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: includes-includeId-versions-latest
      path: /includes/{includeId}/versions/latest
      operations:
      - name: getlatestincludeversion
        method: GET
        description: Akamai Get the Latest Include Version
        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: activatedOn
          in: query
          type: string
          description: __Enum__ If present, returns the latest version activated on the given network, either `STAGING` or
            `PRODUCTION`.
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract.
            Otherwise you need to specify it along with the `group
        - name: groupId
          in: query
          type: string
          description: Unique identifier for the group. The parameter is optional if a property belongs to only one group.
            Otherwise you need to specify it along with the `contractId`
        - 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: includes-includeId-versions-includeVersion
      path: /includes/{includeId}/versions/{includeVersion}
      operations:
      - name: getincludeversion
        method: GET
        description: Akamai Get an Include Version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract.
            Otherwise you need to specify it along with the `group
        - name: groupId
          in: query
          type: string
          description: Unique identifier for the group. The parameter is optional if a property belongs to only one group.
            Otherwise you need to specify it along with the `contractId`
        - 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: 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: includes-includeId-versions-includeVersion-available-behaviors
      path: /includes/{includeId}/versions/{includeVersion}/available-behaviors
      operations:
      - name: getincludeavailablebehaviors
        method: GET
        description: Akamai List Available Behaviors for an Include
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract.
            Otherwise you need to specify it along with the `group
        - name: groupId
          in: query
          type: string
          description: Unique identifier for the group. The parameter is optional if a property belongs to only one group.
            Otherwise you need to specify it along with the `contractId`
        - 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: 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: includes-includeId-versions-includeVersion-available-criteria
      path: /includes/{includeId}/versions/{includeVersion}/available-criteria
      operations:
      - name: getincludeavailablecriteria
        method: GET
        description: Akamai List Available Criteria for an Include
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract.
            Otherwise you need to specify it along with the `group
        - name: groupId
          in: query
          type: string
          description: Unique identifier for the group. The parameter is optional if a property belongs to only one group.
            Otherwise you need to specify it along with the `contractId`
        - 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: 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-include-versions-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Include versions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/includes/{includeid}/versions
      name: includes-includeid-versions
      description: REST surface for includes-includeId-versions.
      operations:
      - method: POST
        name: postincludeversions
        description: Akamai Create a New Include Version
        call: papi-include-versions.postincludeversions
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getincludeversions
        description: Akamai List Include Versions
        call: papi-include-versions.getincludeversions
        with:
          offset: rest.offset
          limit: rest.limit
          contractId: rest.contractId
          groupId: rest.groupId
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/includes/{includeid}/versions/latest
      name: includes-includeid-versions-latest
      description: REST surface for includes-includeId-versions-latest.
      operations:
      - method: GET
        name: getlatestincludeversion
        description: Akamai Get the Latest Include Version
        call: papi-include-versions.getlatestincludeversion
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          activatedOn: rest.activatedOn
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/includes/{includeid}/versions/{includeversion}
      name: includes-includeid-versions-includeversion
      description: REST surface for includes-includeId-versions-includeVersion.
      operations:
      - method: GET
        name: getincludeversion
        description: Akamai Get an Include Version
        call: papi-include-versions.getincludeversion
        with:
          contractId: rest.contractId
          groupId: rest.groupId
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/includes/{includeid}/versions/{includeversion}/available-behaviors
      name: includes-includeid-versions-includeversion-available-behaviors
      description: REST surface for includes-includeId-versions-includeVersion-available-behaviors.
      operations:
      - method: GET
        name: getincludeavailablebehaviors
        description: Akamai List Available Behaviors for an Include
        call: papi-include-versions.getincludeavailablebehaviors
        with:
          contractId: rest.contractId
          groupId: rest.groupId
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/includes/{includeid}/versions/{includeversion}/available-criteria
      name: includes-includeid-versions-includeversion-available-criteria
      description: REST surface for includes-includeId-versions-includeVersion-available-criteria.
      operations:
      - method: GET
        name: getincludeavailablecriteria
        description: Akamai List Available Criteria for an Include
        call: papi-include-versions.getincludeavailablecriteria
        with:
          contractId: rest.contractId
          groupId: rest.groupId
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-include-versions-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Include versions. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-create-new-include-version
      description: Akamai Create a New Include Version
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: papi-include-versions.postincludeversions
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-include-versions
      description: Akamai List Include Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-include-versions.getincludeversions
      with:
        offset: tools.offset
        limit: tools.limit
        contractId: tools.contractId
        groupId: tools.groupId
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-get-latest-include-version
      description: Akamai Get the Latest Include Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-include-versions.getlatestincludeversion
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        activatedOn: tools.activatedOn
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-get-include-version
      description: Akamai Get an Include Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-include-versions.getincludeversion
      with:
        contractId: tools.contractId
        groupId: tools.groupId
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-available-behaviors-include
      description: Akamai List Available Behaviors for an Include
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-include-versions.getincludeavailablebehaviors
      with:
        contractId: tools.contractId
        groupId: tools.groupId
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-available-criteria-include
      description: Akamai List Available Criteria for an Include
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-include-versions.getincludeavailablecriteria
      with:
        contractId: tools.contractId
        groupId: tools.groupId
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.