APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Locations

APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Locations. 5 operations. Lead operation: APIs.io Engineering Platform List Zero Trust Gateway locations. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformZero Trust Gateway Locations

What You Can Do

GET
Zerotrustgatewaylocationslistzerotrustgatewaylocations — APIs.io Engineering Platform List Zero Trust Gateway locations
/v1/accounts/{account-id}/gateway/locations
POST
Zerotrustgatewaylocationscreatezerotrustgatewaylocation — APIs.io Engineering Platform Create a Zero Trust Gateway location
/v1/accounts/{account-id}/gateway/locations
DELETE
Zerotrustgatewaylocationsdeletezerotrustgatewaylocation — APIs.io Engineering Platform Delete a Zero Trust Gateway location
/v1/accounts/{account-id}/gateway/locations/{location-id}
GET
Zerotrustgatewaylocationszerotrustgatewaylocationdetails — APIs.io Engineering Platform Get Zero Trust Gateway location details
/v1/accounts/{account-id}/gateway/locations/{location-id}
PUT
Zerotrustgatewaylocationsupdatezerotrustgatewaylocation — APIs.io Engineering Platform Update a Zero Trust Gateway location
/v1/accounts/{account-id}/gateway/locations/{location-id}

MCP Tools

apis-io-engineering-platform-list-zero

APIs.io Engineering Platform List Zero Trust Gateway locations

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

APIs.io Engineering Platform Create a Zero Trust Gateway location

apis-io-engineering-platform-delete-zero

APIs.io Engineering Platform Delete a Zero Trust Gateway location

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

APIs.io Engineering Platform Get Zero Trust Gateway location details

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

APIs.io Engineering Platform Update a Zero Trust Gateway location

idempotent

Capability Spec

cloudflare-zero-trust-gateway-locations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Locations
  description: 'APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Locations. 5 operations. Lead operation:
    APIs.io Engineering Platform List Zero Trust Gateway locations. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Zero Trust Gateway Locations
  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-gateway-locations
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Locations business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-gateway-locations
      path: /accounts/{account_id}/gateway/locations
      operations:
      - name: zerotrustgatewaylocationslistzerotrustgatewaylocations
        method: GET
        description: APIs.io Engineering Platform List Zero Trust Gateway locations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustgatewaylocationscreatezerotrustgatewaylocation
        method: POST
        description: APIs.io Engineering Platform Create a Zero Trust Gateway location
        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-locations-location_id
      path: /accounts/{account_id}/gateway/locations/{location_id}
      operations:
      - name: zerotrustgatewaylocationsdeletezerotrustgatewaylocation
        method: DELETE
        description: APIs.io Engineering Platform Delete a Zero Trust Gateway location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location_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: zerotrustgatewaylocationszerotrustgatewaylocationdetails
        method: GET
        description: APIs.io Engineering Platform Get Zero Trust Gateway location details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustgatewaylocationsupdatezerotrustgatewaylocation
        method: PUT
        description: APIs.io Engineering Platform Update a Zero Trust Gateway location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location_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
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-zero-trust-gateway-locations-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Locations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/gateway/locations
      name: accounts-account-id-gateway-locations
      description: REST surface for accounts-account_id-gateway-locations.
      operations:
      - method: GET
        name: zerotrustgatewaylocationslistzerotrustgatewaylocations
        description: APIs.io Engineering Platform List Zero Trust Gateway locations
        call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationslistzerotrustgatewaylocations
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: zerotrustgatewaylocationscreatezerotrustgatewaylocation
        description: APIs.io Engineering Platform Create a Zero Trust Gateway location
        call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationscreatezerotrustgatewaylocation
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/gateway/locations/{location-id}
      name: accounts-account-id-gateway-locations-location-id
      description: REST surface for accounts-account_id-gateway-locations-location_id.
      operations:
      - method: DELETE
        name: zerotrustgatewaylocationsdeletezerotrustgatewaylocation
        description: APIs.io Engineering Platform Delete a Zero Trust Gateway location
        call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationsdeletezerotrustgatewaylocation
        with:
          location_id: rest.location_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: zerotrustgatewaylocationszerotrustgatewaylocationdetails
        description: APIs.io Engineering Platform Get Zero Trust Gateway location details
        call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationszerotrustgatewaylocationdetails
        with:
          location_id: rest.location_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: zerotrustgatewaylocationsupdatezerotrustgatewaylocation
        description: APIs.io Engineering Platform Update a Zero Trust Gateway location
        call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationsupdatezerotrustgatewaylocation
        with:
          location_id: rest.location_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zero-trust-gateway-locations-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Locations. 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 Gateway locations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationslistzerotrustgatewaylocations
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-zero
      description: APIs.io Engineering Platform Create a Zero Trust Gateway location
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationscreatezerotrustgatewaylocation
      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 a Zero Trust Gateway location
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationsdeletezerotrustgatewaylocation
      with:
        location_id: tools.location_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 Gateway location details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationszerotrustgatewaylocationdetails
      with:
        location_id: tools.location_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-zero
      description: APIs.io Engineering Platform Update a Zero Trust Gateway location
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-gateway-locations.zerotrustgatewaylocationsupdatezerotrustgatewaylocation
      with:
        location_id: tools.location_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.