Akamai · Capability

Akamai: EdgeKV API — EdgeKV status

Akamai: EdgeKV API — EdgeKV status. 2 operations. Lead operation: Akamai Get the EdgeKV Initialization Status. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiEdgeKV status

What You Can Do

GET
Getinitialize — Akamai Get the EdgeKV Initialization Status
/v1/initialize
PUT
Putinitialize — Akamai Initialize EdgeKV
/v1/initialize

MCP Tools

akamai-get-edgekv-initialization-status

Akamai Get the EdgeKV Initialization Status

read-only idempotent
akamai-initialize-edgekv

Akamai Initialize EdgeKV

idempotent

Capability Spec

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