APIs.io Engineering Platform Cloudflare API — Pages Deployment

APIs.io Engineering Platform Cloudflare API — Pages Deployment. 7 operations. Lead operation: APIs.io Engineering Platform Get deployments. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformPages Deployment

What You Can Do

GET
Pagesdeploymentgetdeployments — APIs.io Engineering Platform Get deployments
/v1/accounts/{account-id}/pages/projects/{project-name}/deployments
POST
Pagesdeploymentcreatedeployment — APIs.io Engineering Platform Create deployment
/v1/accounts/{account-id}/pages/projects/{project-name}/deployments
DELETE
Pagesdeploymentdeletedeployment — APIs.io Engineering Platform Delete deployment
/v1/accounts/{account-id}/pages/projects/{project-name}/deployments/{deployment-id}
GET
Pagesdeploymentgetdeploymentinfo — APIs.io Engineering Platform Get deployment info
/v1/accounts/{account-id}/pages/projects/{project-name}/deployments/{deployment-id}
GET
Pagesdeploymentgetdeploymentlogs — APIs.io Engineering Platform Get deployment logs
/v1/accounts/{account-id}/pages/projects/{project-name}/deployments/{deployment-id}/history/logs
POST
Pagesdeploymentretrydeployment — APIs.io Engineering Platform Retry deployment
/v1/accounts/{account-id}/pages/projects/{project-name}/deployments/{deployment-id}/retry
POST
Pagesdeploymentrollbackdeployment — APIs.io Engineering Platform Rollback deployment
/v1/accounts/{account-id}/pages/projects/{project-name}/deployments/{deployment-id}/rollback

MCP Tools

apis-io-engineering-platform-get-deployments

APIs.io Engineering Platform Get deployments

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

APIs.io Engineering Platform Create deployment

apis-io-engineering-platform-delete-deployment

APIs.io Engineering Platform Delete deployment

idempotent
apis-io-engineering-platform-get-deployment

APIs.io Engineering Platform Get deployment info

read-only idempotent
apis-io-engineering-platform-get-deployment-2

APIs.io Engineering Platform Get deployment logs

read-only idempotent
apis-io-engineering-platform-retry-deployment

APIs.io Engineering Platform Retry deployment

apis-io-engineering-platform-rollback-deployment

APIs.io Engineering Platform Rollback deployment

Capability Spec

