SAP Integration Suite · Capability

SAP API Management API — Key Value Maps

SAP API Management API — Key Value Maps. 2 operations. Lead operation: List Key Value Maps. Self-contained Naftiko capability covering one Sap Integration Suite business surface.

Run with Naftiko Sap Integration SuiteKey Value Maps

What You Can Do

GET
Listkeyvaluemaps — List Key Value Maps
/v1/keyvaluemaps
POST
Createkeyvaluemap — Create Key Value Map
/v1/keyvaluemaps

MCP Tools

list-key-value-maps

List Key Value Maps

read-only idempotent
create-key-value-map

Create Key Value Map

Capability Spec

api-management-key-value-maps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP API Management API — Key Value Maps
  description: 'SAP API Management API — Key Value Maps. 2 operations. Lead operation: List Key Value Maps. Self-contained
    Naftiko capability covering one Sap Integration Suite business surface.'
  tags:
  - Sap Integration Suite
  - Key Value Maps
  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-key-value-maps
    baseUri: https://{api-portal-host}/apiportal/api/1.0
    description: SAP API Management API — Key Value Maps business capability. Self-contained, no shared references.
    resources:
    - name: KeyValueMaps
      path: /KeyValueMaps
      operations:
      - name: listkeyvaluemaps
        method: GET
        description: List Key Value Maps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createkeyvaluemap
        method: POST
        description: Create Key Value Map
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SAP_INTEGRATION_SUITE_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-management-key-value-maps-rest
    port: 8080
    description: REST adapter for SAP API Management API — Key Value Maps. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/keyvaluemaps
      name: keyvaluemaps
      description: REST surface for KeyValueMaps.
      operations:
      - method: GET
        name: listkeyvaluemaps
        description: List Key Value Maps
        call: api-management-key-value-maps.listkeyvaluemaps
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createkeyvaluemap
        description: Create Key Value Map
        call: api-management-key-value-maps.createkeyvaluemap
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-management-key-value-maps-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP API Management API — Key Value Maps. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-key-value-maps
      description: List Key Value Maps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-management-key-value-maps.listkeyvaluemaps
      outputParameters:
      - type: object
        mapping: $.
    - name: create-key-value-map
      description: Create Key Value Map
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: api-management-key-value-maps.createkeyvaluemap
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.