Akamai API Security · Capability

Akamai: Application Security API — Client reputation

Akamai: Application Security API — Client reputation. 3 operations. Lead operation: Akamai API Security List Reputation Profile Actions. Self-contained Naftiko capability covering one Akamai Api Security business surface.

Run with Naftiko Akamai Api SecurityClient reputation

What You Can Do

GET
Getreputationprofilesactions — Akamai API Security List Reputation Profile Actions
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/reputation-profiles
GET
Getreputationprofileaction — Akamai API Security Get the Action for a Reputation Profile
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/reputation-profiles/{reputationprofileid}
PUT
Putreputationprofileaction — Akamai API Security Modify the Action for a Reputation Profile
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/reputation-profiles/{reputationprofileid}

MCP Tools

akamai-api-security-list-reputation

Akamai API Security List Reputation Profile Actions

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

Akamai API Security Get the Action for a Reputation Profile

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

Akamai API Security Modify the Action for a Reputation Profile

idempotent

Capability Spec

akamai-api-security-client-reputation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Client reputation'
  description: 'Akamai: Application Security API — Client reputation. 3 operations. Lead operation: Akamai API Security List
    Reputation Profile Actions. Self-contained Naftiko capability covering one Akamai Api Security business surface.'
  tags:
  - Akamai Api Security
  - Client reputation
  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-client-reputation
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Client reputation business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-security-policies-policyId-reputation-pr
      path: /configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/reputation-profiles
      operations:
      - name: getreputationprofilesactions
        method: GET
        description: Akamai API Security List Reputation Profile 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-w
    - name: configs-configId-versions-versionNumber-security-policies-policyId-reputation-pr
      path: /configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/reputation-profiles/{reputationProfileId}
      operations:
      - name: getreputationprofileaction
        method: GET
        description: Akamai API Security Get the Action for a Reputation Profile
        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: putreputationprofileaction
        method: PUT
        description: Akamai API Security Modify the Action for a Reputation Profile
        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-client-reputation-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — Client reputation. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/reputation-profiles
      name: configs-configid-versions-versionnumber-security-policies-policyid-reputation-pr
      description: REST surface for configs-configId-versions-versionNumber-security-policies-policyId-reputation-pr.
      operations:
      - method: GET
        name: getreputationprofilesactions
        description: Akamai API Security List Reputation Profile Actions
        call: akamai-api-security-client-reputation.getreputationprofilesactions
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/reputation-profiles/{reputationprofileid}
      name: configs-configid-versions-versionnumber-security-policies-policyid-reputation-pr
      description: REST surface for configs-configId-versions-versionNumber-security-policies-policyId-reputation-pr.
      operations:
      - method: GET
        name: getreputationprofileaction
        description: Akamai API Security Get the Action for a Reputation Profile
        call: akamai-api-security-client-reputation.getreputationprofileaction
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putreputationprofileaction
        description: Akamai API Security Modify the Action for a Reputation Profile
        call: akamai-api-security-client-reputation.putreputationprofileaction
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-client-reputation-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — Client reputation. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-list-reputation
      description: Akamai API Security List Reputation Profile Actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-client-reputation.getreputationprofilesactions
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-get-action
      description: Akamai API Security Get the Action for a Reputation Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-client-reputation.getreputationprofileaction
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-modify-action
      description: Akamai API Security Modify the Action for a Reputation Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: akamai-api-security-client-reputation.putreputationprofileaction
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.