Bentley Systems · Capability

iTwin iModels API — Named-Versions

iTwin iModels API — Named-Versions. Self-contained Naftiko capability covering the Named-Versions resource of the iTwin iModels API.

iTwin iModels API — Named-Versions 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 Named-Versions.

Run with Naftiko BentleyiTwinNamed-Versions

Capability Spec

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