Akamai API Security · Capability

Akamai: Application Security API — WAF rules: Penalty box conditions

Akamai: Application Security API — WAF rules: Penalty box conditions. 2 operations. Lead operation: Akamai API Security Get Penalty Box Condition. Self-contained Naftiko capability covering one Akamai Api Security business surface.

Run with Naftiko Akamai Api SecurityWAF rules: Penalty box conditions

What You Can Do

GET
Getpolicypenaltyboxconditions — Akamai API Security Get Penalty Box Condition
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/penalty-box/conditions
PUT
Putpolicypenaltyboxconditions — Akamai API Security Modify the Penalty Box Conditions
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/penalty-box/conditions

MCP Tools

akamai-api-security-get-penalty

Akamai API Security Get Penalty Box Condition

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

Akamai API Security Modify the Penalty Box Conditions

idempotent

Capability Spec

akamai-api-security-waf-rules-penalty-box-conditions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — WAF rules: Penalty box conditions'
  description: 'Akamai: Application Security API — WAF rules: Penalty box conditions. 2 operations. Lead operation: Akamai
    API Security Get Penalty Box Condition. Self-contained Naftiko capability covering one Akamai Api Security business surface.'
  tags:
  - Akamai Api Security
  - 'WAF rules: Penalty box conditions'
  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-waf-rules-penalty-box-conditions
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — WAF rules: Penalty box conditions business capability. Self-contained,
      no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-security-policies-policyId-penalty-box-c
      path: /configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/penalty-box/conditions
      operations:
      - name: getpolicypenaltyboxconditions
        method: GET
        description: Akamai API Security Get Penalty Box Condition
        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: putpolicypenaltyboxconditions
        method: PUT
        description: Akamai API Security Modify the Penalty Box Conditions
        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
  exposes:
  - type: rest
    namespace: akamai-api-security-waf-rules-penalty-box-conditions-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — WAF rules: Penalty box conditions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/penalty-box/conditions
      name: configs-configid-versions-versionnumber-security-policies-policyid-penalty-box-c
      description: REST surface for configs-configId-versions-versionNumber-security-policies-policyId-penalty-box-c.
      operations:
      - method: GET
        name: getpolicypenaltyboxconditions
        description: Akamai API Security Get Penalty Box Condition
        call: akamai-api-security-waf-rules-penalty-box-conditions.getpolicypenaltyboxconditions
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putpolicypenaltyboxconditions
        description: Akamai API Security Modify the Penalty Box Conditions
        call: akamai-api-security-waf-rules-penalty-box-conditions.putpolicypenaltyboxconditions
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-waf-rules-penalty-box-conditions-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — WAF rules: Penalty box conditions. One tool per consumed
      operation, routed inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-get-penalty
      description: Akamai API Security Get Penalty Box Condition
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-waf-rules-penalty-box-conditions.getpolicypenaltyboxconditions
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-modify-penalty
      description: Akamai API Security Modify the Penalty Box Conditions
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: akamai-api-security-waf-rules-penalty-box-conditions.putpolicypenaltyboxconditions
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.