Akamai · Capability

Akamai: Property Manager API — Custom overrides

Akamai: Property Manager API — Custom overrides. 2 operations. Lead operation: Akamai List Custom Overrides. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiCustom overrides

What You Can Do

GET
Getcustomoverrides — Akamai List Custom Overrides
/v1/custom-overrides
GET
Getcustomoverride — Akamai Get a Custom Override
/v1/custom-overrides/{overrideid}

MCP Tools

akamai-list-custom-overrides

Akamai List Custom Overrides

read-only idempotent
akamai-get-custom-override

Akamai Get a Custom Override

read-only idempotent

Capability Spec

papi-custom-overrides.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Custom overrides'
  description: 'Akamai: Property Manager API — Custom overrides. 2 operations. Lead operation: Akamai List Custom Overrides.
    Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Custom overrides
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-custom-overrides
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Custom overrides business capability. Self-contained, no shared references.'
    resources:
    - name: custom-overrides
      path: /custom-overrides
      operations:
      - name: getcustomoverrides
        method: GET
        description: Akamai List Custom Overrides
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PAPI-Use-Prefixes
          in: header
          type: string
          description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            in response data. Set to `false` when exchangin
          required: true
        - 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: custom-overrides-overrideId
      path: /custom-overrides/{overrideId}
      operations:
      - name: getcustomoverride
        method: GET
        description: Akamai Get a Custom Override
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PAPI-Use-Prefixes
          in: header
          type: string
          description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            in response data. Set to `false` when exchangin
          required: true
        - 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
  exposes:
  - type: rest
    namespace: papi-custom-overrides-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Custom overrides. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/custom-overrides
      name: custom-overrides
      description: REST surface for custom-overrides.
      operations:
      - method: GET
        name: getcustomoverrides
        description: Akamai List Custom Overrides
        call: papi-custom-overrides.getcustomoverrides
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/custom-overrides/{overrideid}
      name: custom-overrides-overrideid
      description: REST surface for custom-overrides-overrideId.
      operations:
      - method: GET
        name: getcustomoverride
        description: Akamai Get a Custom Override
        call: papi-custom-overrides.getcustomoverride
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-custom-overrides-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Custom overrides. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-list-custom-overrides
      description: Akamai List Custom Overrides
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-custom-overrides.getcustomoverrides
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-get-custom-override
      description: Akamai Get a Custom Override
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-custom-overrides.getcustomoverride
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.