APIs.io Engineering Platform Cloudflare API — Priority Intelligence Requirements (PIR)

APIs.io Engineering Platform Cloudflare API — Priority Intelligence Requirements (PIR). 6 operations. Lead operation: APIs.io Engineering Platform List Priority Intelligence Requirements. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformPriority Intelligence Requirements (PIR)

What You Can Do

POST
Cloudforceoneprioritylist — APIs.io Engineering Platform List Priority Intelligence Requirements
/v1/accounts/{account-identifier}/cloudforce-one/requests/priority
POST
Cloudforceoneprioritynew — APIs.io Engineering Platform Create a New Priority Intelligence Requirement
/v1/accounts/{account-identifier}/cloudforce-one/requests/priority/new
GET
Cloudforceonepriorityquota — APIs.io Engineering Platform Get Priority Intelligence Requirement Quota
/v1/accounts/{account-identifier}/cloudforce-one/requests/priority/quota
DELETE
Cloudforceoneprioritydelete — APIs.io Engineering Platform Delete a Priority Intelligence Requirement
/v1/accounts/{account-identifier}/cloudforce-one/requests/priority/{priority-identifer}
GET
Cloudforceonepriorityget — APIs.io Engineering Platform Get a Priority Intelligence Requirement
/v1/accounts/{account-identifier}/cloudforce-one/requests/priority/{priority-identifer}
PUT
Cloudforceonepriorityupdate — APIs.io Engineering Platform Update a Priority Intelligence Requirement
/v1/accounts/{account-identifier}/cloudforce-one/requests/priority/{priority-identifer}

MCP Tools

apis-io-engineering-platform-list-priority

APIs.io Engineering Platform List Priority Intelligence Requirements

read-only
apis-io-engineering-platform-create-new

APIs.io Engineering Platform Create a New Priority Intelligence Requirement

apis-io-engineering-platform-get-priority

APIs.io Engineering Platform Get Priority Intelligence Requirement Quota

read-only idempotent
apis-io-engineering-platform-delete-priority

APIs.io Engineering Platform Delete a Priority Intelligence Requirement

idempotent
apis-io-engineering-platform-get-priority-2

APIs.io Engineering Platform Get a Priority Intelligence Requirement

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

APIs.io Engineering Platform Update a Priority Intelligence Requirement

idempotent

Capability Spec

