Akamai · Capability

Akamai: Application Security API — Shared resources: Rate policies

Akamai: Application Security API — Shared resources: Rate policies. 6 operations. Lead operation: Akamai Create a rate policy. Self-contained Naftiko capability covering one Akamai business surface.

Akamai: Application Security API — Shared resources: Rate policies 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: Rate policies.

Run with Naftiko AkamaiApplication SecurityShared resources: Rate policies

Capability Spec

appsec-shared-resources-rate-policies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Shared resources: Rate policies'
  description: 'Akamai: Application Security API — Shared resources: Rate policies. 6 operations. Lead operation: Akamai Create a rate policy. Self-contained Naftiko capability covering
    one Akamai business surface.'
  tags:
  - Akamai
  - Application Security
  - 'Shared resources: Rate policies'
  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-rate-policies
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Shared resources: Rate policies business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-rate-policies
      path: /configs/{configId}/versions/{versionNumber}/rate-policies
      operations:
      - name: postpost-rate-policies
        method: POST
        description: Create a rate policy
        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-rate-policies
        method: GET
        description: List rate policies
        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-rate-policies-ratePo
      path: /configs/{configId}/versions/{versionNumber}/rate-policies/{ratePolicyId}
      operations:
      - name: getget-rate-policy
        method: GET
        description: Get a rate policy
        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-rate-policy
        method: PUT
        description: Modify a rate policy
        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-rate-policy
        method: DELETE
        description: Remove a rate policy
        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-rate-policies-ratePo
      path: /configs/{configId}/versions/{versionNumber}/rate-policies/{ratePolicyId}/evaluation
      operations:
      - name: putput-rate-policy-evaluation
        method: PUT
        description: Modify a rate policy evaluation
        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