Bentley Systems · Capability

iTwin iModels API — Changesets

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

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

Run with Naftiko BentleyiTwinChangesets

Capability Spec

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