Akamai API Security · Capability

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

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

Run with Naftiko Akamai Api SecurityShared resources: Custom deny actions

What You Can Do

POST
Postcustomdeny — Akamai API Security Create a Custom Deny Action
/v1/configs/{configid}/versions/{versionnumber}/custom-deny
GET
Getcustomdenyactions — Akamai API Security List Custom Deny Actions
/v1/configs/{configid}/versions/{versionnumber}/custom-deny
GET
Getcustomdenyaction — Akamai API Security Get a Custom Deny Action
/v1/configs/{configid}/versions/{versionnumber}/custom-deny/{customdenyid}
PUT
Putcustomdeny — Akamai API Security Modify a Custom Deny Action
/v1/configs/{configid}/versions/{versionnumber}/custom-deny/{customdenyid}
DELETE
Deletecustomdeny — Akamai API Security Remove a Custom Deny Action
/v1/configs/{configid}/versions/{versionnumber}/custom-deny/{customdenyid}

MCP Tools

akamai-api-security-create-custom

Akamai API Security Create a Custom Deny Action

akamai-api-security-list-custom

Akamai API Security List Custom Deny Actions

read-only idempotent
akamai-api-security-get-custom

Akamai API Security Get a Custom Deny Action

read-only idempotent
akamai-api-security-modify-custom

Akamai API Security Modify a Custom Deny Action

idempotent
akamai-api-security-remove-custom

Akamai API Security Remove a Custom Deny Action

idempotent

Capability Spec

akamai-api-security-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
    API Security Create a Custom Deny Action. Self-contained Naftiko capability covering one Akamai Api Security business
    surface.'
  tags:
  - Akamai Api Security
  - 'Shared resources: Custom deny actions'
  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-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: postcustomdeny
        method: POST
        description: Akamai API Security 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-w
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getcustomdenyactions
        method: GET
        description: Akamai API Security 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-w
    - name: configs-configId-versions-versionNumber-custom-deny-customDenyId
      path: /configs/{configId}/versions/{versionNumber}/custom-deny/{customDenyId}
      operations:
      - name: getcustomdenyaction
        method: GET
        description: Akamai API Security 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-w
      - name: putcustomdeny
        method: PUT
        description: Akamai API Security 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-w
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletecustomdeny
        method: DELETE
        description: Akamai API Security 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-w
  exposes:
  - type: rest
    namespace: akamai-api-security-shared-resources-custom-deny-actions-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — Shared resources: Custom deny actions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/configs/{configid}/versions/{versionnumber}/custom-deny
      name: configs-configid-versions-versionnumber-custom-deny
      description: REST surface for configs-configId-versions-versionNumber-custom-deny.
      operations:
      - method: POST
        name: postcustomdeny
        description: Akamai API Security Create a Custom Deny Action
        call: akamai-api-security-shared-resources-custom-deny-actions.postcustomdeny
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcustomdenyactions
        description: Akamai API Security List Custom Deny Actions
        call: akamai-api-security-shared-resources-custom-deny-actions.getcustomdenyactions
        with:
          search: rest.search
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/configs/{configid}/versions/{versionnumber}/custom-deny/{customdenyid}
      name: configs-configid-versions-versionnumber-custom-deny-customdenyid
      description: REST surface for configs-configId-versions-versionNumber-custom-deny-customDenyId.
      operations:
      - method: GET
        name: getcustomdenyaction
        description: Akamai API Security Get a Custom Deny Action
        call: akamai-api-security-shared-resources-custom-deny-actions.getcustomdenyaction
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putcustomdeny
        description: Akamai API Security Modify a Custom Deny Action
        call: akamai-api-security-shared-resources-custom-deny-actions.putcustomdeny
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecustomdeny
        description: Akamai API Security Remove a Custom Deny Action
        call: akamai-api-security-shared-resources-custom-deny-actions.deletecustomdeny
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-shared-resources-custom-deny-actions-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — Shared resources: Custom deny actions. One tool per consumed
      operation, routed inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-create-custom
      description: Akamai API Security Create a Custom Deny Action
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: akamai-api-security-shared-resources-custom-deny-actions.postcustomdeny
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-list-custom
      description: Akamai API Security List Custom Deny Actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-shared-resources-custom-deny-actions.getcustomdenyactions
      with:
        search: tools.search
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-get-custom
      description: Akamai API Security Get a Custom Deny Action
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-shared-resources-custom-deny-actions.getcustomdenyaction
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-modify-custom
      description: Akamai API Security Modify a Custom Deny Action
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: akamai-api-security-shared-resources-custom-deny-actions.putcustomdeny
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-remove-custom
      description: Akamai API Security Remove a Custom Deny Action
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: akamai-api-security-shared-resources-custom-deny-actions.deletecustomdeny
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.