APIs.io Engineering Platform Cloudflare API — IP Address Management Prefixes

APIs.io Engineering Platform Cloudflare API — IP Address Management Prefixes. 7 operations. Lead operation: APIs.io Engineering Platform Upload LOA Document. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformIP Address Management Prefixes

What You Can Do

POST
Ipaddressmanagementprefixesuploadloadocument — APIs.io Engineering Platform Upload LOA Document
/v1/accounts/{account-id}/addressing/loa-documents
GET
Ipaddressmanagementprefixesdownloadloadocument — APIs.io Engineering Platform Download LOA Document
/v1/accounts/{account-id}/addressing/loa-documents/{loa-document-id}/download
GET
Ipaddressmanagementprefixeslistprefixes — APIs.io Engineering Platform List Prefixes
/v1/accounts/{account-id}/addressing/prefixes
POST
Ipaddressmanagementprefixesaddprefix — APIs.io Engineering Platform Add Prefix
/v1/accounts/{account-id}/addressing/prefixes
DELETE
Ipaddressmanagementprefixesdeleteprefix — APIs.io Engineering Platform Delete Prefix
/v1/accounts/{account-id}/addressing/prefixes/{prefix-id}
GET
Ipaddressmanagementprefixesprefixdetails — APIs.io Engineering Platform Prefix Details
/v1/accounts/{account-id}/addressing/prefixes/{prefix-id}
PATCH
Ipaddressmanagementprefixesupdateprefixdescription — APIs.io Engineering Platform Update Prefix Description
/v1/accounts/{account-id}/addressing/prefixes/{prefix-id}

MCP Tools

apis-io-engineering-platform-upload-loa

APIs.io Engineering Platform Upload LOA Document

apis-io-engineering-platform-download-loa

APIs.io Engineering Platform Download LOA Document

read-only idempotent
apis-io-engineering-platform-list-prefixes

APIs.io Engineering Platform List Prefixes

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

APIs.io Engineering Platform Add Prefix

apis-io-engineering-platform-delete-prefix

APIs.io Engineering Platform Delete Prefix

idempotent
apis-io-engineering-platform-prefix-details

APIs.io Engineering Platform Prefix Details

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

APIs.io Engineering Platform Update Prefix Description

idempotent

Capability Spec

cloudflare-ip-address-management-prefixes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — IP Address Management Prefixes
  description: 'APIs.io Engineering Platform Cloudflare API — IP Address Management Prefixes. 7 operations. Lead operation:
    APIs.io Engineering Platform Upload LOA Document. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - IP Address Management Prefixes
  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-ip-address-management-prefixes
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — IP Address Management Prefixes business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-addressing-loa_documents
      path: /accounts/{account_id}/addressing/loa_documents
      operations:
      - name: ipaddressmanagementprefixesuploadloadocument
        method: POST
        description: APIs.io Engineering Platform Upload LOA Document
        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-addressing-loa_documents-loa_document_id-download
      path: /accounts/{account_id}/addressing/loa_documents/{loa_document_id}/download
      operations:
      - name: ipaddressmanagementprefixesdownloadloadocument
        method: GET
        description: APIs.io Engineering Platform Download LOA Document
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: loa_document_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-addressing-prefixes
      path: /accounts/{account_id}/addressing/prefixes
      operations:
      - name: ipaddressmanagementprefixeslistprefixes
        method: GET
        description: APIs.io Engineering Platform List Prefixes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: ipaddressmanagementprefixesaddprefix
        method: POST
        description: APIs.io Engineering Platform Add Prefix
        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-addressing-prefixes-prefix_id
      path: /accounts/{account_id}/addressing/prefixes/{prefix_id}
      operations:
      - name: ipaddressmanagementprefixesdeleteprefix
        method: DELETE
        description: APIs.io Engineering Platform Delete Prefix
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: prefix_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: ipaddressmanagementprefixesprefixdetails
        method: GET
        description: APIs.io Engineering Platform Prefix Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: prefix_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: ipaddressmanagementprefixesupdateprefixdescription
        method: PATCH
        description: APIs.io Engineering Platform Update Prefix Description
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: prefix_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-ip-address-management-prefixes-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — IP Address Management Prefixes. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/addressing/loa-documents
      name: accounts-account-id-addressing-loa-documents
      description: REST surface for accounts-account_id-addressing-loa_documents.
      operations:
      - method: POST
        name: ipaddressmanagementprefixesuploadloadocument
        description: APIs.io Engineering Platform Upload LOA Document
        call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesuploadloadocument
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/addressing/loa-documents/{loa-document-id}/download
      name: accounts-account-id-addressing-loa-documents-loa-document-id-download
      description: REST surface for accounts-account_id-addressing-loa_documents-loa_document_id-download.
      operations:
      - method: GET
        name: ipaddressmanagementprefixesdownloadloadocument
        description: APIs.io Engineering Platform Download LOA Document
        call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesdownloadloadocument
        with:
          loa_document_id: rest.loa_document_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/addressing/prefixes
      name: accounts-account-id-addressing-prefixes
      description: REST surface for accounts-account_id-addressing-prefixes.
      operations:
      - method: GET
        name: ipaddressmanagementprefixeslistprefixes
        description: APIs.io Engineering Platform List Prefixes
        call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixeslistprefixes
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: ipaddressmanagementprefixesaddprefix
        description: APIs.io Engineering Platform Add Prefix
        call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesaddprefix
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/addressing/prefixes/{prefix-id}
      name: accounts-account-id-addressing-prefixes-prefix-id
      description: REST surface for accounts-account_id-addressing-prefixes-prefix_id.
      operations:
      - method: DELETE
        name: ipaddressmanagementprefixesdeleteprefix
        description: APIs.io Engineering Platform Delete Prefix
        call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesdeleteprefix
        with:
          prefix_id: rest.prefix_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: ipaddressmanagementprefixesprefixdetails
        description: APIs.io Engineering Platform Prefix Details
        call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesprefixdetails
        with:
          prefix_id: rest.prefix_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: ipaddressmanagementprefixesupdateprefixdescription
        description: APIs.io Engineering Platform Update Prefix Description
        call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesupdateprefixdescription
        with:
          prefix_id: rest.prefix_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-ip-address-management-prefixes-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — IP Address Management Prefixes. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-upload-loa
      description: APIs.io Engineering Platform Upload LOA Document
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesuploadloadocument
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-download-loa
      description: APIs.io Engineering Platform Download LOA Document
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesdownloadloadocument
      with:
        loa_document_id: tools.loa_document_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-prefixes
      description: APIs.io Engineering Platform List Prefixes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixeslistprefixes
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-prefix
      description: APIs.io Engineering Platform Add Prefix
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesaddprefix
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-prefix
      description: APIs.io Engineering Platform Delete Prefix
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesdeleteprefix
      with:
        prefix_id: tools.prefix_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-prefix-details
      description: APIs.io Engineering Platform Prefix Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesprefixdetails
      with:
        prefix_id: tools.prefix_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-prefix
      description: APIs.io Engineering Platform Update Prefix Description
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-ip-address-management-prefixes.ipaddressmanagementprefixesupdateprefixdescription
      with:
        prefix_id: tools.prefix_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.