APIs.io Engineering Platform Cloudflare API — IP Address Management Service Bindings

APIs.io Engineering Platform Cloudflare API — IP Address Management Service Bindings. 5 operations. Lead operation: APIs.io Engineering Platform List Service Bindings. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformIP Address Management Service Bindings

What You Can Do

GET
Ipaddressmanagementservicebindingslistservicebindings — APIs.io Engineering Platform List Service Bindings
/v1/accounts/{account-id}/addressing/prefixes/{prefix-id}/bindings
POST
Ipaddressmanagementservicebindingscreateservicebinding — APIs.io Engineering Platform Create Service Binding
/v1/accounts/{account-id}/addressing/prefixes/{prefix-id}/bindings
DELETE
Ipaddressmanagementservicebindingsdeleteservicebinding — APIs.io Engineering Platform Delete Service Binding
/v1/accounts/{account-id}/addressing/prefixes/{prefix-id}/bindings/{binding-id}
GET
Ipaddressmanagementservicebindingsgetservicebinding — APIs.io Engineering Platform Get Service Binding
/v1/accounts/{account-id}/addressing/prefixes/{prefix-id}/bindings/{binding-id}
GET
Ipaddressmanagementservicebindingslistservices — APIs.io Engineering Platform List Services
/v1/accounts/{account-id}/addressing/services

MCP Tools

apis-io-engineering-platform-list-service

APIs.io Engineering Platform List Service Bindings

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

APIs.io Engineering Platform Create Service Binding

apis-io-engineering-platform-delete-service

APIs.io Engineering Platform Delete Service Binding

idempotent
apis-io-engineering-platform-get-service

APIs.io Engineering Platform Get Service Binding

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

APIs.io Engineering Platform List Services

read-only idempotent

Capability Spec

cloudflare-ip-address-management-service-bindings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — IP Address Management Service Bindings
  description: 'APIs.io Engineering Platform Cloudflare API — IP Address Management Service Bindings. 5 operations. Lead operation:
    APIs.io Engineering Platform List Service Bindings. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - IP Address Management Service Bindings
  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-service-bindings
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — IP Address Management Service Bindings business capability.
      Self-contained, no shared references.
    resources:
    - name: accounts-account_id-addressing-prefixes-prefix_id-bindings
      path: /accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings
      operations:
      - name: ipaddressmanagementservicebindingslistservicebindings
        method: GET
        description: APIs.io Engineering Platform List Service Bindings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: prefix_id
          in: path
          type: string
          required: true
      - name: ipaddressmanagementservicebindingscreateservicebinding
        method: POST
        description: APIs.io Engineering Platform Create Service Binding
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: prefix_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: accounts-account_id-addressing-prefixes-prefix_id-bindings-binding_id
      path: /accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id}
      operations:
      - name: ipaddressmanagementservicebindingsdeleteservicebinding
        method: DELETE
        description: APIs.io Engineering Platform Delete Service Binding
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: prefix_id
          in: path
          type: string
          required: true
        - name: binding_id
          in: path
          type: string
          required: true
      - name: ipaddressmanagementservicebindingsgetservicebinding
        method: GET
        description: APIs.io Engineering Platform Get Service Binding
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: prefix_id
          in: path
          type: string
          required: true
        - name: binding_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-addressing-services
      path: /accounts/{account_id}/addressing/services
      operations:
      - name: ipaddressmanagementservicebindingslistservices
        method: GET
        description: APIs.io Engineering Platform List Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-ip-address-management-service-bindings-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — IP Address Management Service Bindings. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/addressing/prefixes/{prefix-id}/bindings
      name: accounts-account-id-addressing-prefixes-prefix-id-bindings
      description: REST surface for accounts-account_id-addressing-prefixes-prefix_id-bindings.
      operations:
      - method: GET
        name: ipaddressmanagementservicebindingslistservicebindings
        description: APIs.io Engineering Platform List Service Bindings
        call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingslistservicebindings
        with:
          account_id: rest.account_id
          prefix_id: rest.prefix_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: ipaddressmanagementservicebindingscreateservicebinding
        description: APIs.io Engineering Platform Create Service Binding
        call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingscreateservicebinding
        with:
          account_id: rest.account_id
          prefix_id: rest.prefix_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/addressing/prefixes/{prefix-id}/bindings/{binding-id}
      name: accounts-account-id-addressing-prefixes-prefix-id-bindings-binding-id
      description: REST surface for accounts-account_id-addressing-prefixes-prefix_id-bindings-binding_id.
      operations:
      - method: DELETE
        name: ipaddressmanagementservicebindingsdeleteservicebinding
        description: APIs.io Engineering Platform Delete Service Binding
        call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingsdeleteservicebinding
        with:
          account_id: rest.account_id
          prefix_id: rest.prefix_id
          binding_id: rest.binding_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: ipaddressmanagementservicebindingsgetservicebinding
        description: APIs.io Engineering Platform Get Service Binding
        call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingsgetservicebinding
        with:
          account_id: rest.account_id
          prefix_id: rest.prefix_id
          binding_id: rest.binding_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/addressing/services
      name: accounts-account-id-addressing-services
      description: REST surface for accounts-account_id-addressing-services.
      operations:
      - method: GET
        name: ipaddressmanagementservicebindingslistservices
        description: APIs.io Engineering Platform List Services
        call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingslistservices
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-ip-address-management-service-bindings-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — IP Address Management Service Bindings. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-service
      description: APIs.io Engineering Platform List Service Bindings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingslistservicebindings
      with:
        account_id: tools.account_id
        prefix_id: tools.prefix_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-service
      description: APIs.io Engineering Platform Create Service Binding
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingscreateservicebinding
      with:
        account_id: tools.account_id
        prefix_id: tools.prefix_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-service
      description: APIs.io Engineering Platform Delete Service Binding
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingsdeleteservicebinding
      with:
        account_id: tools.account_id
        prefix_id: tools.prefix_id
        binding_id: tools.binding_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-service
      description: APIs.io Engineering Platform Get Service Binding
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingsgetservicebinding
      with:
        account_id: tools.account_id
        prefix_id: tools.prefix_id
        binding_id: tools.binding_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-services
      description: APIs.io Engineering Platform List Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-address-management-service-bindings.ipaddressmanagementservicebindingslistservices
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.