APIs.io Engineering Platform Cloudflare API — Zero Trust Lists

APIs.io Engineering Platform Cloudflare API — Zero Trust Lists. 7 operations. Lead operation: APIs.io Engineering Platform List Zero Trust lists. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformZero Trust Lists

What You Can Do

GET
Zerotrustlistslistzerotrustlists — APIs.io Engineering Platform List Zero Trust lists
/v1/accounts/{account-id}/gateway/lists
POST
Zerotrustlistscreatezerotrustlist — APIs.io Engineering Platform Create Zero Trust list
/v1/accounts/{account-id}/gateway/lists
DELETE
Zerotrustlistsdeletezerotrustlist — APIs.io Engineering Platform Delete Zero Trust list
/v1/accounts/{account-id}/gateway/lists/{list-id}
GET
Zerotrustlistszerotrustlistdetails — APIs.io Engineering Platform Get Zero Trust list details
/v1/accounts/{account-id}/gateway/lists/{list-id}
PATCH
Zerotrustlistspatchzerotrustlist — APIs.io Engineering Platform Patch Zero Trust list
/v1/accounts/{account-id}/gateway/lists/{list-id}
PUT
Zerotrustlistsupdatezerotrustlist — APIs.io Engineering Platform Update Zero Trust list
/v1/accounts/{account-id}/gateway/lists/{list-id}
GET
Zerotrustlistszerotrustlistitems — APIs.io Engineering Platform Get Zero Trust list items
/v1/accounts/{account-id}/gateway/lists/{list-id}/items

MCP Tools

apis-io-engineering-platform-list-zero

APIs.io Engineering Platform List Zero Trust lists

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

APIs.io Engineering Platform Create Zero Trust list

apis-io-engineering-platform-delete-zero

APIs.io Engineering Platform Delete Zero Trust list

idempotent
apis-io-engineering-platform-get-zero

APIs.io Engineering Platform Get Zero Trust list details

read-only idempotent
apis-io-engineering-platform-patch-zero

APIs.io Engineering Platform Patch Zero Trust list

idempotent
apis-io-engineering-platform-update-zero

APIs.io Engineering Platform Update Zero Trust list

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

APIs.io Engineering Platform Get Zero Trust list items

read-only idempotent

Capability Spec

cloudflare-zero-trust-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zero Trust Lists
  description: 'APIs.io Engineering Platform Cloudflare API — Zero Trust Lists. 7 operations. Lead operation: APIs.io Engineering
    Platform List Zero Trust lists. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Zero Trust Lists
  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-lists
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zero Trust Lists business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-gateway-lists
      path: /accounts/{account_id}/gateway/lists
      operations:
      - name: zerotrustlistslistzerotrustlists
        method: GET
        description: APIs.io Engineering Platform List Zero Trust lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: type
          in: query
          type: string
      - name: zerotrustlistscreatezerotrustlist
        method: POST
        description: APIs.io Engineering Platform Create Zero Trust list
        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-gateway-lists-list_id
      path: /accounts/{account_id}/gateway/lists/{list_id}
      operations:
      - name: zerotrustlistsdeletezerotrustlist
        method: DELETE
        description: APIs.io Engineering Platform Delete Zero Trust list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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: zerotrustlistszerotrustlistdetails
        method: GET
        description: APIs.io Engineering Platform Get Zero Trust list details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustlistspatchzerotrustlist
        method: PATCH
        description: APIs.io Engineering Platform Patch Zero Trust list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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: zerotrustlistsupdatezerotrustlist
        method: PUT
        description: APIs.io Engineering Platform Update Zero Trust list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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: accounts-account_id-gateway-lists-list_id-items
      path: /accounts/{account_id}/gateway/lists/{list_id}/items
      operations:
      - name: zerotrustlistszerotrustlistitems
        method: GET
        description: APIs.io Engineering Platform Get Zero Trust list items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-zero-trust-lists-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Lists. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/gateway/lists
      name: accounts-account-id-gateway-lists
      description: REST surface for accounts-account_id-gateway-lists.
      operations:
      - method: GET
        name: zerotrustlistslistzerotrustlists
        description: APIs.io Engineering Platform List Zero Trust lists
        call: cloudflare-zero-trust-lists.zerotrustlistslistzerotrustlists
        with:
          account_id: rest.account_id
          type: rest.type
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: zerotrustlistscreatezerotrustlist
        description: APIs.io Engineering Platform Create Zero Trust list
        call: cloudflare-zero-trust-lists.zerotrustlistscreatezerotrustlist
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/gateway/lists/{list-id}
      name: accounts-account-id-gateway-lists-list-id
      description: REST surface for accounts-account_id-gateway-lists-list_id.
      operations:
      - method: DELETE
        name: zerotrustlistsdeletezerotrustlist
        description: APIs.io Engineering Platform Delete Zero Trust list
        call: cloudflare-zero-trust-lists.zerotrustlistsdeletezerotrustlist
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: zerotrustlistszerotrustlistdetails
        description: APIs.io Engineering Platform Get Zero Trust list details
        call: cloudflare-zero-trust-lists.zerotrustlistszerotrustlistdetails
        with:
          list_id: rest.list_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: zerotrustlistspatchzerotrustlist
        description: APIs.io Engineering Platform Patch Zero Trust list
        call: cloudflare-zero-trust-lists.zerotrustlistspatchzerotrustlist
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: zerotrustlistsupdatezerotrustlist
        description: APIs.io Engineering Platform Update Zero Trust list
        call: cloudflare-zero-trust-lists.zerotrustlistsupdatezerotrustlist
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/gateway/lists/{list-id}/items
      name: accounts-account-id-gateway-lists-list-id-items
      description: REST surface for accounts-account_id-gateway-lists-list_id-items.
      operations:
      - method: GET
        name: zerotrustlistszerotrustlistitems
        description: APIs.io Engineering Platform Get Zero Trust list items
        call: cloudflare-zero-trust-lists.zerotrustlistszerotrustlistitems
        with:
          list_id: rest.list_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zero-trust-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Lists. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-zero
      description: APIs.io Engineering Platform List Zero Trust lists
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-lists.zerotrustlistslistzerotrustlists
      with:
        account_id: tools.account_id
        type: tools.type
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-zero
      description: APIs.io Engineering Platform Create Zero Trust list
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-lists.zerotrustlistscreatezerotrustlist
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-zero
      description: APIs.io Engineering Platform Delete Zero Trust list
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-zero-trust-lists.zerotrustlistsdeletezerotrustlist
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-zero
      description: APIs.io Engineering Platform Get Zero Trust list details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-lists.zerotrustlistszerotrustlistdetails
      with:
        list_id: tools.list_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-zero
      description: APIs.io Engineering Platform Patch Zero Trust list
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-lists.zerotrustlistspatchzerotrustlist
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-zero
      description: APIs.io Engineering Platform Update Zero Trust list
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-lists.zerotrustlistsupdatezerotrustlist
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-zero-2
      description: APIs.io Engineering Platform Get Zero Trust list items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-lists.zerotrustlistszerotrustlistitems
      with:
        list_id: tools.list_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.