Akamai · Capability

Akamai: Application Security API — Challenge actions

Akamai: Application Security API — Challenge actions. 6 operations. Lead operation: Akamai Create a challenge action. Self-contained Naftiko capability covering one Akamai business surface.

Akamai: Application Security API — Challenge 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 Challenge actions.

Run with Naftiko AkamaiApplication SecurityChallenge actions

Capability Spec

appsec-challenge-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Challenge actions'
  description: 'Akamai: Application Security API — Challenge actions. 6 operations. Lead operation: Akamai Create a challenge action. Self-contained Naftiko capability covering one Akamai
    business surface.'
  tags:
  - Akamai
  - Application Security
  - Challenge 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-challenge-actions
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Challenge actions business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-response-actions-cha
      path: /configs/{configId}/versions/{versionNumber}/response-actions/challenge-actions
      operations:
      - name: postpost-challenge-action
        method: POST
        description: Create a challenge 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-challenge-actions
        method: GET
        description: List challenge actions
        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: configs-configId-versions-versionNumber-response-actions-cha
      path: /configs/{configId}/versions/{versionNumber}/response-actions/challenge-actions/{actionId}
      operations:
      - name: getget-challenge-action
        method: GET
        description: Get a challenge 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-challenge-action
        method: PUT
        description: Update a challenge 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-challenge-action
        method: DELETE
        description: Delete a challenge 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: configs-configId-versions-versionNumber-response-actions-cha
      path: /configs/{configId}/versions/{versionNumber}/response-actions/challenge-actions/{actionId}/google-recaptcha-secret-key
      operations:
      - name: putput-google-recaptcha-secret-key
        method: PUT
        description: Update Google reCAPTCHA secret key
        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