APIs.io Engineering Platform Cloudflare API — Zone-Level Access Applications

APIs.io Engineering Platform Cloudflare API — Zone-Level Access Applications. 7 operations. Lead operation: APIs.io Engineering Platform List Access Applications. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformZone-Level Access Applications

What You Can Do

GET
Zonelevelaccessapplicationslistaccessapplications — APIs.io Engineering Platform List Access Applications
/v1/zones/{zone-id}/access/apps
POST
Zonelevelaccessapplicationsaddabookmarkapplication — APIs.io Engineering Platform Add an Access application
/v1/zones/{zone-id}/access/apps
DELETE
Zonelevelaccessapplicationsdeleteanaccessapplication — APIs.io Engineering Platform Delete an Access application
/v1/zones/{zone-id}/access/apps/{app-id}
GET
Zonelevelaccessapplicationsgetanaccessapplication — APIs.io Engineering Platform Get an Access application
/v1/zones/{zone-id}/access/apps/{app-id}
PUT
Zonelevelaccessapplicationsupdateabookmarkapplication — APIs.io Engineering Platform Update an Access application
/v1/zones/{zone-id}/access/apps/{app-id}
POST
Zonelevelaccessapplicationsrevokeservicetokens — APIs.io Engineering Platform Revoke application tokens
/v1/zones/{zone-id}/access/apps/{app-id}/revoke-tokens
GET
Zonelevelaccessapplicationstestaccesspolicies — APIs.io Engineering Platform Test Access policies
/v1/zones/{zone-id}/access/apps/{app-id}/user-policy-checks

MCP Tools

apis-io-engineering-platform-list-access

APIs.io Engineering Platform List Access Applications

read-only idempotent
apis-io-engineering-platform-add-access

APIs.io Engineering Platform Add an Access application

apis-io-engineering-platform-delete-access

APIs.io Engineering Platform Delete an Access application

idempotent
apis-io-engineering-platform-get-access

APIs.io Engineering Platform Get an Access application

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

APIs.io Engineering Platform Update an Access application

idempotent
apis-io-engineering-platform-revoke-application

APIs.io Engineering Platform Revoke application tokens

apis-io-engineering-platform-test-access

APIs.io Engineering Platform Test Access policies

read-only idempotent

Capability Spec

