Akamai · Capability

Akamai: Property Manager API — Property versions

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

Run with Naftiko AkamaiProperty versions

What You Can Do

POST
Postpropertyversions — Akamai Create a New Property Version
/v1/properties/{propertyid}/versions
GET
Getpropertyversions — Akamai List Property Versions
/v1/properties/{propertyid}/versions
GET
Getlatestpropertyversion — Akamai Get the Latest Property Version
/v1/properties/{propertyid}/versions/latest
GET
Getpropertyversion — Akamai Get a Property Version
/v1/properties/{propertyid}/versions/{propertyversion}
GET
Getavailablebehaviors — Akamai List Available Behaviors for a Property
/v1/properties/{propertyid}/versions/{propertyversion}/available-behaviors
GET
Getavailablecriteria — Akamai List Available Criteria for a Property
/v1/properties/{propertyid}/versions/{propertyversion}/available-criteria

MCP Tools

akamai-create-new-property-version

Akamai Create a New Property Version

akamai-list-property-versions

Akamai List Property Versions

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

Akamai Get the Latest Property Version

read-only idempotent
akamai-get-property-version

Akamai Get a Property Version

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

Akamai List Available Behaviors for a Property

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

Akamai List Available Criteria for a Property

read-only idempotent

Capability Spec

papi-property-versions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Property versions'
  description: 'Akamai: Property Manager API — Property versions. 6 operations. Lead operation: Akamai Create a New Property
    Version. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Property 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-property-versions
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Property versions business capability. Self-contained, no shared references.'
    resources:
    - name: properties-propertyId-versions
      path: /properties/{propertyId}/versions
      operations:
      - name: postpropertyversions
        method: POST
        description: Akamai Create a New Property 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: getpropertyversions
        method: GET
        description: Akamai List Property 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: properties-propertyId-versions-latest
      path: /properties/{propertyId}/versions/latest
      operations:
      - name: getlatestpropertyversion
        method: GET
        description: Akamai Get the Latest Property 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: properties-propertyId-versions-propertyVersion
      path: /properties/{propertyId}/versions/{propertyVersion}
      operations:
      - name: getpropertyversion
        method: GET
        description: Akamai Get a Property 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: properties-propertyId-versions-propertyVersion-available-behaviors
      path: /properties/{propertyId}/versions/{propertyVersion}/available-behaviors
      operations:
      - name: getavailablebehaviors
        method: GET
        description: Akamai List Available Behaviors for a Property
        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: properties-propertyId-versions-propertyVersion-available-criteria
      path: /properties/{propertyId}/versions/{propertyVersion}/available-criteria
      operations:
      - name: getavailablecriteria
        method: GET
        description: Akamai List Available Criteria for a Property
        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
  exposes:
  - type: rest
    namespace: papi-property-versions-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Property versions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/properties/{propertyid}/versions
      name: properties-propertyid-versions
      description: REST surface for properties-propertyId-versions.
      operations:
      - method: POST
        name: postpropertyversions
        description: Akamai Create a New Property Version
        call: papi-property-versions.postpropertyversions
        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: getpropertyversions
        description: Akamai List Property Versions
        call: papi-property-versions.getpropertyversions
        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/properties/{propertyid}/versions/latest
      name: properties-propertyid-versions-latest
      description: REST surface for properties-propertyId-versions-latest.
      operations:
      - method: GET
        name: getlatestpropertyversion
        description: Akamai Get the Latest Property Version
        call: papi-property-versions.getlatestpropertyversion
        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/properties/{propertyid}/versions/{propertyversion}
      name: properties-propertyid-versions-propertyversion
      description: REST surface for properties-propertyId-versions-propertyVersion.
      operations:
      - method: GET
        name: getpropertyversion
        description: Akamai Get a Property Version
        call: papi-property-versions.getpropertyversion
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/properties/{propertyid}/versions/{propertyversion}/available-behaviors
      name: properties-propertyid-versions-propertyversion-available-behaviors
      description: REST surface for properties-propertyId-versions-propertyVersion-available-behaviors.
      operations:
      - method: GET
        name: getavailablebehaviors
        description: Akamai List Available Behaviors for a Property
        call: papi-property-versions.getavailablebehaviors
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/properties/{propertyid}/versions/{propertyversion}/available-criteria
      name: properties-propertyid-versions-propertyversion-available-criteria
      description: REST surface for properties-propertyId-versions-propertyVersion-available-criteria.
      operations:
      - method: GET
        name: getavailablecriteria
        description: Akamai List Available Criteria for a Property
        call: papi-property-versions.getavailablecriteria
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-property-versions-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Property versions. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-create-new-property-version
      description: Akamai Create a New Property Version
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: papi-property-versions.postpropertyversions
      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-property-versions
      description: Akamai List Property Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-property-versions.getpropertyversions
      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-property-version
      description: Akamai Get the Latest Property Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-property-versions.getlatestpropertyversion
      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-property-version
      description: Akamai Get a Property Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-property-versions.getpropertyversion
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-available-behaviors-property
      description: Akamai List Available Behaviors for a Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-property-versions.getavailablebehaviors
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-available-criteria-property
      description: Akamai List Available Criteria for a Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-property-versions.getavailablecriteria
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.