Bentley Systems · Capability

iTwin Reality Management API — Data

iTwin Reality Management API — Data. Self-contained Naftiko capability covering the Data resource of the iTwin Reality Management API.

iTwin Reality Management API — Data 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 Data.

Run with Naftiko BentleyiTwinData

Capability Spec

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