cloudflare-zone-level-access-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zone-Level Access Applications
  description: 'APIs.io Engineering Platform Cloudflare API — Zone-Level Access Applications. 7 operations. Lead operation:
    APIs.io Engineering Platform List Access Applications. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Zone-Level Access Applications
  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-zone-level-access-applications
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zone-Level Access Applications business capability. Self-contained,
      no shared references.
    resources:
    - name: zones-zone_id-access-apps
      path: /zones/{zone_id}/access/apps
      operations:
      - name: zonelevelaccessapplicationslistaccessapplications
        method: GET
        description: APIs.io Engineering Platform List Access Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: zone_id
          in: path
          type: string
          required: true
      - name: zonelevelaccessapplicationsaddabookmarkapplication
        method: POST
        description: APIs.io Engineering Platform Add an Access application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: zone_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: zones-zone_id-access-apps-app_id
      path: /zones/{zone_id}/access/apps/{app_id}
      operations:
      - name: zonelevelaccessapplicationsdeleteanaccessapplication
        method: DELETE
        description: APIs.io Engineering Platform Delete an Access application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          required: true
        - name: zone_id
          in: path
          type: string
          required: true
      - name: zonelevelaccessapplicationsgetanaccessapplication
        method: GET
        description: APIs.io Engineering Platform Get an Access application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          required: true
        - name: zone_id
          in: path
          type: string
          required: true
      - name: zonelevelaccessapplicationsupdateabookmarkapplication
        method: PUT
        description: APIs.io Engineering Platform Update an Access application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          required: true
        - name: zone_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: zones-zone_id-access-apps-app_id-revoke_tokens
      path: /zones/{zone_id}/access/apps/{app_id}/revoke_tokens
      operations:
      - name: zonelevelaccessapplicationsrevokeservicetokens
        method: POST
        description: APIs.io Engineering Platform Revoke application tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          required: true
        - name: zone_id
          in: path
          type: string
          required: true
    - name: zones-zone_id-access-apps-app_id-user_policy_checks
      path: /zones/{zone_id}/access/apps/{app_id}/user_policy_checks
      operations:
      - name: zonelevelaccessapplicationstestaccesspolicies
        method: GET
        description: APIs.io Engineering Platform Test Access policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          required: true
        - name: zone_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-zone-level-access-applications-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zone-Level Access Applications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/zones/{zone-id}/access/apps
      name: zones-zone-id-access-apps
      description: REST surface for zones-zone_id-access-apps.
      operations:
      - method: GET
        name: zonelevelaccessapplicationslistaccessapplications
        description: APIs.io Engineering Platform List Access Applications
        call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationslistaccessapplications
        with:
          zone_id: rest.zone_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: zonelevelaccessapplicationsaddabookmarkapplication
        description: APIs.io Engineering Platform Add an Access application
        call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsaddabookmarkapplication
        with:
          zone_id: rest.zone_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zones/{zone-id}/access/apps/{app-id}
      name: zones-zone-id-access-apps-app-id
      description: REST surface for zones-zone_id-access-apps-app_id.
      operations:
      - method: DELETE
        name: zonelevelaccessapplicationsdeleteanaccessapplication
        description: APIs.io Engineering Platform Delete an Access application
        call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsdeleteanaccessapplication
        with:
          app_id: rest.app_id
          zone_id: rest.zone_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: zonelevelaccessapplicationsgetanaccessapplication
        description: APIs.io Engineering Platform Get an Access application
        call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsgetanaccessapplication
        with:
          app_id: rest.app_id
          zone_id: rest.zone_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: zonelevelaccessapplicationsupdateabookmarkapplication
        description: APIs.io Engineering Platform Update an Access application
        call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsupdateabookmarkapplication
        with:
          app_id: rest.app_id
          zone_id: rest.zone_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zones/{zone-id}/access/apps/{app-id}/revoke-tokens
      name: zones-zone-id-access-apps-app-id-revoke-tokens
      description: REST surface for zones-zone_id-access-apps-app_id-revoke_tokens.
      operations:
      - method: POST
        name: zonelevelaccessapplicationsrevokeservicetokens
        description: APIs.io Engineering Platform Revoke application tokens
        call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsrevokeservicetokens
        with:
          app_id: rest.app_id
          zone_id: rest.zone_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zones/{zone-id}/access/apps/{app-id}/user-policy-checks
      name: zones-zone-id-access-apps-app-id-user-policy-checks
      description: REST surface for zones-zone_id-access-apps-app_id-user_policy_checks.
      operations:
      - method: GET
        name: zonelevelaccessapplicationstestaccesspolicies
        description: APIs.io Engineering Platform Test Access policies
        call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationstestaccesspolicies
        with:
          app_id: rest.app_id
          zone_id: rest.zone_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zone-level-access-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zone-Level Access Applications. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-access
      description: APIs.io Engineering Platform List Access Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationslistaccessapplications
      with:
        zone_id: tools.zone_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-access
      description: APIs.io Engineering Platform Add an Access application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsaddabookmarkapplication
      with:
        zone_id: tools.zone_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-access
      description: APIs.io Engineering Platform Delete an Access application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsdeleteanaccessapplication
      with:
        app_id: tools.app_id
        zone_id: tools.zone_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-access
      description: APIs.io Engineering Platform Get an Access application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsgetanaccessapplication
      with:
        app_id: tools.app_id
        zone_id: tools.zone_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-access
      description: APIs.io Engineering Platform Update an Access application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsupdateabookmarkapplication
      with:
        app_id: tools.app_id
        zone_id: tools.zone_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-revoke-application
      description: APIs.io Engineering Platform Revoke application tokens
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationsrevokeservicetokens
      with:
        app_id: tools.app_id
        zone_id: tools.zone_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-test-access
      description: APIs.io Engineering Platform Test Access policies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zone-level-access-applications.zonelevelaccessapplicationstestaccesspolicies
      with:
        app_id: tools.app_id
        zone_id: tools.zone_id
      outputParameters:
      - type: object
        mapping: $.