Akamai · Capability

Akamai: Property Manager API — Client settings

Akamai: Property Manager API — Client settings. 2 operations. Lead operation: Akamai Get Client Settings. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiClient settings

What You Can Do

GET
Getclientsettings — Akamai Get Client Settings
/v1/client-settings
PUT
Putclientsettings — Akamai Update Client Settings
/v1/client-settings

MCP Tools

akamai-get-client-settings

Akamai Get Client Settings

read-only idempotent
akamai-update-client-settings

Akamai Update Client Settings

idempotent

Capability Spec

papi-client-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Client settings'
  description: 'Akamai: Property Manager API — Client settings. 2 operations. Lead operation: Akamai Get Client Settings.
    Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Client settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-client-settings
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Client settings business capability. Self-contained, no shared references.'
    resources:
    - name: client-settings
      path: /client-settings
      operations:
      - name: getclientsettings
        method: GET
        description: Akamai Get Client Settings
        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: putclientsettings
        method: PUT
        description: Akamai Update Client Settings
        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: papi-client-settings-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Client settings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/client-settings
      name: client-settings
      description: REST surface for client-settings.
      operations:
      - method: GET
        name: getclientsettings
        description: Akamai Get Client Settings
        call: papi-client-settings.getclientsettings
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putclientsettings
        description: Akamai Update Client Settings
        call: papi-client-settings.putclientsettings
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-client-settings-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Client settings. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-get-client-settings
      description: Akamai Get Client Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-client-settings.getclientsettings
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-update-client-settings
      description: Akamai Update Client Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: papi-client-settings.putclientsettings
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.