cloudflare-priority-intelligence-requirements-pir.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Priority Intelligence Requirements (PIR)
  description: 'APIs.io Engineering Platform Cloudflare API — Priority Intelligence Requirements (PIR). 6 operations. Lead
    operation: APIs.io Engineering Platform List Priority Intelligence Requirements. Self-contained Naftiko capability covering
    one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Priority Intelligence Requirements (PIR)
  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-priority-intelligence-requirements-pir
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Priority Intelligence Requirements (PIR) business capability.
      Self-contained, no shared references.
    resources:
    - name: accounts-account_identifier-cloudforce-one-requests-priority
      path: /accounts/{account_identifier}/cloudforce-one/requests/priority
      operations:
      - name: cloudforceoneprioritylist
        method: POST
        description: APIs.io Engineering Platform List Priority Intelligence Requirements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_identifier-cloudforce-one-requests-priority-new
      path: /accounts/{account_identifier}/cloudforce-one/requests/priority/new
      operations:
      - name: cloudforceoneprioritynew
        method: POST
        description: APIs.io Engineering Platform Create a New Priority Intelligence Requirement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_identifier-cloudforce-one-requests-priority-quota
      path: /accounts/{account_identifier}/cloudforce-one/requests/priority/quota
      operations:
      - name: cloudforceonepriorityquota
        method: GET
        description: APIs.io Engineering Platform Get Priority Intelligence Requirement Quota
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
    - name: accounts-account_identifier-cloudforce-one-requests-priority-priority_identifer
      path: /accounts/{account_identifier}/cloudforce-one/requests/priority/{priority_identifer}
      operations:
      - name: cloudforceoneprioritydelete
        method: DELETE
        description: APIs.io Engineering Platform Delete a Priority Intelligence Requirement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: priority_identifer
          in: path
          type: string
          required: true
      - name: cloudforceonepriorityget
        method: GET
        description: APIs.io Engineering Platform Get a Priority Intelligence Requirement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: priority_identifer
          in: path
          type: string
          required: true
      - name: cloudforceonepriorityupdate
        method: PUT
        description: APIs.io Engineering Platform Update a Priority Intelligence Requirement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: priority_identifer
          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-priority-intelligence-requirements-pir-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Priority Intelligence Requirements (PIR).
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-identifier}/cloudforce-one/requests/priority
      name: accounts-account-identifier-cloudforce-one-requests-priority
      description: REST surface for accounts-account_identifier-cloudforce-one-requests-priority.
      operations:
      - method: POST
        name: cloudforceoneprioritylist
        description: APIs.io Engineering Platform List Priority Intelligence Requirements
        call: cloudflare-priority-intelligence-requirements-pir.cloudforceoneprioritylist
        with:
          account_identifier: rest.account_identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-identifier}/cloudforce-one/requests/priority/new
      name: accounts-account-identifier-cloudforce-one-requests-priority-new
      description: REST surface for accounts-account_identifier-cloudforce-one-requests-priority-new.
      operations:
      - method: POST
        name: cloudforceoneprioritynew
        description: APIs.io Engineering Platform Create a New Priority Intelligence Requirement
        call: cloudflare-priority-intelligence-requirements-pir.cloudforceoneprioritynew
        with:
          account_identifier: rest.account_identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-identifier}/cloudforce-one/requests/priority/quota
      name: accounts-account-identifier-cloudforce-one-requests-priority-quota
      description: REST surface for accounts-account_identifier-cloudforce-one-requests-priority-quota.
      operations:
      - method: GET
        name: cloudforceonepriorityquota
        description: APIs.io Engineering Platform Get Priority Intelligence Requirement Quota
        call: cloudflare-priority-intelligence-requirements-pir.cloudforceonepriorityquota
        with:
          account_identifier: rest.account_identifier
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-identifier}/cloudforce-one/requests/priority/{priority-identifer}
      name: accounts-account-identifier-cloudforce-one-requests-priority-priority-identifer
      description: REST surface for accounts-account_identifier-cloudforce-one-requests-priority-priority_identifer.
      operations:
      - method: DELETE
        name: cloudforceoneprioritydelete
        description: APIs.io Engineering Platform Delete a Priority Intelligence Requirement
        call: cloudflare-priority-intelligence-requirements-pir.cloudforceoneprioritydelete
        with:
          account_identifier: rest.account_identifier
          priority_identifer: rest.priority_identifer
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: cloudforceonepriorityget
        description: APIs.io Engineering Platform Get a Priority Intelligence Requirement
        call: cloudflare-priority-intelligence-requirements-pir.cloudforceonepriorityget
        with:
          account_identifier: rest.account_identifier
          priority_identifer: rest.priority_identifer
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: cloudforceonepriorityupdate
        description: APIs.io Engineering Platform Update a Priority Intelligence Requirement
        call: cloudflare-priority-intelligence-requirements-pir.cloudforceonepriorityupdate
        with:
          account_identifier: rest.account_identifier
          priority_identifer: rest.priority_identifer
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-priority-intelligence-requirements-pir-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Priority Intelligence Requirements (PIR). One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-priority
      description: APIs.io Engineering Platform List Priority Intelligence Requirements
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-priority-intelligence-requirements-pir.cloudforceoneprioritylist
      with:
        account_identifier: tools.account_identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a New Priority Intelligence Requirement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-priority-intelligence-requirements-pir.cloudforceoneprioritynew
      with:
        account_identifier: tools.account_identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-priority
      description: APIs.io Engineering Platform Get Priority Intelligence Requirement Quota
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-priority-intelligence-requirements-pir.cloudforceonepriorityquota
      with:
        account_identifier: tools.account_identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-priority
      description: APIs.io Engineering Platform Delete a Priority Intelligence Requirement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-priority-intelligence-requirements-pir.cloudforceoneprioritydelete
      with:
        account_identifier: tools.account_identifier
        priority_identifer: tools.priority_identifer
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-priority-2
      description: APIs.io Engineering Platform Get a Priority Intelligence Requirement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-priority-intelligence-requirements-pir.cloudforceonepriorityget
      with:
        account_identifier: tools.account_identifier
        priority_identifer: tools.priority_identifer
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-priority
      description: APIs.io Engineering Platform Update a Priority Intelligence Requirement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-priority-intelligence-requirements-pir.cloudforceonepriorityupdate
      with:
        account_identifier: tools.account_identifier
        priority_identifer: tools.priority_identifer
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.