SAP Integration Suite · Capability

SAP API Management API — Developers

SAP API Management API — Developers. 1 operations. Lead operation: List Developers. Self-contained Naftiko capability covering one Sap Integration Suite business surface.

Run with Naftiko Sap Integration SuiteDevelopers

What You Can Do

GET
Listdevelopers — List Developers
/v1/management/developers

MCP Tools

list-developers

List Developers

read-only idempotent

Capability Spec

api-management-developers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP API Management API — Developers
  description: 'SAP API Management API — Developers. 1 operations. Lead operation: List Developers. Self-contained Naftiko
    capability covering one Sap Integration Suite business surface.'
  tags:
  - Sap Integration Suite
  - Developers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_INTEGRATION_SUITE_API_KEY: SAP_INTEGRATION_SUITE_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-management-developers
    baseUri: https://{api-portal-host}/apiportal/api/1.0
    description: SAP API Management API — Developers business capability. Self-contained, no shared references.
    resources:
    - name: Management-Developers
      path: /Management/Developers
      operations:
      - name: listdevelopers
        method: GET
        description: List Developers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
        - name: $skip
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.SAP_INTEGRATION_SUITE_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-management-developers-rest
    port: 8080
    description: REST adapter for SAP API Management API — Developers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/management/developers
      name: management-developers
      description: REST surface for Management-Developers.
      operations:
      - method: GET
        name: listdevelopers
        description: List Developers
        call: api-management-developers.listdevelopers
        with:
          $top: rest.$top
          $skip: rest.$skip
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-management-developers-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP API Management API — Developers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-developers
      description: List Developers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-management-developers.listdevelopers
      with:
        $top: tools.$top
        $skip: tools.$skip
      outputParameters:
      - type: object
        mapping: $.