NetBird · Capability

NetBird REST API — EDR Huntress Integrations

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

Run with Naftiko NetbirdEDR Huntress Integrations

What You Can Do

POST
Createhuntressedrintegration — Create EDR Huntress Integration
/v1/api/integrations/edr/huntress
GET
Get — Get EDR Huntress Integration
/v1/api/integrations/edr/huntress
PUT
Updatehuntressedrintegration — Update EDR Huntress Integration
/v1/api/integrations/edr/huntress
DELETE
Delete — Delete EDR Huntress Integration
/v1/api/integrations/edr/huntress

MCP Tools

create-edr-huntress-integration

Create EDR Huntress Integration

get-edr-huntress-integration

Get EDR Huntress Integration

read-only idempotent
update-edr-huntress-integration

Update EDR Huntress Integration

idempotent
delete-edr-huntress-integration

Delete EDR Huntress Integration

idempotent

Capability Spec

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