APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Proxy Endpoints

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

Run with Naftiko Engineering PlatformZero Trust Gateway Proxy Endpoints

What You Can Do

GET
Zerotrustgatewayproxyendpointslistproxyendpoints — APIs.io Engineering Platform List proxy endpoints
/v1/accounts/{account-id}/gateway/proxy-endpoints
POST
Zerotrustgatewayproxyendpointscreateproxyendpoint — APIs.io Engineering Platform Create a proxy endpoint
/v1/accounts/{account-id}/gateway/proxy-endpoints
DELETE
Zerotrustgatewayproxyendpointsdeleteproxyendpoint — APIs.io Engineering Platform Delete a proxy endpoint
/v1/accounts/{account-id}/gateway/proxy-endpoints/{proxy-endpoint-id}
GET
Zerotrustgatewayproxyendpointsproxyendpointdetails — APIs.io Engineering Platform Get a proxy endpoint
/v1/accounts/{account-id}/gateway/proxy-endpoints/{proxy-endpoint-id}
PATCH
Zerotrustgatewayproxyendpointsupdateproxyendpoint — APIs.io Engineering Platform Update a proxy endpoint
/v1/accounts/{account-id}/gateway/proxy-endpoints/{proxy-endpoint-id}

MCP Tools

apis-io-engineering-platform-list-proxy

APIs.io Engineering Platform List proxy endpoints

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

APIs.io Engineering Platform Create a proxy endpoint

apis-io-engineering-platform-delete-proxy

APIs.io Engineering Platform Delete a proxy endpoint

idempotent
apis-io-engineering-platform-get-proxy

APIs.io Engineering Platform Get a proxy endpoint

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

APIs.io Engineering Platform Update a proxy endpoint

idempotent

Capability Spec

cloudflare-zero-trust-gateway-proxy-endpoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Proxy Endpoints
  description: 'APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Proxy Endpoints. 5 operations. Lead operation:
    APIs.io Engineering Platform List proxy endpoints. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Zero Trust Gateway Proxy Endpoints
  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-proxy-endpoints
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Proxy Endpoints business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-gateway-proxy_endpoints
      path: /accounts/{account_id}/gateway/proxy_endpoints
      operations:
      - name: zerotrustgatewayproxyendpointslistproxyendpoints
        method: GET
        description: APIs.io Engineering Platform List proxy endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustgatewayproxyendpointscreateproxyendpoint
        method: POST
        description: APIs.io Engineering Platform Create a proxy endpoint
        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-proxy_endpoints-proxy_endpoint_id
      path: /accounts/{account_id}/gateway/proxy_endpoints/{proxy_endpoint_id}
      operations:
      - name: zerotrustgatewayproxyendpointsdeleteproxyendpoint
        method: DELETE
        description: APIs.io Engineering Platform Delete a proxy endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: proxy_endpoint_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: zerotrustgatewayproxyendpointsproxyendpointdetails
        method: GET
        description: APIs.io Engineering Platform Get a proxy endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: proxy_endpoint_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustgatewayproxyendpointsupdateproxyendpoint
        method: PATCH
        description: APIs.io Engineering Platform Update a proxy endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: proxy_endpoint_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-proxy-endpoints-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Proxy Endpoints. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/gateway/proxy-endpoints
      name: accounts-account-id-gateway-proxy-endpoints
      description: REST surface for accounts-account_id-gateway-proxy_endpoints.
      operations:
      - method: GET
        name: zerotrustgatewayproxyendpointslistproxyendpoints
        description: APIs.io Engineering Platform List proxy endpoints
        call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointslistproxyendpoints
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: zerotrustgatewayproxyendpointscreateproxyendpoint
        description: APIs.io Engineering Platform Create a proxy endpoint
        call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointscreateproxyendpoint
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/gateway/proxy-endpoints/{proxy-endpoint-id}
      name: accounts-account-id-gateway-proxy-endpoints-proxy-endpoint-id
      description: REST surface for accounts-account_id-gateway-proxy_endpoints-proxy_endpoint_id.
      operations:
      - method: DELETE
        name: zerotrustgatewayproxyendpointsdeleteproxyendpoint
        description: APIs.io Engineering Platform Delete a proxy endpoint
        call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointsdeleteproxyendpoint
        with:
          proxy_endpoint_id: rest.proxy_endpoint_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: zerotrustgatewayproxyendpointsproxyendpointdetails
        description: APIs.io Engineering Platform Get a proxy endpoint
        call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointsproxyendpointdetails
        with:
          proxy_endpoint_id: rest.proxy_endpoint_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: zerotrustgatewayproxyendpointsupdateproxyendpoint
        description: APIs.io Engineering Platform Update a proxy endpoint
        call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointsupdateproxyendpoint
        with:
          proxy_endpoint_id: rest.proxy_endpoint_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zero-trust-gateway-proxy-endpoints-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Gateway Proxy Endpoints. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-proxy
      description: APIs.io Engineering Platform List proxy endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointslistproxyendpoints
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-proxy
      description: APIs.io Engineering Platform Create a proxy endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointscreateproxyendpoint
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-proxy
      description: APIs.io Engineering Platform Delete a proxy endpoint
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointsdeleteproxyendpoint
      with:
        proxy_endpoint_id: tools.proxy_endpoint_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-proxy
      description: APIs.io Engineering Platform Get a proxy endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointsproxyendpointdetails
      with:
        proxy_endpoint_id: tools.proxy_endpoint_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-proxy
      description: APIs.io Engineering Platform Update a proxy endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-gateway-proxy-endpoints.zerotrustgatewayproxyendpointsupdateproxyendpoint
      with:
        proxy_endpoint_id: tools.proxy_endpoint_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.