Akamai · Capability

Akamai: Property Manager API — Property activations

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

Run with Naftiko AkamaiProperty activations

What You Can Do

POST
Postpropertyactivations — Akamai Activate or Deactivate a Property
/v1/properties/{propertyid}/activations
GET
Getpropertyactivations — Akamai List Property's Activations
/v1/properties/{propertyid}/activations
GET
Getpropertyactivation — Akamai Get a Property Activation
/v1/properties/{propertyid}/activations/{activationid}
DELETE
Deletepropertyactivation — Akamai Cancel a Property's Pending Activation
/v1/properties/{propertyid}/activations/{activationid}

MCP Tools

akamai-activate-deactivate-property

Akamai Activate or Deactivate a Property

akamai-list-property-s-activations

Akamai List Property's Activations

read-only idempotent
akamai-get-property-activation

Akamai Get a Property Activation

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

Akamai Cancel a Property's Pending Activation

idempotent

Capability Spec

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