APIs.io Engineering Platform Cloudflare API — Access Applications

APIs.io Engineering Platform Cloudflare API — 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 PlatformAccess Applications

What You Can Do

GET
Accessapplicationslistaccessapplications — APIs.io Engineering Platform List Access applications
/v1/accounts/{account-id}/access/apps
POST
Accessapplicationsaddanapplication — APIs.io Engineering Platform Add an Access application
/v1/accounts/{account-id}/access/apps
DELETE
Accessapplicationsdeleteanaccessapplication — APIs.io Engineering Platform Delete an Access application
/v1/accounts/{account-id}/access/apps/{app-id}
GET
Accessapplicationsgetanaccessapplication — APIs.io Engineering Platform Get an Access application
/v1/accounts/{account-id}/access/apps/{app-id}
PUT
Accessapplicationsupdateanaccessapplication — APIs.io Engineering Platform Update an Access application
/v1/accounts/{account-id}/access/apps/{app-id}
POST
Accessapplicationsrevokeservicetokens — APIs.io Engineering Platform Revoke application tokens
/v1/accounts/{account-id}/access/apps/{app-id}/revoke-tokens
GET
Accessapplicationstestaccesspolicies — APIs.io Engineering Platform Test Access policies
/v1/accounts/{account-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-access-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Access Applications
  description: 'APIs.io Engineering Platform Cloudflare API — 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
  - 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-access-applications
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Access Applications business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-access-apps
      path: /accounts/{account_id}/access/apps
      operations:
      - name: accessapplicationslistaccessapplications
        method: GET
        description: APIs.io Engineering Platform List Access applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessapplicationsaddanapplication
        method: POST
        description: APIs.io Engineering Platform Add an Access application
        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-access-apps-app_id
      path: /accounts/{account_id}/access/apps/{app_id}
      operations:
      - name: accessapplicationsdeleteanaccessapplication
        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: account_id
          in: path
          type: string
          required: true
      - name: accessapplicationsgetanaccessapplication
        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: account_id
          in: path
          type: string
          required: true
      - name: accessapplicationsupdateanaccessapplication
        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: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-access-apps-app_id-revoke_tokens
      path: /accounts/{account_id}/access/apps/{app_id}/revoke_tokens
      operations:
      - name: accessapplicationsrevokeservicetokens
        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: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-access-apps-app_id-user_policy_checks
      path: /accounts/{account_id}/access/apps/{app_id}/user_policy_checks
      operations:
      - name: accessapplicationstestaccesspolicies
        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: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-access-applications-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Access Applications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/apps
      name: accounts-account-id-access-apps
      description: REST surface for accounts-account_id-access-apps.
      operations:
      - method: GET
        name: accessapplicationslistaccessapplications
        description: APIs.io Engineering Platform List Access applications
        call: cloudflare-access-applications.accessapplicationslistaccessapplications
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accessapplicationsaddanapplication
        description: APIs.io Engineering Platform Add an Access application
        call: cloudflare-access-applications.accessapplicationsaddanapplication
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/apps/{app-id}
      name: accounts-account-id-access-apps-app-id
      description: REST surface for accounts-account_id-access-apps-app_id.
      operations:
      - method: DELETE
        name: accessapplicationsdeleteanaccessapplication
        description: APIs.io Engineering Platform Delete an Access application
        call: cloudflare-access-applications.accessapplicationsdeleteanaccessapplication
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accessapplicationsgetanaccessapplication
        description: APIs.io Engineering Platform Get an Access application
        call: cloudflare-access-applications.accessapplicationsgetanaccessapplication
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accessapplicationsupdateanaccessapplication
        description: APIs.io Engineering Platform Update an Access application
        call: cloudflare-access-applications.accessapplicationsupdateanaccessapplication
        with:
          app_id: rest.app_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/apps/{app-id}/revoke-tokens
      name: accounts-account-id-access-apps-app-id-revoke-tokens
      description: REST surface for accounts-account_id-access-apps-app_id-revoke_tokens.
      operations:
      - method: POST
        name: accessapplicationsrevokeservicetokens
        description: APIs.io Engineering Platform Revoke application tokens
        call: cloudflare-access-applications.accessapplicationsrevokeservicetokens
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/apps/{app-id}/user-policy-checks
      name: accounts-account-id-access-apps-app-id-user-policy-checks
      description: REST surface for accounts-account_id-access-apps-app_id-user_policy_checks.
      operations:
      - method: GET
        name: accessapplicationstestaccesspolicies
        description: APIs.io Engineering Platform Test Access policies
        call: cloudflare-access-applications.accessapplicationstestaccesspolicies
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-access-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — 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-access-applications.accessapplicationslistaccessapplications
      with:
        account_id: tools.account_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-access-applications.accessapplicationsaddanapplication
      with:
        account_id: tools.account_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-access-applications.accessapplicationsdeleteanaccessapplication
      with:
        app_id: tools.app_id
        account_id: tools.account_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-access-applications.accessapplicationsgetanaccessapplication
      with:
        app_id: tools.app_id
        account_id: tools.account_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-access-applications.accessapplicationsupdateanaccessapplication
      with:
        app_id: tools.app_id
        account_id: tools.account_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-access-applications.accessapplicationsrevokeservicetokens
      with:
        app_id: tools.app_id
        account_id: tools.account_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-access-applications.accessapplicationstestaccesspolicies
      with:
        app_id: tools.app_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.