APIs.io Engineering Platform Cloudflare API — DLP Profiles

APIs.io Engineering Platform Cloudflare API — DLP Profiles. 8 operations. Lead operation: APIs.io Engineering Platform List all profiles. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformDLP Profiles

What You Can Do

GET
Dlpprofileslistallprofiles — APIs.io Engineering Platform List all profiles
/v1/accounts/{account-id}/dlp/profiles
POST
Dlpprofilescreatecustomprofiles — APIs.io Engineering Platform Create custom profiles
/v1/accounts/{account-id}/dlp/profiles/custom
DELETE
Dlpprofilesdeletecustomprofile — APIs.io Engineering Platform Delete custom profile
/v1/accounts/{account-id}/dlp/profiles/custom/{profile-id}
GET
Dlpprofilesgetcustomprofile — APIs.io Engineering Platform Get custom profile
/v1/accounts/{account-id}/dlp/profiles/custom/{profile-id}
PUT
Dlpprofilesupdatecustomprofile — APIs.io Engineering Platform Update custom profile
/v1/accounts/{account-id}/dlp/profiles/custom/{profile-id}
GET
Dlpprofilesgetpredefinedprofile — APIs.io Engineering Platform Get predefined profile
/v1/accounts/{account-id}/dlp/profiles/predefined/{profile-id}
PUT
Dlpprofilesupdatepredefinedprofile — APIs.io Engineering Platform Update predefined profile
/v1/accounts/{account-id}/dlp/profiles/predefined/{profile-id}
GET
Dlpprofilesgetdlpprofile — APIs.io Engineering Platform Get DLP Profile
/v1/accounts/{account-id}/dlp/profiles/{profile-id}

MCP Tools

apis-io-engineering-platform-list-all

APIs.io Engineering Platform List all profiles

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

APIs.io Engineering Platform Create custom profiles

apis-io-engineering-platform-delete-custom

APIs.io Engineering Platform Delete custom profile

idempotent
apis-io-engineering-platform-get-custom

APIs.io Engineering Platform Get custom profile

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

APIs.io Engineering Platform Update custom profile

idempotent
apis-io-engineering-platform-get-predefined

APIs.io Engineering Platform Get predefined profile

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

APIs.io Engineering Platform Update predefined profile

idempotent
apis-io-engineering-platform-get-dlp

APIs.io Engineering Platform Get DLP Profile

read-only idempotent

Capability Spec

