Akamai · Capability

Akamai: Application Security API — Shared resources: Custom deny actions

Akamai: Application Security API — Shared resources: Custom deny actions. 5 operations. Lead operation: Akamai Create a custom deny action. Self-contained Naftiko capability covering one Akamai business surface.

Akamai: Application Security API — Shared resources: Custom deny actions is a Naftiko capability published by Akamai, one of 151 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Akamai, Application Security, and Shared resources: Custom deny actions.

Run with Naftiko AkamaiApplication SecurityShared resources: Custom deny actions

Capability Spec

appsec-shared-resources-custom-deny-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Shared resources: Custom deny actions'
  description: 'Akamai: Application Security API — Shared resources: Custom deny actions. 5 operations. Lead operation: Akamai Create a custom deny action. Self-contained Naftiko capability
    covering one Akamai business surface.'
  tags:
  - Akamai
  - Application Security
  - 'Shared resources: Custom deny actions'
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: appsec-shared-resources-custom-deny-actions
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Shared resources: Custom deny actions business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-custom-deny
      path: /configs/{configId}/versions/{versionNumber}/custom-deny
      operations:
      - name: postpost-custom-deny
        method: POST
        description: Create a custom deny action
        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-with-one-api-client).
            The Identity and
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getget-custom-deny-actions
        method: GET
        description: List custom deny actions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: search
          in: query
          type: string
          description: Filter results by name, description, or ID. You can match on substrings.
        - 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-with-one-api-client).
            The Identity and
    - name: configs-configId-versions-versionNumber-custom-deny-customDe
      path: /configs/{configId}/versions/{versionNumber}/custom-deny/{customDenyId}
      operations:
      - name: getget-custom-deny-action
        method: GET
        description: Get a custom deny action
        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-with-one-api-client).
            The Identity and
      - name: putput-custom-deny
        method: PUT
        description: Modify a custom deny action
        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-with-one-api-client).
            The Identity and
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletedelete-custom-deny
        method: DELETE
        description: Remove a custom deny action
        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-with-one-api-client).
            The Identity and