Bentley Systems · Capability

iTwins API — Management

iTwins API — Management. Self-contained Naftiko capability covering the Management resource of the iTwins API.

iTwins API — Management 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 Management.

Run with Naftiko BentleyiTwinManagement

Capability Spec

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