cloudflare-dlp-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — DLP Profiles
  description: 'APIs.io Engineering Platform Cloudflare API — DLP Profiles. 8 operations. Lead operation: APIs.io Engineering
    Platform List all profiles. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - DLP Profiles
  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-profiles
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — DLP Profiles business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-dlp-profiles
      path: /accounts/{account_id}/dlp/profiles
      operations:
      - name: dlpprofileslistallprofiles
        method: GET
        description: APIs.io Engineering Platform List all profiles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: all
          in: query
          type: boolean
          description: Return all profiles, including those that current account does not have access to.
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-dlp-profiles-custom
      path: /accounts/{account_id}/dlp/profiles/custom
      operations:
      - name: dlpprofilescreatecustomprofiles
        method: POST
        description: APIs.io Engineering Platform Create custom profiles
        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-profiles-custom-profile_id
      path: /accounts/{account_id}/dlp/profiles/custom/{profile_id}
      operations:
      - name: dlpprofilesdeletecustomprofile
        method: DELETE
        description: APIs.io Engineering Platform Delete custom profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: profile_id
          in: path
          type: string
          required: true
      - name: dlpprofilesgetcustomprofile
        method: GET
        description: APIs.io Engineering Platform Get custom profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: profile_id
          in: path
          type: string
          required: true
      - name: dlpprofilesupdatecustomprofile
        method: PUT
        description: APIs.io Engineering Platform Update custom profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: profile_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-dlp-profiles-predefined-profile_id
      path: /accounts/{account_id}/dlp/profiles/predefined/{profile_id}
      operations:
      - name: dlpprofilesgetpredefinedprofile
        method: GET
        description: APIs.io Engineering Platform Get predefined profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: profile_id
          in: path
          type: string
          required: true
      - name: dlpprofilesupdatepredefinedprofile
        method: PUT
        description: APIs.io Engineering Platform Update predefined profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: profile_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-dlp-profiles-profile_id
      path: /accounts/{account_id}/dlp/profiles/{profile_id}
      operations:
      - name: dlpprofilesgetdlpprofile
        method: GET
        description: APIs.io Engineering Platform Get DLP Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: profile_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-dlp-profiles-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — DLP Profiles. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/dlp/profiles
      name: accounts-account-id-dlp-profiles
      description: REST surface for accounts-account_id-dlp-profiles.
      operations:
      - method: GET
        name: dlpprofileslistallprofiles
        description: APIs.io Engineering Platform List all profiles
        call: cloudflare-dlp-profiles.dlpprofileslistallprofiles
        with:
          all: rest.all
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/profiles/custom
      name: accounts-account-id-dlp-profiles-custom
      description: REST surface for accounts-account_id-dlp-profiles-custom.
      operations:
      - method: POST
        name: dlpprofilescreatecustomprofiles
        description: APIs.io Engineering Platform Create custom profiles
        call: cloudflare-dlp-profiles.dlpprofilescreatecustomprofiles
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/profiles/custom/{profile-id}
      name: accounts-account-id-dlp-profiles-custom-profile-id
      description: REST surface for accounts-account_id-dlp-profiles-custom-profile_id.
      operations:
      - method: DELETE
        name: dlpprofilesdeletecustomprofile
        description: APIs.io Engineering Platform Delete custom profile
        call: cloudflare-dlp-profiles.dlpprofilesdeletecustomprofile
        with:
          account_id: rest.account_id
          profile_id: rest.profile_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: dlpprofilesgetcustomprofile
        description: APIs.io Engineering Platform Get custom profile
        call: cloudflare-dlp-profiles.dlpprofilesgetcustomprofile
        with:
          account_id: rest.account_id
          profile_id: rest.profile_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: dlpprofilesupdatecustomprofile
        description: APIs.io Engineering Platform Update custom profile
        call: cloudflare-dlp-profiles.dlpprofilesupdatecustomprofile
        with:
          account_id: rest.account_id
          profile_id: rest.profile_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/profiles/predefined/{profile-id}
      name: accounts-account-id-dlp-profiles-predefined-profile-id
      description: REST surface for accounts-account_id-dlp-profiles-predefined-profile_id.
      operations:
      - method: GET
        name: dlpprofilesgetpredefinedprofile
        description: APIs.io Engineering Platform Get predefined profile
        call: cloudflare-dlp-profiles.dlpprofilesgetpredefinedprofile
        with:
          account_id: rest.account_id
          profile_id: rest.profile_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: dlpprofilesupdatepredefinedprofile
        description: APIs.io Engineering Platform Update predefined profile
        call: cloudflare-dlp-profiles.dlpprofilesupdatepredefinedprofile
        with:
          account_id: rest.account_id
          profile_id: rest.profile_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/dlp/profiles/{profile-id}
      name: accounts-account-id-dlp-profiles-profile-id
      description: REST surface for accounts-account_id-dlp-profiles-profile_id.
      operations:
      - method: GET
        name: dlpprofilesgetdlpprofile
        description: APIs.io Engineering Platform Get DLP Profile
        call: cloudflare-dlp-profiles.dlpprofilesgetdlpprofile
        with:
          account_id: rest.account_id
          profile_id: rest.profile_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-dlp-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — DLP Profiles. 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 profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-dlp-profiles.dlpprofileslistallprofiles
      with:
        all: tools.all
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-custom
      description: APIs.io Engineering Platform Create custom profiles
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-dlp-profiles.dlpprofilescreatecustomprofiles
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-custom
      description: APIs.io Engineering Platform Delete custom profile
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-dlp-profiles.dlpprofilesdeletecustomprofile
      with:
        account_id: tools.account_id
        profile_id: tools.profile_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-custom
      description: APIs.io Engineering Platform Get custom profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-dlp-profiles.dlpprofilesgetcustomprofile
      with:
        account_id: tools.account_id
        profile_id: tools.profile_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-custom
      description: APIs.io Engineering Platform Update custom profile
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-dlp-profiles.dlpprofilesupdatecustomprofile
      with:
        account_id: tools.account_id
        profile_id: tools.profile_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-predefined
      description: APIs.io Engineering Platform Get predefined profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-dlp-profiles.dlpprofilesgetpredefinedprofile
      with:
        account_id: tools.account_id
        profile_id: tools.profile_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-predefined
      description: APIs.io Engineering Platform Update predefined profile
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-dlp-profiles.dlpprofilesupdatepredefinedprofile
      with:
        account_id: tools.account_id
        profile_id: tools.profile_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-dlp
      description: APIs.io Engineering Platform Get DLP Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-dlp-profiles.dlpprofilesgetdlpprofile
      with:
        account_id: tools.account_id
        profile_id: tools.profile_id
      outputParameters:
      - type: object
        mapping: $.