Akamai API Security · Capability

Akamai: Application Security API — Discovered APIs

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

Run with Naftiko Akamai Api SecurityDiscovered APIs

What You Can Do

GET
Getapilist — Akamai API Security List Discovered APIs
/v1/api-discovery
GET
Getapidetails — Akamai API Security Get a Discovered API
/v1/api-discovery/host/{hostname}/basepath/{basepath}

MCP Tools

akamai-api-security-list-discovered

Akamai API Security List Discovered APIs

read-only idempotent
akamai-api-security-get-discovered

Akamai API Security Get a Discovered API

read-only idempotent

Capability Spec

akamai-api-security-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 API Security List
    Discovered APIs. Self-contained Naftiko capability covering one Akamai Api Security business surface.'
  tags:
  - Akamai Api Security
  - Discovered APIs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_SECURITY_API_KEY: AKAMAI_API_SECURITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: akamai-api-security-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: getapilist
        method: GET
        description: Akamai API Security 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-w
    - name: api-discovery-host-hostname-basepath-basePath
      path: /api-discovery/host/{hostname}/basepath/{basePath}
      operations:
      - name: getapidetails
        method: GET
        description: Akamai API Security 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-w
  exposes:
  - type: rest
    namespace: akamai-api-security-discovered-apis-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — Discovered APIs. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/api-discovery
      name: api-discovery
      description: REST surface for api-discovery.
      operations:
      - method: GET
        name: getapilist
        description: Akamai API Security List Discovered APIs
        call: akamai-api-security-discovered-apis.getapilist
        with:
          includeHidden: rest.includeHidden
          search: rest.search
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api-discovery/host/{hostname}/basepath/{basepath}
      name: api-discovery-host-hostname-basepath-basepath
      description: REST surface for api-discovery-host-hostname-basepath-basePath.
      operations:
      - method: GET
        name: getapidetails
        description: Akamai API Security Get a Discovered API
        call: akamai-api-security-discovered-apis.getapidetails
        with:
          includeHidden: rest.includeHidden
          search: rest.search
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-discovered-apis-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — Discovered APIs. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-list-discovered
      description: Akamai API Security List Discovered APIs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-discovered-apis.getapilist
      with:
        includeHidden: tools.includeHidden
        search: tools.search
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-get-discovered
      description: Akamai API Security Get a Discovered API
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-discovered-apis.getapidetails
      with:
        includeHidden: tools.includeHidden
        search: tools.search
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.