Akamai · Capability

Akamai: Property Manager API — Bulk activations

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

Run with Naftiko AkamaiBulk activations

What You Can Do

POST
Postbulkactivations — Akamai Bulk Activate a Set of Properties
/v1/bulk/activations
GET
Getbulkactivation — Akamai List Bulk-activated Properties
/v1/bulk/activations/{bulkactivationid}

MCP Tools

akamai-bulk-activate-set-properties

Akamai Bulk Activate a Set of Properties

akamai-list-bulk-activated-properties

Akamai List Bulk-activated Properties

read-only idempotent

Capability Spec

papi-bulk-activations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Bulk activations'
  description: 'Akamai: Property Manager API — Bulk activations. 2 operations. Lead operation: Akamai Bulk Activate a Set
    of Properties. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Bulk activations
  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-activations
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Bulk activations business capability. Self-contained, no shared references.'
    resources:
    - name: bulk-activations
      path: /bulk/activations
      operations:
      - name: postbulkactivations
        method: POST
        description: Akamai Bulk Activate 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-activations-bulkActivationId
      path: /bulk/activations/{bulkActivationId}
      operations:
      - name: getbulkactivation
        method: GET
        description: Akamai List Bulk-activated 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-activations-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Bulk activations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/bulk/activations
      name: bulk-activations
      description: REST surface for bulk-activations.
      operations:
      - method: POST
        name: postbulkactivations
        description: Akamai Bulk Activate a Set of Properties
        call: papi-bulk-activations.postbulkactivations
        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/activations/{bulkactivationid}
      name: bulk-activations-bulkactivationid
      description: REST surface for bulk-activations-bulkActivationId.
      operations:
      - method: GET
        name: getbulkactivation
        description: Akamai List Bulk-activated Properties
        call: papi-bulk-activations.getbulkactivation
        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-activations-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Bulk activations. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-bulk-activate-set-properties
      description: Akamai Bulk Activate a Set of Properties
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: papi-bulk-activations.postbulkactivations
      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-activated-properties
      description: Akamai List Bulk-activated Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-bulk-activations.getbulkactivation
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.