Akamai API Security · Capability

Akamai: Application Security API — Rate policy actions

Akamai: Application Security API — Rate policy actions. 2 operations. Lead operation: Akamai API Security List Rate Policy Actions. Self-contained Naftiko capability covering one Akamai Api Security business surface.

Run with Naftiko Akamai Api SecurityRate policy actions

What You Can Do

GET
Getratepoliciesactions — Akamai API Security List Rate Policy Actions
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/rate-policies
PUT
Putratepolicyaction — Akamai API Security Modify a Rate Policy Action
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/rate-policies/{ratepolicyid}

MCP Tools

akamai-api-security-list-rate

Akamai API Security List Rate Policy Actions

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

Akamai API Security Modify a Rate Policy Action

idempotent

Capability Spec

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