Akamai · Capability

Akamai: EdgeWorkers API — Resource tiers

Akamai: EdgeWorkers API — Resource tiers. 1 operations. Lead operation: Akamai List Resource Tiers. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiResource tiers

What You Can Do

GET
Getresourcetiers — Akamai List Resource Tiers
/v1/resource-tiers

MCP Tools

akamai-list-resource-tiers

Akamai List Resource Tiers

read-only idempotent

Capability Spec

edgeworkers-resource-tiers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: EdgeWorkers API — Resource tiers'
  description: 'Akamai: EdgeWorkers API — Resource tiers. 1 operations. Lead operation: Akamai List Resource Tiers. Self-contained
    Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Resource tiers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: edgeworkers-resource-tiers
    baseUri: https://{hostname}/edgeworkers/v1
    description: 'Akamai: EdgeWorkers API — Resource tiers business capability. Self-contained, no shared references.'
    resources:
    - name: resource-tiers
      path: /resource-tiers
      operations:
      - name: getresourcetiers
        method: GET
        description: Akamai List Resource Tiers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: contractId
          in: query
          type: string
          description: Unique identifier of a contract.
          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: edgeworkers-resource-tiers-rest
    port: 8080
    description: 'REST adapter for Akamai: EdgeWorkers API — Resource tiers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/resource-tiers
      name: resource-tiers
      description: REST surface for resource-tiers.
      operations:
      - method: GET
        name: getresourcetiers
        description: Akamai List Resource Tiers
        call: edgeworkers-resource-tiers.getresourcetiers
        with:
          contractId: rest.contractId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: edgeworkers-resource-tiers-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: EdgeWorkers API — Resource tiers. One tool per consumed operation, routed inline
      through this capability''s consumes block.'
    tools:
    - name: akamai-list-resource-tiers
      description: Akamai List Resource Tiers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edgeworkers-resource-tiers.getresourcetiers
      with:
        contractId: tools.contractId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.