NetBird · Capability

NetBird REST API — EDR Intune Integrations

NetBird REST API — EDR Intune Integrations. 4 operations. Lead operation: Create EDR Intune Integration. Self-contained Naftiko capability covering one Netbird business surface.

Run with Naftiko NetbirdEDR Intune Integrations

What You Can Do

POST
Createedrintegration — Create EDR Intune Integration
/v1/api/integrations/edr/intune
GET
Getedrintegration — Get EDR Intune Integration
/v1/api/integrations/edr/intune
PUT
Updateedrintegration — Update EDR Intune Integration
/v1/api/integrations/edr/intune
DELETE
Deleteintegration — Delete EDR Intune Integration
/v1/api/integrations/edr/intune

MCP Tools

create-edr-intune-integration

Create EDR Intune Integration

get-edr-intune-integration

Get EDR Intune Integration

read-only idempotent
update-edr-intune-integration

Update EDR Intune Integration

idempotent
delete-edr-intune-integration

Delete EDR Intune Integration

idempotent

Capability Spec

netbird-edr-intune-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NetBird REST API — EDR Intune Integrations
  description: 'NetBird REST API — EDR Intune Integrations. 4 operations. Lead operation: Create EDR Intune Integration. Self-contained
    Naftiko capability covering one Netbird business surface.'
  tags:
  - Netbird
  - EDR Intune Integrations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NETBIRD_API_KEY: NETBIRD_API_KEY
capability:
  consumes:
  - type: http
    namespace: netbird-edr-intune-integrations
    baseUri: https://api.netbird.io
    description: NetBird REST API — EDR Intune Integrations business capability. Self-contained, no shared references.
    resources:
    - name: api-integrations-edr-intune
      path: /api/integrations/edr/intune
      operations:
      - name: createedrintegration
        method: POST
        description: Create EDR Intune Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getedrintegration
        method: GET
        description: Get EDR Intune Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateedrintegration
        method: PUT
        description: Update EDR Intune Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteintegration
        method: DELETE
        description: Delete EDR Intune Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.NETBIRD_API_KEY}}'
  exposes:
  - type: rest
    namespace: netbird-edr-intune-integrations-rest
    port: 8080
    description: REST adapter for NetBird REST API — EDR Intune Integrations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/integrations/edr/intune
      name: api-integrations-edr-intune
      description: REST surface for api-integrations-edr-intune.
      operations:
      - method: POST
        name: createedrintegration
        description: Create EDR Intune Integration
        call: netbird-edr-intune-integrations.createedrintegration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getedrintegration
        description: Get EDR Intune Integration
        call: netbird-edr-intune-integrations.getedrintegration
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateedrintegration
        description: Update EDR Intune Integration
        call: netbird-edr-intune-integrations.updateedrintegration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteintegration
        description: Delete EDR Intune Integration
        call: netbird-edr-intune-integrations.deleteintegration
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: netbird-edr-intune-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for NetBird REST API — EDR Intune Integrations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-edr-intune-integration
      description: Create EDR Intune Integration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: netbird-edr-intune-integrations.createedrintegration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-edr-intune-integration
      description: Get EDR Intune Integration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: netbird-edr-intune-integrations.getedrintegration
      outputParameters:
      - type: object
        mapping: $.
    - name: update-edr-intune-integration
      description: Update EDR Intune Integration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: netbird-edr-intune-integrations.updateedrintegration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-edr-intune-integration
      description: Delete EDR Intune Integration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: netbird-edr-intune-integrations.deleteintegration
      outputParameters:
      - type: object
        mapping: $.