APIs.io Engineering Platform Cloudflare API — Pages Domains

APIs.io Engineering Platform Cloudflare API — Pages Domains. 5 operations. Lead operation: APIs.io Engineering Platform Get domains. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformPages Domains

What You Can Do

GET
Pagesdomainsgetdomains — APIs.io Engineering Platform Get domains
/v1/accounts/{account-id}/pages/projects/{project-name}/domains
POST
Pagesdomainsadddomain — APIs.io Engineering Platform Add domain
/v1/accounts/{account-id}/pages/projects/{project-name}/domains
DELETE
Pagesdomainsdeletedomain — APIs.io Engineering Platform Delete domain
/v1/accounts/{account-id}/pages/projects/{project-name}/domains/{domain-name}
GET
Pagesdomainsgetdomain — APIs.io Engineering Platform Get domain
/v1/accounts/{account-id}/pages/projects/{project-name}/domains/{domain-name}
PATCH
Pagesdomainspatchdomain — APIs.io Engineering Platform Patch domain
/v1/accounts/{account-id}/pages/projects/{project-name}/domains/{domain-name}

MCP Tools

apis-io-engineering-platform-get-domains

APIs.io Engineering Platform Get domains

read-only idempotent
apis-io-engineering-platform-add-domain

APIs.io Engineering Platform Add domain

apis-io-engineering-platform-delete-domain

APIs.io Engineering Platform Delete domain

idempotent
apis-io-engineering-platform-get-domain

APIs.io Engineering Platform Get domain

read-only idempotent
apis-io-engineering-platform-patch-domain

APIs.io Engineering Platform Patch domain

idempotent

Capability Spec

cloudflare-pages-domains.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Pages Domains
  description: 'APIs.io Engineering Platform Cloudflare API — Pages Domains. 5 operations. Lead operation: APIs.io Engineering
    Platform Get domains. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Pages Domains
  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-pages-domains
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Pages Domains business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-pages-projects-project_name-domains
      path: /accounts/{account_id}/pages/projects/{project_name}/domains
      operations:
      - name: pagesdomainsgetdomains
        method: GET
        description: APIs.io Engineering Platform Get domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project_name
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: pagesdomainsadddomain
        method: POST
        description: APIs.io Engineering Platform Add domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project_name
          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-pages-projects-project_name-domains-domain_name
      path: /accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}
      operations:
      - name: pagesdomainsdeletedomain
        method: DELETE
        description: APIs.io Engineering Platform Delete domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain_name
          in: path
          type: string
          required: true
        - name: project_name
          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: pagesdomainsgetdomain
        method: GET
        description: APIs.io Engineering Platform Get domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain_name
          in: path
          type: string
          required: true
        - name: project_name
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: pagesdomainspatchdomain
        method: PATCH
        description: APIs.io Engineering Platform Patch domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain_name
          in: path
          type: string
          required: true
        - name: project_name
          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-pages-domains-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Pages Domains. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/pages/projects/{project-name}/domains
      name: accounts-account-id-pages-projects-project-name-domains
      description: REST surface for accounts-account_id-pages-projects-project_name-domains.
      operations:
      - method: GET
        name: pagesdomainsgetdomains
        description: APIs.io Engineering Platform Get domains
        call: cloudflare-pages-domains.pagesdomainsgetdomains
        with:
          project_name: rest.project_name
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: pagesdomainsadddomain
        description: APIs.io Engineering Platform Add domain
        call: cloudflare-pages-domains.pagesdomainsadddomain
        with:
          project_name: rest.project_name
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/pages/projects/{project-name}/domains/{domain-name}
      name: accounts-account-id-pages-projects-project-name-domains-domain-name
      description: REST surface for accounts-account_id-pages-projects-project_name-domains-domain_name.
      operations:
      - method: DELETE
        name: pagesdomainsdeletedomain
        description: APIs.io Engineering Platform Delete domain
        call: cloudflare-pages-domains.pagesdomainsdeletedomain
        with:
          domain_name: rest.domain_name
          project_name: rest.project_name
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: pagesdomainsgetdomain
        description: APIs.io Engineering Platform Get domain
        call: cloudflare-pages-domains.pagesdomainsgetdomain
        with:
          domain_name: rest.domain_name
          project_name: rest.project_name
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: pagesdomainspatchdomain
        description: APIs.io Engineering Platform Patch domain
        call: cloudflare-pages-domains.pagesdomainspatchdomain
        with:
          domain_name: rest.domain_name
          project_name: rest.project_name
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-pages-domains-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Pages Domains. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-domains
      description: APIs.io Engineering Platform Get domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-pages-domains.pagesdomainsgetdomains
      with:
        project_name: tools.project_name
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-domain
      description: APIs.io Engineering Platform Add domain
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-pages-domains.pagesdomainsadddomain
      with:
        project_name: tools.project_name
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-domain
      description: APIs.io Engineering Platform Delete domain
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-pages-domains.pagesdomainsdeletedomain
      with:
        domain_name: tools.domain_name
        project_name: tools.project_name
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-domain
      description: APIs.io Engineering Platform Get domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-pages-domains.pagesdomainsgetdomain
      with:
        domain_name: tools.domain_name
        project_name: tools.project_name
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-domain
      description: APIs.io Engineering Platform Patch domain
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-pages-domains.pagesdomainspatchdomain
      with:
        domain_name: tools.domain_name
        project_name: tools.project_name
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.