Bentley Systems · Capability

iTwin Clash Detection API — Tests

iTwin Clash Detection API — Tests. Self-contained Naftiko capability covering the Tests resource of the iTwin Clash Detection API.

iTwin Clash Detection API — Tests 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 Tests.

Run with Naftiko BentleyiTwinTests

Capability Spec

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