APIs.io Engineering Platform Cloudflare API — DLP Datasets

APIs.io Engineering Platform Cloudflare API — DLP Datasets. 9 operations. Lead operation: APIs.io Engineering Platform Fetch all datasets. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformDLP Datasets

What You Can Do

GET
Dlpdatasetsreadall — APIs.io Engineering Platform Fetch all datasets
/v1/accounts/{account-id}/dlp/datasets
POST
Dlpdatasetscreate — APIs.io Engineering Platform Create a new dataset
/v1/accounts/{account-id}/dlp/datasets
DELETE
Dlpdatasetsdelete — APIs.io Engineering Platform Delete a dataset
/v1/accounts/{account-id}/dlp/datasets/{dataset-id}
GET
Dlpdatasetsread — APIs.io Engineering Platform Fetch a specific dataset
/v1/accounts/{account-id}/dlp/datasets/{dataset-id}
PUT
Dlpdatasetsupdate — APIs.io Engineering Platform Update details about a dataset
/v1/accounts/{account-id}/dlp/datasets/{dataset-id}
POST
Dlpdatasetscreateversion — APIs.io Engineering Platform Prepare to upload a new version of a dataset
/v1/accounts/{account-id}/dlp/datasets/{dataset-id}/upload
POST
Dlpdatasetsuploadversion — APIs.io Engineering Platform Upload a new version of a dataset
/v1/accounts/{account-id}/dlp/datasets/{dataset-id}/upload/{version}
POST
Dlpdatasetsdefinecolumns — APIs.io Engineering Platform Sets the column information for a multi-column upload
/v1/accounts/{account-id}/dlp/datasets/{dataset-id}/versions/{version}
POST
Dlpdatasetsuploaddatasetcolumn — APIs.io Engineering Platform Upload a new version of a multi-column dataset
/v1/accounts/{account-id}/dlp/datasets/{dataset-id}/versions/{version}/entries/{entry-id}

MCP Tools

apis-io-engineering-platform-fetch-all

APIs.io Engineering Platform Fetch all datasets

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

APIs.io Engineering Platform Create a new dataset

apis-io-engineering-platform-delete-dataset

APIs.io Engineering Platform Delete a dataset

idempotent
apis-io-engineering-platform-fetch-specific

APIs.io Engineering Platform Fetch a specific dataset

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

APIs.io Engineering Platform Update details about a dataset

idempotent
apis-io-engineering-platform-prepare-upload

APIs.io Engineering Platform Prepare to upload a new version of a dataset

apis-io-engineering-platform-upload-new

APIs.io Engineering Platform Upload a new version of a dataset

apis-io-engineering-platform-sets-column

APIs.io Engineering Platform Sets the column information for a multi-column upload

apis-io-engineering-platform-upload-new-2

APIs.io Engineering Platform Upload a new version of a multi-column dataset

Capability Spec

