APIs.io Engineering Platform Cloudflare API — Zero Trust Risk Scoring Integrations

APIs.io Engineering Platform Cloudflare API — Zero Trust Risk Scoring Integrations. 6 operations. Lead operation: APIs.io Engineering Platform List all risk score integrations for the account.. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformZero Trust Risk Scoring Integrations

What You Can Do

GET
Dlpztriskscoreintegrationlist — APIs.io Engineering Platform List all risk score integrations for the account.
/v1/accounts/{account-id}/zt-risk-scoring/integrations
POST
Dlpztriskscoreintegrationcreate — APIs.io Engineering Platform Create new risk score integration.
/v1/accounts/{account-id}/zt-risk-scoring/integrations
GET
Dlpztriskscoreintegrationgetbyreferenceid — APIs.io Engineering Platform Get risk score integration by reference id.
/v1/accounts/{account-id}/zt-risk-scoring/integrations/reference-id/{reference-id}
DELETE
Dlpztriskscoreintegrationdelete — APIs.io Engineering Platform Delete a risk score integration.
/v1/accounts/{account-id}/zt-risk-scoring/integrations/{integration-id}
GET
Dlpztriskscoreintegrationget — APIs.io Engineering Platform Get risk score integration by id.
/v1/accounts/{account-id}/zt-risk-scoring/integrations/{integration-id}
PUT
Dlpztriskscoreintegrationupdate — APIs.io Engineering Platform Update a risk score integration.
/v1/accounts/{account-id}/zt-risk-scoring/integrations/{integration-id}

MCP Tools

apis-io-engineering-platform-list-all

APIs.io Engineering Platform List all risk score integrations for the account.

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

APIs.io Engineering Platform Create new risk score integration.

apis-io-engineering-platform-get-risk

APIs.io Engineering Platform Get risk score integration by reference id.

read-only idempotent
apis-io-engineering-platform-delete-risk

APIs.io Engineering Platform Delete a risk score integration.

idempotent
apis-io-engineering-platform-get-risk-2

APIs.io Engineering Platform Get risk score integration by id.

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

APIs.io Engineering Platform Update a risk score integration.

idempotent

Capability Spec

cloudflare-zero-trust-risk-scoring-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zero Trust Risk Scoring Integrations
  description: 'APIs.io Engineering Platform Cloudflare API — Zero Trust Risk Scoring Integrations. 6 operations. Lead operation:
    APIs.io Engineering Platform List all risk score integrations for the account.. Self-contained Naftiko capability covering
    one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Zero Trust Risk Scoring 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-zero-trust-risk-scoring-integrations
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zero Trust Risk Scoring Integrations business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-zt_risk_scoring-integrations
      path: /accounts/{account_id}/zt_risk_scoring/integrations
      operations:
      - name: dlpztriskscoreintegrationlist
        method: GET
        description: APIs.io Engineering Platform List all risk score integrations for the account.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: dlpztriskscoreintegrationcreate
        method: POST
        description: APIs.io Engineering Platform Create new risk score 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-zt_risk_scoring-integrations-reference_id-reference_id
      path: /accounts/{account_id}/zt_risk_scoring/integrations/reference_id/{reference_id}
      operations:
      - name: dlpztriskscoreintegrationgetbyreferenceid
        method: GET
        description: APIs.io Engineering Platform Get risk score integration by reference id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: reference_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-zt_risk_scoring-integrations-integration_id
      path: /accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}
      operations:
      - name: dlpztriskscoreintegrationdelete
        method: DELETE
        description: APIs.io Engineering Platform Delete a risk score integration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: integration_id
          in: path
          type: string
          required: true
      - name: dlpztriskscoreintegrationget
        method: GET
        description: APIs.io Engineering Platform Get risk score integration by id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: integration_id
          in: path
          type: string
          required: true
      - name: dlpztriskscoreintegrationupdate
        method: PUT
        description: APIs.io Engineering Platform Update a risk score integration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: integration_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-zero-trust-risk-scoring-integrations-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Risk Scoring Integrations. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/zt-risk-scoring/integrations
      name: accounts-account-id-zt-risk-scoring-integrations
      description: REST surface for accounts-account_id-zt_risk_scoring-integrations.
      operations:
      - method: GET
        name: dlpztriskscoreintegrationlist
        description: APIs.io Engineering Platform List all risk score integrations for the account.
        call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationlist
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: dlpztriskscoreintegrationcreate
        description: APIs.io Engineering Platform Create new risk score integration.
        call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationcreate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/zt-risk-scoring/integrations/reference-id/{reference-id}
      name: accounts-account-id-zt-risk-scoring-integrations-reference-id-reference-id
      description: REST surface for accounts-account_id-zt_risk_scoring-integrations-reference_id-reference_id.
      operations:
      - method: GET
        name: dlpztriskscoreintegrationgetbyreferenceid
        description: APIs.io Engineering Platform Get risk score integration by reference id.
        call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationgetbyreferenceid
        with:
          account_id: rest.account_id
          reference_id: rest.reference_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/zt-risk-scoring/integrations/{integration-id}
      name: accounts-account-id-zt-risk-scoring-integrations-integration-id
      description: REST surface for accounts-account_id-zt_risk_scoring-integrations-integration_id.
      operations:
      - method: DELETE
        name: dlpztriskscoreintegrationdelete
        description: APIs.io Engineering Platform Delete a risk score integration.
        call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationdelete
        with:
          account_id: rest.account_id
          integration_id: rest.integration_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: dlpztriskscoreintegrationget
        description: APIs.io Engineering Platform Get risk score integration by id.
        call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationget
        with:
          account_id: rest.account_id
          integration_id: rest.integration_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: dlpztriskscoreintegrationupdate
        description: APIs.io Engineering Platform Update a risk score integration.
        call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationupdate
        with:
          account_id: rest.account_id
          integration_id: rest.integration_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zero-trust-risk-scoring-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Risk Scoring Integrations. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-all
      description: APIs.io Engineering Platform List all risk score integrations for the account.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationlist
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create new risk score integration.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationcreate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-risk
      description: APIs.io Engineering Platform Get risk score integration by reference id.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationgetbyreferenceid
      with:
        account_id: tools.account_id
        reference_id: tools.reference_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-risk
      description: APIs.io Engineering Platform Delete a risk score integration.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationdelete
      with:
        account_id: tools.account_id
        integration_id: tools.integration_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-risk-2
      description: APIs.io Engineering Platform Get risk score integration by id.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationget
      with:
        account_id: tools.account_id
        integration_id: tools.integration_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-risk
      description: APIs.io Engineering Platform Update a risk score integration.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-risk-scoring-integrations.dlpztriskscoreintegrationupdate
      with:
        account_id: tools.account_id
        integration_id: tools.integration_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.