Akamai · Capability

Akamai: Application Security API — Discovered APIs

Akamai: Application Security API — Discovered APIs. 2 operations. Lead operation: Akamai List discovered APIs. Self-contained Naftiko capability covering one Akamai business surface.

Akamai: Application Security API — Discovered APIs is a Naftiko capability published by Akamai, one of 151 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Akamai, Application Security, and Discovered APIs.

Run with Naftiko AkamaiApplication SecurityDiscovered APIs

Capability Spec

appsec-discovered-apis.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Discovered APIs'
  description: 'Akamai: Application Security API — Discovered APIs. 2 operations. Lead operation: Akamai List discovered APIs. Self-contained Naftiko capability covering one Akamai business
    surface.'
  tags:
  - Akamai
  - Application Security
  - Discovered APIs
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: appsec-discovered-apis
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Discovered APIs business capability. Self-contained, no shared references.'
    resources:
    - name: api-discovery
      path: /api-discovery
      operations:
      - name: getget-api-list
        method: GET
        description: List discovered APIs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: includeHidden
          in: query
          type: boolean
          description: If `true`, includes all discovered APIs including ones you have hidden. By default, `false` returns only the visible APIs.
        - name: search
          in: query
          type: string
          description: Filter results by hostname or basepath. You can also match on substrings.
        - 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-with-one-api-client).
            The Identity and
    - name: api-discovery-host-hostname-basepath-basePath
      path: /api-discovery/host/{hostname}/basepath/{basePath}
      operations:
      - name: getget-api-details
        method: GET
        description: Get a discovered API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: includeHidden
          in: query
          type: boolean
          description: If `true`, includes all discovered APIs including ones you have hidden. By default, `false` returns only the visible APIs.
        - name: search
          in: query
          type: string
          description: Filter results by name, description, or ID. You can match on substrings.
        - 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-with-one-api-client).
            The Identity and