cloudflare-dlp-datasets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — DLP Datasets
  description: 'APIs.io Engineering Platform Cloudflare API — DLP Datasets. 9 operations. Lead operation: APIs.io Engineering
    Platform Fetch all datasets. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - DLP Datasets
  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-dlp-datasets
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — DLP Datasets business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-dlp-datasets
      path: /accounts/{account_id}/dlp/datasets
      operations:
      - name: dlpdatasetsreadall
        method: GET
        description: APIs.io Engineering Platform Fetch all datasets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: dlpdatasetscreate
        method: POST
        description: APIs.io Engineering Platform Create a new dataset
        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-dlp-datasets-dataset_id
      path: /accounts/{account_id}/dlp/datasets/{dataset_id}
      operations:
      - name: dlpdatasetsdelete
        method: DELETE
        description: APIs.io Engineering Platform Delete a dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dataset_id
          in: path
          type: string
          required: true
      - name: dlpdatasetsread
        method: GET
        description: APIs.io Engineering Platform Fetch a specific dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dataset_id
          in: path
          type: string
          required: true
      - name: dlpdatasetsupdate
        method: PUT
        description: APIs.io Engineering Platform Update details about a dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dataset_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-dlp-datasets-dataset_id-upload
      path: /accounts/{account_id}/dlp/datasets/{dataset_id}/upload
      operations:
      - name: dlpdatasetscreateversion
        method: POST
        description: APIs.io Engineering Platform Prepare to upload a new version of a dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dataset_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-dlp-datasets-dataset_id-upload-version
      path: /accounts/{account_id}/dlp/datasets/{dataset_id}/upload/{version}
      operations:
      - name: dlpdatasetsuploadversion
        method: POST
        description: APIs.io Engineering Platform Upload a new version of a dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dataset_id
          in: path
          type: string
          required: true
        - name: version
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-dlp-datasets-dataset_id-versions-version
      path: /accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}
      operations:
      - name: dlpdatasetsdefinecolumns
        method: POST
        description: APIs.io Engineering Platform Sets the column information for a multi-column upload
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dataset_id
          in: path
          type: string
          required: true
        - name: version
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-dlp-datasets-dataset_id-versions-version-entries-entry_id
      path: /accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}/entries/{entry_id}
      operations:
      - name: dlpdatasetsuploaddatasetcolumn
        method: POST
        description: APIs.io Engineering Platform Upload a new version of a multi-column dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dataset_id
          in: path
          type: string
          required: true
        - name: version
          in: path
          type: integer
          required: true
        - name: entry_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-dlp-datasets-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — DLP Datasets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/dlp/datasets
      name: accounts-account-id-dlp-datasets
      description: REST surface for accounts-account_id-dlp-datasets.
      operations:
      - method: GET
        name: dlpdatasetsreadall
        description: APIs.io Engineering Platform Fetch all datasets
        call: cloudflare-dlp-datasets.dlpdatasetsreadall
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: dlpdatasetscreate
        description: APIs.io Engineering Platform Create a new dataset
        call: cloudflare-dlp-datasets.dlpdatasetscreate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/datasets/{dataset-id}
      name: accounts-account-id-dlp-datasets-dataset-id
      description: REST surface for accounts-account_id-dlp-datasets-dataset_id.
      operations:
      - method: DELETE
        name: dlpdatasetsdelete
        description: APIs.io Engineering Platform Delete a dataset
        call: cloudflare-dlp-datasets.dlpdatasetsdelete
        with:
          account_id: rest.account_id
          dataset_id: rest.dataset_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: dlpdatasetsread
        description: APIs.io Engineering Platform Fetch a specific dataset
        call: cloudflare-dlp-datasets.dlpdatasetsread
        with:
          account_id: rest.account_id
          dataset_id: rest.dataset_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: dlpdatasetsupdate
        description: APIs.io Engineering Platform Update details about a dataset
        call: cloudflare-dlp-datasets.dlpdatasetsupdate
        with:
          account_id: rest.account_id
          dataset_id: rest.dataset_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/datasets/{dataset-id}/upload
      name: accounts-account-id-dlp-datasets-dataset-id-upload
      description: REST surface for accounts-account_id-dlp-datasets-dataset_id-upload.
      operations:
      - method: POST
        name: dlpdatasetscreateversion
        description: APIs.io Engineering Platform Prepare to upload a new version of a dataset
        call: cloudflare-dlp-datasets.dlpdatasetscreateversion
        with:
          account_id: rest.account_id
          dataset_id: rest.dataset_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/datasets/{dataset-id}/upload/{version}
      name: accounts-account-id-dlp-datasets-dataset-id-upload-version
      description: REST surface for accounts-account_id-dlp-datasets-dataset_id-upload-version.
      operations:
      - method: POST
        name: dlpdatasetsuploadversion
        description: APIs.io Engineering Platform Upload a new version of a dataset
        call: cloudflare-dlp-datasets.dlpdatasetsuploadversion
        with:
          account_id: rest.account_id
          dataset_id: rest.dataset_id
          version: rest.version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/datasets/{dataset-id}/versions/{version}
      name: accounts-account-id-dlp-datasets-dataset-id-versions-version
      description: REST surface for accounts-account_id-dlp-datasets-dataset_id-versions-version.
      operations:
      - method: POST
        name: dlpdatasetsdefinecolumns
        description: APIs.io Engineering Platform Sets the column information for a multi-column upload
        call: cloudflare-dlp-datasets.dlpdatasetsdefinecolumns
        with:
          account_id: rest.account_id
          dataset_id: rest.dataset_id
          version: rest.version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/datasets/{dataset-id}/versions/{version}/entries/{entry-id}
      name: accounts-account-id-dlp-datasets-dataset-id-versions-version-entries-entry-id
      description: REST surface for accounts-account_id-dlp-datasets-dataset_id-versions-version-entries-entry_id.
      operations:
      - method: POST
        name: dlpdatasetsuploaddatasetcolumn
        description: APIs.io Engineering Platform Upload a new version of a multi-column dataset
        call: cloudflare-dlp-datasets.dlpdatasetsuploaddatasetcolumn
        with:
          account_id: rest.account_id
          dataset_id: rest.dataset_id
          version: rest.version
          entry_id: rest.entry_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-dlp-datasets-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — DLP Datasets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-fetch-all
      description: APIs.io Engineering Platform Fetch all datasets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-dlp-datasets.dlpdatasetsreadall
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a new dataset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-dlp-datasets.dlpdatasetscreate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-dataset
      description: APIs.io Engineering Platform Delete a dataset
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-dlp-datasets.dlpdatasetsdelete
      with:
        account_id: tools.account_id
        dataset_id: tools.dataset_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-fetch-specific
      description: APIs.io Engineering Platform Fetch a specific dataset
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-dlp-datasets.dlpdatasetsread
      with:
        account_id: tools.account_id
        dataset_id: tools.dataset_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-details
      description: APIs.io Engineering Platform Update details about a dataset
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-dlp-datasets.dlpdatasetsupdate
      with:
        account_id: tools.account_id
        dataset_id: tools.dataset_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-prepare-upload
      description: APIs.io Engineering Platform Prepare to upload a new version of a dataset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-dlp-datasets.dlpdatasetscreateversion
      with:
        account_id: tools.account_id
        dataset_id: tools.dataset_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upload-new
      description: APIs.io Engineering Platform Upload a new version of a dataset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-dlp-datasets.dlpdatasetsuploadversion
      with:
        account_id: tools.account_id
        dataset_id: tools.dataset_id
        version: tools.version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-sets-column
      description: APIs.io Engineering Platform Sets the column information for a multi-column upload
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-dlp-datasets.dlpdatasetsdefinecolumns
      with:
        account_id: tools.account_id
        dataset_id: tools.dataset_id
        version: tools.version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upload-new-2
      description: APIs.io Engineering Platform Upload a new version of a multi-column dataset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-dlp-datasets.dlpdatasetsuploaddatasetcolumn
      with:
        account_id: tools.account_id
        dataset_id: tools.dataset_id
        version: tools.version
        entry_id: tools.entry_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.