APIs.io Engineering Platform Cloudflare API — Device Posture Integrations

APIs.io Engineering Platform Cloudflare API — Device Posture Integrations. 5 operations. Lead operation: APIs.io Engineering Platform List your device posture integrations. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformDevice Posture Integrations

What You Can Do

GET
Devicepostureintegrationslistdevicepostureintegrations — APIs.io Engineering Platform List your device posture integrations
/v1/accounts/{account-id}/devices/posture/integration
POST
Devicepostureintegrationscreatedevicepostureintegration — APIs.io Engineering Platform Create a device posture integration
/v1/accounts/{account-id}/devices/posture/integration
DELETE
Devicepostureintegrationsdeletedevicepostureintegration — APIs.io Engineering Platform Delete a device posture integration
/v1/accounts/{account-id}/devices/posture/integration/{integration-id}
GET
Devicepostureintegrationsdevicepostureintegrationdetails — APIs.io Engineering Platform Get device posture integration details
/v1/accounts/{account-id}/devices/posture/integration/{integration-id}
PATCH
Devicepostureintegrationsupdatedevicepostureintegration — APIs.io Engineering Platform Update a device posture integration
/v1/accounts/{account-id}/devices/posture/integration/{integration-id}

MCP Tools

apis-io-engineering-platform-list-your

APIs.io Engineering Platform List your device posture integrations

read-only idempotent
apis-io-engineering-platform-create-device

APIs.io Engineering Platform Create a device posture integration

apis-io-engineering-platform-delete-device

APIs.io Engineering Platform Delete a device posture integration

idempotent
apis-io-engineering-platform-get-device

APIs.io Engineering Platform Get device posture integration details

read-only idempotent
apis-io-engineering-platform-update-device

APIs.io Engineering Platform Update a device posture integration

idempotent

Capability Spec

cloudflare-device-posture-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Device Posture Integrations
  description: 'APIs.io Engineering Platform Cloudflare API — Device Posture Integrations. 5 operations. Lead operation: APIs.io
    Engineering Platform List your device posture integrations. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Device Posture Integrations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-device-posture-integrations
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Device Posture Integrations business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-devices-posture-integration
      path: /accounts/{account_id}/devices/posture/integration
      operations:
      - name: devicepostureintegrationslistdevicepostureintegrations
        method: GET
        description: APIs.io Engineering Platform List your device posture integrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: devicepostureintegrationscreatedevicepostureintegration
        method: POST
        description: APIs.io Engineering Platform Create a device posture integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-devices-posture-integration-integration_id
      path: /accounts/{account_id}/devices/posture/integration/{integration_id}
      operations:
      - name: devicepostureintegrationsdeletedevicepostureintegration
        method: DELETE
        description: APIs.io Engineering Platform Delete a device posture integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: integration_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicepostureintegrationsdevicepostureintegrationdetails
        method: GET
        description: APIs.io Engineering Platform Get device posture integration details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: integration_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: devicepostureintegrationsupdatedevicepostureintegration
        method: PATCH
        description: APIs.io Engineering Platform Update a device posture integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: integration_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-device-posture-integrations-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Device Posture Integrations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/devices/posture/integration
      name: accounts-account-id-devices-posture-integration
      description: REST surface for accounts-account_id-devices-posture-integration.
      operations:
      - method: GET
        name: devicepostureintegrationslistdevicepostureintegrations
        description: APIs.io Engineering Platform List your device posture integrations
        call: cloudflare-device-posture-integrations.devicepostureintegrationslistdevicepostureintegrations
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicepostureintegrationscreatedevicepostureintegration
        description: APIs.io Engineering Platform Create a device posture integration
        call: cloudflare-device-posture-integrations.devicepostureintegrationscreatedevicepostureintegration
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/devices/posture/integration/{integration-id}
      name: accounts-account-id-devices-posture-integration-integration-id
      description: REST surface for accounts-account_id-devices-posture-integration-integration_id.
      operations:
      - method: DELETE
        name: devicepostureintegrationsdeletedevicepostureintegration
        description: APIs.io Engineering Platform Delete a device posture integration
        call: cloudflare-device-posture-integrations.devicepostureintegrationsdeletedevicepostureintegration
        with:
          integration_id: rest.integration_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: devicepostureintegrationsdevicepostureintegrationdetails
        description: APIs.io Engineering Platform Get device posture integration details
        call: cloudflare-device-posture-integrations.devicepostureintegrationsdevicepostureintegrationdetails
        with:
          integration_id: rest.integration_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicepostureintegrationsupdatedevicepostureintegration
        description: APIs.io Engineering Platform Update a device posture integration
        call: cloudflare-device-posture-integrations.devicepostureintegrationsupdatedevicepostureintegration
        with:
          integration_id: rest.integration_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-device-posture-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Device Posture Integrations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-your
      description: APIs.io Engineering Platform List your device posture integrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-device-posture-integrations.devicepostureintegrationslistdevicepostureintegrations
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-device
      description: APIs.io Engineering Platform Create a device posture integration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-device-posture-integrations.devicepostureintegrationscreatedevicepostureintegration
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-device
      description: APIs.io Engineering Platform Delete a device posture integration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-device-posture-integrations.devicepostureintegrationsdeletedevicepostureintegration
      with:
        integration_id: tools.integration_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-device
      description: APIs.io Engineering Platform Get device posture integration details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-device-posture-integrations.devicepostureintegrationsdevicepostureintegrationdetails
      with:
        integration_id: tools.integration_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-device
      description: APIs.io Engineering Platform Update a device posture integration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-device-posture-integrations.devicepostureintegrationsupdatedevicepostureintegration
      with:
        integration_id: tools.integration_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.