SAP BI Tools · Capability

SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Authentication

SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Authentication. 2 operations. Lead operation: SAP BI Tools Log off from BI Platform. Self-contained Naftiko capability covering one Sap Bi Tools business surface.

Run with Naftiko Sap Bi ToolsAuthentication

What You Can Do

POST
Logoff — SAP BI Tools Log off from BI Platform
/v1/logoff
POST
Logon — SAP BI Tools Log on to BI Platform
/v1/logon/long

MCP Tools

sap-bi-tools-log-off

SAP BI Tools Log off from BI Platform

sap-bi-tools-log-bi

SAP BI Tools Log on to BI Platform

Capability Spec

sap-businessobjects-bi-platform-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Authentication
  description: 'SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Authentication. 2 operations. Lead operation:
    SAP BI Tools Log off from BI Platform. Self-contained Naftiko capability covering one Sap Bi Tools business surface.'
  tags:
  - Sap Bi Tools
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_BI_TOOLS_API_KEY: SAP_BI_TOOLS_API_KEY
capability:
  consumes:
  - type: http
    namespace: sap-businessobjects-bi-platform-authentication
    baseUri: http://{server}:{port}/biprws
    description: SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Authentication business capability. Self-contained,
      no shared references.
    resources:
    - name: logoff
      path: /logoff
      operations:
      - name: logoff
        method: POST
        description: SAP BI Tools Log off from BI Platform
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: logon-long
      path: /logon/long
      operations:
      - name: logon
        method: POST
        description: SAP BI Tools Log on to BI Platform
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-SAP-LogonToken
      value: '{{env.SAP_BI_TOOLS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: sap-businessobjects-bi-platform-authentication-rest
    port: 8080
    description: REST adapter for SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Authentication. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/logoff
      name: logoff
      description: REST surface for logoff.
      operations:
      - method: POST
        name: logoff
        description: SAP BI Tools Log off from BI Platform
        call: sap-businessobjects-bi-platform-authentication.logoff
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/logon/long
      name: logon-long
      description: REST surface for logon-long.
      operations:
      - method: POST
        name: logon
        description: SAP BI Tools Log on to BI Platform
        call: sap-businessobjects-bi-platform-authentication.logon
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-businessobjects-bi-platform-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Authentication. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-bi-tools-log-off
      description: SAP BI Tools Log off from BI Platform
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-businessobjects-bi-platform-authentication.logoff
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-bi-tools-log-bi
      description: SAP BI Tools Log on to BI Platform
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-businessobjects-bi-platform-authentication.logon
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.