APIs.io Engineering Platform Cloudflare API — Access Application-Scoped Policies

APIs.io Engineering Platform Cloudflare API — Access Application-Scoped Policies. 5 operations. Lead operation: APIs.io Engineering Platform List Access application policies. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccess Application-Scoped Policies

What You Can Do

GET
Accesspolicieslistaccessapppolicies — APIs.io Engineering Platform List Access application policies
/v1/accounts/{account-id}/access/apps/{app-id}/policies
POST
Accesspoliciescreateanaccesspolicy — APIs.io Engineering Platform Create an Access application policy
/v1/accounts/{account-id}/access/apps/{app-id}/policies
DELETE
Accesspoliciesdeleteanaccesspolicy — APIs.io Engineering Platform Delete an Access application policy
/v1/accounts/{account-id}/access/apps/{app-id}/policies/{policy-id}
GET
Accesspoliciesgetanaccesspolicy — APIs.io Engineering Platform Get an Access application policy
/v1/accounts/{account-id}/access/apps/{app-id}/policies/{policy-id}
PUT
Accesspoliciesupdateanaccesspolicy — APIs.io Engineering Platform Update an Access application policy
/v1/accounts/{account-id}/access/apps/{app-id}/policies/{policy-id}

MCP Tools

apis-io-engineering-platform-list-access

APIs.io Engineering Platform List Access application policies

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

APIs.io Engineering Platform Create an Access application policy

apis-io-engineering-platform-delete-access

APIs.io Engineering Platform Delete an Access application policy

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

APIs.io Engineering Platform Get an Access application policy

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

APIs.io Engineering Platform Update an Access application policy

idempotent

Capability Spec

cloudflare-access-application-scoped-policies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Access Application-Scoped Policies
  description: 'APIs.io Engineering Platform Cloudflare API — Access Application-Scoped Policies. 5 operations. Lead operation:
    APIs.io Engineering Platform List Access application policies. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Access Application-Scoped Policies
  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-application-scoped-policies
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Access Application-Scoped Policies business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-access-apps-app_id-policies
      path: /accounts/{account_id}/access/apps/{app_id}/policies
      operations:
      - name: accesspolicieslistaccessapppolicies
        method: GET
        description: APIs.io Engineering Platform List Access application policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          description: The application ID.
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accesspoliciescreateanaccesspolicy
        method: POST
        description: APIs.io Engineering Platform Create an Access application policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          description: The application ID.
          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-policies-policy_id
      path: /accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}
      operations:
      - name: accesspoliciesdeleteanaccesspolicy
        method: DELETE
        description: APIs.io Engineering Platform Delete an Access application policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          description: The application ID.
          required: true
        - name: policy_id
          in: path
          type: string
          description: The policy ID.
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accesspoliciesgetanaccesspolicy
        method: GET
        description: APIs.io Engineering Platform Get an Access application policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          description: The application ID.
          required: true
        - name: policy_id
          in: path
          type: string
          description: The policy ID.
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accesspoliciesupdateanaccesspolicy
        method: PUT
        description: APIs.io Engineering Platform Update an Access application policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          description: The application ID.
          required: true
        - name: policy_id
          in: path
          type: string
          description: The policy ID.
          required: true
        - name: account_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-access-application-scoped-policies-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Access Application-Scoped Policies. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/apps/{app-id}/policies
      name: accounts-account-id-access-apps-app-id-policies
      description: REST surface for accounts-account_id-access-apps-app_id-policies.
      operations:
      - method: GET
        name: accesspolicieslistaccessapppolicies
        description: APIs.io Engineering Platform List Access application policies
        call: cloudflare-access-application-scoped-policies.accesspolicieslistaccessapppolicies
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accesspoliciescreateanaccesspolicy
        description: APIs.io Engineering Platform Create an Access application policy
        call: cloudflare-access-application-scoped-policies.accesspoliciescreateanaccesspolicy
        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}/policies/{policy-id}
      name: accounts-account-id-access-apps-app-id-policies-policy-id
      description: REST surface for accounts-account_id-access-apps-app_id-policies-policy_id.
      operations:
      - method: DELETE
        name: accesspoliciesdeleteanaccesspolicy
        description: APIs.io Engineering Platform Delete an Access application policy
        call: cloudflare-access-application-scoped-policies.accesspoliciesdeleteanaccesspolicy
        with:
          app_id: rest.app_id
          policy_id: rest.policy_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accesspoliciesgetanaccesspolicy
        description: APIs.io Engineering Platform Get an Access application policy
        call: cloudflare-access-application-scoped-policies.accesspoliciesgetanaccesspolicy
        with:
          app_id: rest.app_id
          policy_id: rest.policy_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accesspoliciesupdateanaccesspolicy
        description: APIs.io Engineering Platform Update an Access application policy
        call: cloudflare-access-application-scoped-policies.accesspoliciesupdateanaccesspolicy
        with:
          app_id: rest.app_id
          policy_id: rest.policy_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-access-application-scoped-policies-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Access Application-Scoped Policies. 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 application policies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-application-scoped-policies.accesspolicieslistaccessapppolicies
      with:
        app_id: tools.app_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-access
      description: APIs.io Engineering Platform Create an Access application policy
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-application-scoped-policies.accesspoliciescreateanaccesspolicy
      with:
        app_id: tools.app_id
        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 policy
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-access-application-scoped-policies.accesspoliciesdeleteanaccesspolicy
      with:
        app_id: tools.app_id
        policy_id: tools.policy_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 policy
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-application-scoped-policies.accesspoliciesgetanaccesspolicy
      with:
        app_id: tools.app_id
        policy_id: tools.policy_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 policy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-access-application-scoped-policies.accesspoliciesupdateanaccesspolicy
      with:
        app_id: tools.app_id
        policy_id: tools.policy_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.