LeanIX · Capability

Integration API — fastSynchronizationRuns

Integration API — fastSynchronizationRuns. 2 operations. Lead operation: fastSynchronizationRuns. Self-contained Naftiko capability covering one Leanix business surface.

Run with Naftiko LeanixfastSynchronizationRuns

What You Can Do

POST
Createsynchronizationfastrun — Creates a fast synchronization run.
/v1/fastsynchronizationruns
POST
Createsynchronizationfastrunwithconfig — Starts a new fast run synchronization using the processor configuration and input object provided in the request.
/v1/fastsynchronizationruns/withconfig

MCP Tools

creates-fast-synchronization-run

Creates a fast synchronization run.

starts-new-fast-run-synchronization

Starts a new fast run synchronization using the processor configuration and input object provided in the request.

Capability Spec

leanix-fastsynchronizationruns.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Integration API — fastSynchronizationRuns
  description: 'Integration API — fastSynchronizationRuns. 2 operations. Lead operation: fastSynchronizationRuns. Self-contained
    Naftiko capability covering one Leanix business surface.'
  tags:
  - Leanix
  - fastSynchronizationRuns
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LEANIX_API_KEY: LEANIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: leanix-fastsynchronizationruns
    baseUri: ''
    description: Integration API — fastSynchronizationRuns business capability. Self-contained, no shared references.
    resources:
    - name: fastSynchronizationRuns
      path: /fastSynchronizationRuns
      operations:
      - name: createsynchronizationfastrun
        method: POST
        description: Creates a fast synchronization run.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
    - name: fastSynchronizationRuns-withConfig
      path: /fastSynchronizationRuns/withConfig
      operations:
      - name: createsynchronizationfastrunwithconfig
        method: POST
        description: Starts a new fast run synchronization using the processor configuration and input object provided in
          the request.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
  exposes:
  - type: rest
    namespace: leanix-fastsynchronizationruns-rest
    port: 8080
    description: REST adapter for Integration API — fastSynchronizationRuns. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/fastsynchronizationruns
      name: fastsynchronizationruns
      description: REST surface for fastSynchronizationRuns.
      operations:
      - method: POST
        name: createsynchronizationfastrun
        description: Creates a fast synchronization run.
        call: leanix-fastsynchronizationruns.createsynchronizationfastrun
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fastsynchronizationruns/withconfig
      name: fastsynchronizationruns-withconfig
      description: REST surface for fastSynchronizationRuns-withConfig.
      operations:
      - method: POST
        name: createsynchronizationfastrunwithconfig
        description: Starts a new fast run synchronization using the processor configuration and input object provided in
          the request.
        call: leanix-fastsynchronizationruns.createsynchronizationfastrunwithconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: leanix-fastsynchronizationruns-mcp
    port: 9090
    transport: http
    description: MCP adapter for Integration API — fastSynchronizationRuns. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: creates-fast-synchronization-run
      description: Creates a fast synchronization run.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: leanix-fastsynchronizationruns.createsynchronizationfastrun
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: starts-new-fast-run-synchronization
      description: Starts a new fast run synchronization using the processor configuration and input object provided in the
        request.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: leanix-fastsynchronizationruns.createsynchronizationfastrunwithconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.