Bentley Systems · Capability

iTwin iModels API — Lifecycle

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

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

Run with Naftiko BentleyiTwinLifecycle

Capability Spec

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