Akamai · Capability

Akamai: Property Manager API — Include activations

Akamai: Property Manager API — Include activations. 4 operations. Lead operation: Akamai Activate or Deactivate an Include. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiInclude activations

What You Can Do

POST
Postincludeactivation — Akamai Activate or Deactivate an Include
/v1/includes/{includeid}/activations
GET
Getincludeactivations — Akamai List Include's Activations
/v1/includes/{includeid}/activations
GET
Getincludeactivation — Akamai Get an Include Activation
/v1/includes/{includeid}/activations/{activationid}
DELETE
Deleteincludeactivation — Akamai Cancel an Include's Pending Activation
/v1/includes/{includeid}/activations/{activationid}

MCP Tools

akamai-activate-deactivate-include

Akamai Activate or Deactivate an Include

akamai-list-include-s-activations

Akamai List Include's Activations

read-only idempotent
akamai-get-include-activation

Akamai Get an Include Activation

read-only idempotent
akamai-cancel-include-s-pending-activation

Akamai Cancel an Include's Pending Activation

idempotent

Capability Spec

papi-include-activations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Include activations'
  description: 'Akamai: Property Manager API — Include activations. 4 operations. Lead operation: Akamai Activate or Deactivate
    an Include. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Include 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-include-activations
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Include activations business capability. Self-contained, no shared references.'
    resources:
    - name: includes-includeId-activations
      path: /includes/{includeId}/activations
      operations:
      - name: postincludeactivation
        method: POST
        description: Akamai Activate or Deactivate an Include
        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: getincludeactivations
        method: GET
        description: Akamai List Include's Activations
        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: includes-includeId-activations-activationId
      path: /includes/{includeId}/activations/{activationId}
      operations:
      - name: getincludeactivation
        method: GET
        description: Akamai Get an Include Activation
        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: deleteincludeactivation
        method: DELETE
        description: Akamai Cancel an Include's Pending Activation
        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-include-activations-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Include activations. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/includes/{includeid}/activations
      name: includes-includeid-activations
      description: REST surface for includes-includeId-activations.
      operations:
      - method: POST
        name: postincludeactivation
        description: Akamai Activate or Deactivate an Include
        call: papi-include-activations.postincludeactivation
        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: getincludeactivations
        description: Akamai List Include's Activations
        call: papi-include-activations.getincludeactivations
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/includes/{includeid}/activations/{activationid}
      name: includes-includeid-activations-activationid
      description: REST surface for includes-includeId-activations-activationId.
      operations:
      - method: GET
        name: getincludeactivation
        description: Akamai Get an Include Activation
        call: papi-include-activations.getincludeactivation
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteincludeactivation
        description: Akamai Cancel an Include's Pending Activation
        call: papi-include-activations.deleteincludeactivation
        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-include-activations-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Include activations. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-activate-deactivate-include
      description: Akamai Activate or Deactivate an Include
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: papi-include-activations.postincludeactivation
      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-s-activations
      description: Akamai List Include's Activations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-include-activations.getincludeactivations
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-get-include-activation
      description: Akamai Get an Include Activation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-include-activations.getincludeactivation
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-cancel-include-s-pending-activation
      description: Akamai Cancel an Include's Pending Activation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: papi-include-activations.deleteincludeactivation
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.