SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Logon

SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Logon. 2 operations. Lead operation: SAP Business Intelligence Log off from BI Platform. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiLogon

What You Can Do

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

MCP Tools

sap-business-intelligence-log-off

SAP Business Intelligence Log off from BI Platform

sap-business-intelligence-log-bi

SAP Business Intelligence Log on to BI Platform

Capability Spec

businessobjects-platform-logon.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Logon
  description: 'SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Logon. 2 operations. Lead operation:
    SAP Business Intelligence Log off from BI Platform. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - Logon
  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: businessobjects-platform-logon
    baseUri: https://{server}:{port}/biprws
    description: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Logon business capability. Self-contained,
      no shared references.
    resources:
    - name: logoff
      path: /logoff
      operations:
      - name: logoff
        method: POST
        description: SAP Business Intelligence 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 Business Intelligence 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_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: businessobjects-platform-logon-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Logon. 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 Business Intelligence Log off from BI Platform
        call: businessobjects-platform-logon.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 Business Intelligence Log on to BI Platform
        call: businessobjects-platform-logon.logon
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: businessobjects-platform-logon-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Logon. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-log-off
      description: SAP Business Intelligence Log off from BI Platform
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: businessobjects-platform-logon.logoff
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-log-bi
      description: SAP Business Intelligence Log on to BI Platform
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: businessobjects-platform-logon.logon
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.