Akamai API Security · Capability

Akamai: Application Security API — Subscriptions

Akamai: Application Security API — Subscriptions. 2 operations. Lead operation: Akamai API Security Subscribe or Unsubscribe to Recommendation Emails. Self-contained Naftiko capability covering one Akamai Api Security business surface.

Run with Naftiko Akamai Api SecuritySubscriptions

What You Can Do

POST
Postsubscriptionfeature — Akamai API Security Subscribe or Unsubscribe to Recommendation Emails
/v1/configs/{configid}/notification/subscription/{feature}
GET
Getsubscriptionfeature — Akamai API Security List Subscribers
/v1/configs/{configid}/notification/subscription/{feature}

MCP Tools

akamai-api-security-subscribe-unsubscribe

Akamai API Security Subscribe or Unsubscribe to Recommendation Emails

akamai-api-security-list-subscribers

Akamai API Security List Subscribers

read-only idempotent

Capability Spec

akamai-api-security-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Subscriptions'
  description: 'Akamai: Application Security API — Subscriptions. 2 operations. Lead operation: Akamai API Security Subscribe
    or Unsubscribe to Recommendation Emails. Self-contained Naftiko capability covering one Akamai Api Security business surface.'
  tags:
  - Akamai Api Security
  - Subscriptions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_SECURITY_API_KEY: AKAMAI_API_SECURITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: akamai-api-security-subscriptions
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Subscriptions business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-notification-subscription-feature
      path: /configs/{configId}/notification/subscription/{feature}
      operations:
      - name: postsubscriptionfeature
        method: POST
        description: Akamai API Security Subscribe or Unsubscribe to Recommendation Emails
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: getsubscriptionfeature
        method: GET
        description: Akamai API Security List Subscribers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: akamai-api-security-subscriptions-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — Subscriptions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/configs/{configid}/notification/subscription/{feature}
      name: configs-configid-notification-subscription-feature
      description: REST surface for configs-configId-notification-subscription-feature.
      operations:
      - method: POST
        name: postsubscriptionfeature
        description: Akamai API Security Subscribe or Unsubscribe to Recommendation Emails
        call: akamai-api-security-subscriptions.postsubscriptionfeature
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getsubscriptionfeature
        description: Akamai API Security List Subscribers
        call: akamai-api-security-subscriptions.getsubscriptionfeature
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-subscriptions-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — Subscriptions. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-subscribe-unsubscribe
      description: Akamai API Security Subscribe or Unsubscribe to Recommendation Emails
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: akamai-api-security-subscriptions.postsubscriptionfeature
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-list-subscribers
      description: Akamai API Security List Subscribers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-subscriptions.getsubscriptionfeature
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.