Bentley Systems · Capability

iTwin Insights API — Reports

iTwin Insights API — Reports. Self-contained Naftiko capability covering the Reports resource of the iTwin Insights API.

iTwin Insights API — Reports is a Naftiko capability published by Bentley Systems, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Bentley, iTwin, and Reports.

Run with Naftiko BentleyiTwinReports

Capability Spec

insights-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "iTwin Insights API \u2014 Reports"
  description: "iTwin Insights API \u2014 Reports. Self-contained Naftiko capability covering the Reports resource of the\
    \ iTwin Insights API."
  tags:
  - Bentley
  - iTwin
  - Reports
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    ITWIN_ACCESS_TOKEN: ITWIN_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: insights-reports
    baseUri: https://api.bentley.com/insights
    description: iTwin Insights API Reports capability against the iTwin Platform.
    resources:
    - name: reports
      path: /reports
      operations:
      - name: listReports
        method: GET
        description: List Reports via iTwin Insights API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
      - name: createReport
        method: POST
        description: Create Report via iTwin Insights API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).