Akamai · Capability

Akamai: EdgeKV API — Permission groups

Akamai: EdgeKV API — Permission groups. 2 operations. Lead operation: Akamai List Permission Groups. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiPermission groups

What You Can Do

GET
Getgroups — Akamai List Permission Groups
/v1/auth/groups
GET
Getgroup — Akamai Get a Permission Group
/v1/auth/groups/{groupid}

MCP Tools

akamai-list-permission-groups

Akamai List Permission Groups

read-only idempotent
akamai-get-permission-group

Akamai Get a Permission Group

read-only idempotent

Capability Spec

edgekv-permission-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: EdgeKV API — Permission groups'
  description: 'Akamai: EdgeKV API — Permission groups. 2 operations. Lead operation: Akamai List Permission Groups. Self-contained
    Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Permission groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: edgekv-permission-groups
    baseUri: https://{hostname}/edgekv/v1
    description: 'Akamai: EdgeKV API — Permission groups business capability. Self-contained, no shared references.'
    resources:
    - name: auth-groups
      path: /auth/groups
      operations:
      - name: getgroups
        method: GET
        description: Akamai List Permission Groups
        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: auth-groups-groupId
      path: /auth/groups/{groupId}
      operations:
      - name: getgroup
        method: GET
        description: Akamai Get a Permission Group
        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
  exposes:
  - type: rest
    namespace: edgekv-permission-groups-rest
    port: 8080
    description: 'REST adapter for Akamai: EdgeKV API — Permission groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.'
    resources:
    - path: /v1/auth/groups
      name: auth-groups
      description: REST surface for auth-groups.
      operations:
      - method: GET
        name: getgroups
        description: Akamai List Permission Groups
        call: edgekv-permission-groups.getgroups
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auth/groups/{groupid}
      name: auth-groups-groupid
      description: REST surface for auth-groups-groupId.
      operations:
      - method: GET
        name: getgroup
        description: Akamai Get a Permission Group
        call: edgekv-permission-groups.getgroup
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: edgekv-permission-groups-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: EdgeKV API — Permission groups. One tool per consumed operation, routed inline through
      this capability''s consumes block.'
    tools:
    - name: akamai-list-permission-groups
      description: Akamai List Permission Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edgekv-permission-groups.getgroups
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-get-permission-group
      description: Akamai Get a Permission Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edgekv-permission-groups.getgroup
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.