Bentley Systems · Capability

iTwin Schedules API — Tasks

iTwin Schedules API — Tasks. Self-contained Naftiko capability covering the Tasks resource of the iTwin Schedules API.

iTwin Schedules API — Tasks 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 Tasks.

Run with Naftiko BentleyiTwinTasks

Capability Spec

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