SAP Business Intelligence SAP Datasphere API — Connections

SAP Business Intelligence SAP Datasphere API — Connections. 4 operations. Lead operation: SAP Business Intelligence List connections in a space. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiConnections

What You Can Do

GET
Listconnections — SAP Business Intelligence List connections in a space
/v1/spaces/{spaceid}/connections
POST
Createconnection — SAP Business Intelligence Create a connection
/v1/spaces/{spaceid}/connections
GET
Getconnection — SAP Business Intelligence Get a connection
/v1/spaces/{spaceid}/connections/{connectionid}
DELETE
Deleteconnection — SAP Business Intelligence Delete a connection
/v1/spaces/{spaceid}/connections/{connectionid}

MCP Tools

sap-business-intelligence-list-connections

SAP Business Intelligence List connections in a space

read-only idempotent
sap-business-intelligence-create-connection

SAP Business Intelligence Create a connection

sap-business-intelligence-get-connection

SAP Business Intelligence Get a connection

read-only idempotent
sap-business-intelligence-delete-connection

SAP Business Intelligence Delete a connection

idempotent

Capability Spec

datasphere-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP Datasphere API — Connections
  description: 'SAP Business Intelligence SAP Datasphere API — Connections. 4 operations. Lead operation: SAP Business Intelligence
    List connections in a space. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - Connections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_BI_API_KEY: SAP_BI_API_KEY
capability:
  consumes:
  - type: http
    namespace: datasphere-connections
    baseUri: https://{tenant}.datasphere.cloud.sap/api/v1
    description: SAP Business Intelligence SAP Datasphere API — Connections business capability. Self-contained, no shared
      references.
    resources:
    - name: spaces-spaceId-connections
      path: /spaces/{spaceId}/connections
      operations:
      - name: listconnections
        method: GET
        description: SAP Business Intelligence List connections in a space
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createconnection
        method: POST
        description: SAP Business Intelligence Create a connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: spaces-spaceId-connections-connectionId
      path: /spaces/{spaceId}/connections/{connectionId}
      operations:
      - name: getconnection
        method: GET
        description: SAP Business Intelligence Get a connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteconnection
        method: DELETE
        description: SAP Business Intelligence Delete a connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAP_BI_API_KEY}}'
  exposes:
  - type: rest
    namespace: datasphere-connections-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP Datasphere API — Connections. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/spaces/{spaceid}/connections
      name: spaces-spaceid-connections
      description: REST surface for spaces-spaceId-connections.
      operations:
      - method: GET
        name: listconnections
        description: SAP Business Intelligence List connections in a space
        call: datasphere-connections.listconnections
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createconnection
        description: SAP Business Intelligence Create a connection
        call: datasphere-connections.createconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/spaces/{spaceid}/connections/{connectionid}
      name: spaces-spaceid-connections-connectionid
      description: REST surface for spaces-spaceId-connections-connectionId.
      operations:
      - method: GET
        name: getconnection
        description: SAP Business Intelligence Get a connection
        call: datasphere-connections.getconnection
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconnection
        description: SAP Business Intelligence Delete a connection
        call: datasphere-connections.deleteconnection
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasphere-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP Datasphere API — Connections. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-connections
      description: SAP Business Intelligence List connections in a space
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasphere-connections.listconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-create-connection
      description: SAP Business Intelligence Create a connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datasphere-connections.createconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-get-connection
      description: SAP Business Intelligence Get a connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasphere-connections.getconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-delete-connection
      description: SAP Business Intelligence Delete a connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: datasphere-connections.deleteconnection
      outputParameters:
      - type: object
        mapping: $.