Autodesk · Capability

Autodesk Webhooks API — Systems

Autodesk Webhooks API — Systems. 2 operations. Lead operation: Autodesk List Event Systems. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskSystems

What You Can Do

GET
Getsystems — Autodesk List Event Systems
/v1/webhooks/v1/systems
GET
Getsystemevents — Autodesk List System Events
/v1/webhooks/v1/systems/{system}/events

MCP Tools

autodesk-list-event-systems

Autodesk List Event Systems

read-only idempotent
autodesk-list-system-events

Autodesk List System Events

read-only idempotent

Capability Spec

webhooks-systems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Webhooks API — Systems
  description: 'Autodesk Webhooks API — Systems. 2 operations. Lead operation: Autodesk List Event Systems. Self-contained
    Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Systems
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTODESK_API_KEY: AUTODESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: webhooks-systems
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Webhooks API — Systems business capability. Self-contained, no shared references.
    resources:
    - name: webhooks-v1-systems
      path: /webhooks/v1/systems
      operations:
      - name: getsystems
        method: GET
        description: Autodesk List Event Systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: webhooks-v1-systems-system-events
      path: /webhooks/v1/systems/{system}/events
      operations:
      - name: getsystemevents
        method: GET
        description: Autodesk List System Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: system
          in: path
          type: string
          description: The system identifier (e.g., data, derivative, adsk.c4r).
          required: true
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: webhooks-systems-rest
    port: 8080
    description: REST adapter for Autodesk Webhooks API — Systems. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/webhooks/v1/systems
      name: webhooks-v1-systems
      description: REST surface for webhooks-v1-systems.
      operations:
      - method: GET
        name: getsystems
        description: Autodesk List Event Systems
        call: webhooks-systems.getsystems
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/v1/systems/{system}/events
      name: webhooks-v1-systems-system-events
      description: REST surface for webhooks-v1-systems-system-events.
      operations:
      - method: GET
        name: getsystemevents
        description: Autodesk List System Events
        call: webhooks-systems.getsystemevents
        with:
          system: rest.system
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: webhooks-systems-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Webhooks API — Systems. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: autodesk-list-event-systems
      description: Autodesk List Event Systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: webhooks-systems.getsystems
      outputParameters:
      - type: object
        mapping: $.
    - name: autodesk-list-system-events
      description: Autodesk List System Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: webhooks-systems.getsystemevents
      with:
        system: tools.system
      outputParameters:
      - type: object
        mapping: $.