Akamai · Capability

Akamai: Property Manager API — Bulk versioning

Akamai: Property Manager API — Bulk versioning. 2 operations. Lead operation: Akamai Bulk Version a Set of Properties. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiBulk versioning

What You Can Do

POST
Postbulkversion — Akamai Bulk Version a Set of Properties
/v1/bulk/property-version-creations
GET
Getbulkversion — Akamai List Bulk-versioned Properties
/v1/bulk/property-version-creations/{bulkcreateid}

MCP Tools

akamai-bulk-version-set-properties

Akamai Bulk Version a Set of Properties

akamai-list-bulk-versioned-properties

Akamai List Bulk-versioned Properties

read-only idempotent

Capability Spec

papi-bulk-versioning.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Bulk versioning'
  description: 'Akamai: Property Manager API — Bulk versioning. 2 operations. Lead operation: Akamai Bulk Version a Set of
    Properties. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Bulk versioning
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-bulk-versioning
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Bulk versioning business capability. Self-contained, no shared references.'
    resources:
    - name: bulk-property-version-creations
      path: /bulk/property-version-creations
      operations:
      - name: postbulkversion
        method: POST
        description: Akamai Bulk Version a Set of Properties
        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: Optionally filters bulk searches to properties created under the specified contract. For bulk operations,
            you can specify `contractId` and `groupId` independent
        - name: groupId
          in: query
          type: string
          description: 'Optionally filters bulk searches to properties created under the specified group. For bulk operations,
            you can specify `contractId` and `groupId` independently '
        - 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: bulk-property-version-creations-bulkCreateId
      path: /bulk/property-version-creations/{bulkCreateId}
      operations:
      - name: getbulkversion
        method: GET
        description: Akamai List Bulk-versioned Properties
        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: Optionally filters bulk searches to properties created under the specified contract. For bulk operations,
            you can specify `contractId` and `groupId` independent
        - name: groupId
          in: query
          type: string
          description: 'Optionally filters bulk searches to properties created under the specified group. For bulk operations,
            you can specify `contractId` and `groupId` independently '
        - 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-bulk-versioning-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Bulk versioning. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/bulk/property-version-creations
      name: bulk-property-version-creations
      description: REST surface for bulk-property-version-creations.
      operations:
      - method: POST
        name: postbulkversion
        description: Akamai Bulk Version a Set of Properties
        call: papi-bulk-versioning.postbulkversion
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/property-version-creations/{bulkcreateid}
      name: bulk-property-version-creations-bulkcreateid
      description: REST surface for bulk-property-version-creations-bulkCreateId.
      operations:
      - method: GET
        name: getbulkversion
        description: Akamai List Bulk-versioned Properties
        call: papi-bulk-versioning.getbulkversion
        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-bulk-versioning-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Bulk versioning. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-bulk-version-set-properties
      description: Akamai Bulk Version a Set of Properties
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: papi-bulk-versioning.postbulkversion
      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-bulk-versioned-properties
      description: Akamai List Bulk-versioned Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-bulk-versioning.getbulkversion
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.