APIs.io Engineering Platform Cloudflare API — Custom Pages for an Account

APIs.io Engineering Platform Cloudflare API — Custom Pages for an Account. 3 operations. Lead operation: APIs.io Engineering Platform List custom pages. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCustom Pages for an Account

What You Can Do

GET
Custompagesforanaccountlistcustompages — APIs.io Engineering Platform List custom pages
/v1/accounts/{account-identifier}/custom-pages
GET
Custompagesforanaccountgetacustompage — APIs.io Engineering Platform Get a custom page
/v1/accounts/{account-identifier}/custom-pages/{identifier}
PUT
Custompagesforanaccountupdateacustompage — APIs.io Engineering Platform Update a custom page
/v1/accounts/{account-identifier}/custom-pages/{identifier}

MCP Tools

apis-io-engineering-platform-list-custom

APIs.io Engineering Platform List custom pages

read-only idempotent
apis-io-engineering-platform-get-custom

APIs.io Engineering Platform Get a custom page

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

APIs.io Engineering Platform Update a custom page

idempotent

Capability Spec

cloudflare-custom-pages-for-an-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Custom Pages for an Account
  description: 'APIs.io Engineering Platform Cloudflare API — Custom Pages for an Account. 3 operations. Lead operation: APIs.io
    Engineering Platform List custom pages. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Custom Pages for an Account
  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-custom-pages-for-an-account
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Custom Pages for an Account business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_identifier-custom_pages
      path: /accounts/{account_identifier}/custom_pages
      operations:
      - name: custompagesforanaccountlistcustompages
        method: GET
        description: APIs.io Engineering Platform List custom pages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
    - name: accounts-account_identifier-custom_pages-identifier
      path: /accounts/{account_identifier}/custom_pages/{identifier}
      operations:
      - name: custompagesforanaccountgetacustompage
        method: GET
        description: APIs.io Engineering Platform Get a custom page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_identifier
          in: path
          type: string
          required: true
      - name: custompagesforanaccountupdateacustompage
        method: PUT
        description: APIs.io Engineering Platform Update a custom page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_identifier
          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-custom-pages-for-an-account-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Custom Pages for an Account. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-identifier}/custom-pages
      name: accounts-account-identifier-custom-pages
      description: REST surface for accounts-account_identifier-custom_pages.
      operations:
      - method: GET
        name: custompagesforanaccountlistcustompages
        description: APIs.io Engineering Platform List custom pages
        call: cloudflare-custom-pages-for-an-account.custompagesforanaccountlistcustompages
        with:
          account_identifier: rest.account_identifier
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-identifier}/custom-pages/{identifier}
      name: accounts-account-identifier-custom-pages-identifier
      description: REST surface for accounts-account_identifier-custom_pages-identifier.
      operations:
      - method: GET
        name: custompagesforanaccountgetacustompage
        description: APIs.io Engineering Platform Get a custom page
        call: cloudflare-custom-pages-for-an-account.custompagesforanaccountgetacustompage
        with:
          identifier: rest.identifier
          account_identifier: rest.account_identifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: custompagesforanaccountupdateacustompage
        description: APIs.io Engineering Platform Update a custom page
        call: cloudflare-custom-pages-for-an-account.custompagesforanaccountupdateacustompage
        with:
          identifier: rest.identifier
          account_identifier: rest.account_identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-custom-pages-for-an-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Custom Pages for an Account. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-custom
      description: APIs.io Engineering Platform List custom pages
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-custom-pages-for-an-account.custompagesforanaccountlistcustompages
      with:
        account_identifier: tools.account_identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-custom
      description: APIs.io Engineering Platform Get a custom page
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-custom-pages-for-an-account.custompagesforanaccountgetacustompage
      with:
        identifier: tools.identifier
        account_identifier: tools.account_identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-custom
      description: APIs.io Engineering Platform Update a custom page
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-custom-pages-for-an-account.custompagesforanaccountupdateacustompage
      with:
        identifier: tools.identifier
        account_identifier: tools.account_identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.