cloudflare-pages-deployment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Pages Deployment
  description: 'APIs.io Engineering Platform Cloudflare API — Pages Deployment. 7 operations. Lead operation: APIs.io Engineering
    Platform Get deployments. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Pages Deployment
  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-deployment
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Pages Deployment business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-pages-projects-project_name-deployments
      path: /accounts/{account_id}/pages/projects/{project_name}/deployments
      operations:
      - name: pagesdeploymentgetdeployments
        method: GET
        description: APIs.io Engineering Platform Get deployments
        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: env
          in: query
          type: string
      - name: pagesdeploymentcreatedeployment
        method: POST
        description: APIs.io Engineering Platform Create deployment
        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-deployments-deployment_id
      path: /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}
      operations:
      - name: pagesdeploymentdeletedeployment
        method: DELETE
        description: APIs.io Engineering Platform Delete deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment_id
          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: pagesdeploymentgetdeploymentinfo
        method: GET
        description: APIs.io Engineering Platform Get deployment info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment_id
          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: accounts-account_id-pages-projects-project_name-deployments-deployment_id-histor
      path: /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/history/logs
      operations:
      - name: pagesdeploymentgetdeploymentlogs
        method: GET
        description: APIs.io Engineering Platform Get deployment logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment_id
          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: accounts-account_id-pages-projects-project_name-deployments-deployment_id-retry
      path: /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/retry
      operations:
      - name: pagesdeploymentretrydeployment
        method: POST
        description: APIs.io Engineering Platform Retry deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment_id
          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: accounts-account_id-pages-projects-project_name-deployments-deployment_id-rollba
      path: /accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/rollback
      operations:
      - name: pagesdeploymentrollbackdeployment
        method: POST
        description: APIs.io Engineering Platform Rollback deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment_id
          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-deployment-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Pages Deployment. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/pages/projects/{project-name}/deployments
      name: accounts-account-id-pages-projects-project-name-deployments
      description: REST surface for accounts-account_id-pages-projects-project_name-deployments.
      operations:
      - method: GET
        name: pagesdeploymentgetdeployments
        description: APIs.io Engineering Platform Get deployments
        call: cloudflare-pages-deployment.pagesdeploymentgetdeployments
        with:
          project_name: rest.project_name
          account_id: rest.account_id
          env: rest.env
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: pagesdeploymentcreatedeployment
        description: APIs.io Engineering Platform Create deployment
        call: cloudflare-pages-deployment.pagesdeploymentcreatedeployment
        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}/deployments/{deployment-id}
      name: accounts-account-id-pages-projects-project-name-deployments-deployment-id
      description: REST surface for accounts-account_id-pages-projects-project_name-deployments-deployment_id.
      operations:
      - method: DELETE
        name: pagesdeploymentdeletedeployment
        description: APIs.io Engineering Platform Delete deployment
        call: cloudflare-pages-deployment.pagesdeploymentdeletedeployment
        with:
          deployment_id: rest.deployment_id
          project_name: rest.project_name
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: pagesdeploymentgetdeploymentinfo
        description: APIs.io Engineering Platform Get deployment info
        call: cloudflare-pages-deployment.pagesdeploymentgetdeploymentinfo
        with:
          deployment_id: rest.deployment_id
          project_name: rest.project_name
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/pages/projects/{project-name}/deployments/{deployment-id}/history/logs
      name: accounts-account-id-pages-projects-project-name-deployments-deployment-id-histor
      description: REST surface for accounts-account_id-pages-projects-project_name-deployments-deployment_id-histor.
      operations:
      - method: GET
        name: pagesdeploymentgetdeploymentlogs
        description: APIs.io Engineering Platform Get deployment logs
        call: cloudflare-pages-deployment.pagesdeploymentgetdeploymentlogs
        with:
          deployment_id: rest.deployment_id
          project_name: rest.project_name
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/pages/projects/{project-name}/deployments/{deployment-id}/retry
      name: accounts-account-id-pages-projects-project-name-deployments-deployment-id-retry
      description: REST surface for accounts-account_id-pages-projects-project_name-deployments-deployment_id-retry.
      operations:
      - method: POST
        name: pagesdeploymentretrydeployment
        description: APIs.io Engineering Platform Retry deployment
        call: cloudflare-pages-deployment.pagesdeploymentretrydeployment
        with:
          deployment_id: rest.deployment_id
          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}/deployments/{deployment-id}/rollback
      name: accounts-account-id-pages-projects-project-name-deployments-deployment-id-rollba
      description: REST surface for accounts-account_id-pages-projects-project_name-deployments-deployment_id-rollba.
      operations:
      - method: POST
        name: pagesdeploymentrollbackdeployment
        description: APIs.io Engineering Platform Rollback deployment
        call: cloudflare-pages-deployment.pagesdeploymentrollbackdeployment
        with:
          deployment_id: rest.deployment_id
          project_name: rest.project_name
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-pages-deployment-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Pages Deployment. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-deployments
      description: APIs.io Engineering Platform Get deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-pages-deployment.pagesdeploymentgetdeployments
      with:
        project_name: tools.project_name
        account_id: tools.account_id
        env: tools.env
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-deployment
      description: APIs.io Engineering Platform Create deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-pages-deployment.pagesdeploymentcreatedeployment
      with:
        project_name: tools.project_name
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-deployment
      description: APIs.io Engineering Platform Delete deployment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-pages-deployment.pagesdeploymentdeletedeployment
      with:
        deployment_id: tools.deployment_id
        project_name: tools.project_name
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-deployment
      description: APIs.io Engineering Platform Get deployment info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-pages-deployment.pagesdeploymentgetdeploymentinfo
      with:
        deployment_id: tools.deployment_id
        project_name: tools.project_name
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-deployment-2
      description: APIs.io Engineering Platform Get deployment logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-pages-deployment.pagesdeploymentgetdeploymentlogs
      with:
        deployment_id: tools.deployment_id
        project_name: tools.project_name
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-retry-deployment
      description: APIs.io Engineering Platform Retry deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-pages-deployment.pagesdeploymentretrydeployment
      with:
        deployment_id: tools.deployment_id
        project_name: tools.project_name
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-rollback-deployment
      description: APIs.io Engineering Platform Rollback deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-pages-deployment.pagesdeploymentrollbackdeployment
      with:
        deployment_id: tools.deployment_id
        project_name: tools.project_name
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.