APIs.io Engineering Platform Cloudflare API — Magic Static Routes

APIs.io Engineering Platform Cloudflare API — Magic Static Routes. 7 operations. Lead operation: APIs.io Engineering Platform Delete Many Routes. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMagic Static Routes

What You Can Do

DELETE
Magicstaticroutesdeletemanyroutes — APIs.io Engineering Platform Delete Many Routes
/v1/accounts/{account-id}/magic/routes
GET
Magicstaticrouteslistroutes — APIs.io Engineering Platform List Routes
/v1/accounts/{account-id}/magic/routes
POST
Magicstaticroutescreateroutes — APIs.io Engineering Platform Create Routes
/v1/accounts/{account-id}/magic/routes
PUT
Magicstaticroutesupdatemanyroutes — APIs.io Engineering Platform Update Many Routes
/v1/accounts/{account-id}/magic/routes
DELETE
Magicstaticroutesdeleteroute — APIs.io Engineering Platform Delete Route
/v1/accounts/{account-id}/magic/routes/{route-id}
GET
Magicstaticroutesroutedetails — APIs.io Engineering Platform Route Details
/v1/accounts/{account-id}/magic/routes/{route-id}
PUT
Magicstaticroutesupdateroute — APIs.io Engineering Platform Update Route
/v1/accounts/{account-id}/magic/routes/{route-id}

MCP Tools

apis-io-engineering-platform-delete-many

APIs.io Engineering Platform Delete Many Routes

idempotent
apis-io-engineering-platform-list-routes

APIs.io Engineering Platform List Routes

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

APIs.io Engineering Platform Create Routes

apis-io-engineering-platform-update-many

APIs.io Engineering Platform Update Many Routes

idempotent
apis-io-engineering-platform-delete-route

APIs.io Engineering Platform Delete Route

idempotent
apis-io-engineering-platform-route-details

APIs.io Engineering Platform Route Details

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

APIs.io Engineering Platform Update Route

idempotent

Capability Spec

cloudflare-magic-static-routes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Magic Static Routes
  description: 'APIs.io Engineering Platform Cloudflare API — Magic Static Routes. 7 operations. Lead operation: APIs.io Engineering
    Platform Delete Many Routes. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Magic Static Routes
  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-magic-static-routes
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Magic Static Routes business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-magic-routes
      path: /accounts/{account_id}/magic/routes
      operations:
      - name: magicstaticroutesdeletemanyroutes
        method: DELETE
        description: APIs.io Engineering Platform Delete Many Routes
        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: magicstaticrouteslistroutes
        method: GET
        description: APIs.io Engineering Platform List Routes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicstaticroutescreateroutes
        method: POST
        description: APIs.io Engineering Platform Create Routes
        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: magicstaticroutesupdatemanyroutes
        method: PUT
        description: APIs.io Engineering Platform Update Many Routes
        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-magic-routes-route_id
      path: /accounts/{account_id}/magic/routes/{route_id}
      operations:
      - name: magicstaticroutesdeleteroute
        method: DELETE
        description: APIs.io Engineering Platform Delete Route
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: route_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: magicstaticroutesroutedetails
        method: GET
        description: APIs.io Engineering Platform Route Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: route_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicstaticroutesupdateroute
        method: PUT
        description: APIs.io Engineering Platform Update Route
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: route_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-magic-static-routes-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Magic Static Routes. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/magic/routes
      name: accounts-account-id-magic-routes
      description: REST surface for accounts-account_id-magic-routes.
      operations:
      - method: DELETE
        name: magicstaticroutesdeletemanyroutes
        description: APIs.io Engineering Platform Delete Many Routes
        call: cloudflare-magic-static-routes.magicstaticroutesdeletemanyroutes
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: magicstaticrouteslistroutes
        description: APIs.io Engineering Platform List Routes
        call: cloudflare-magic-static-routes.magicstaticrouteslistroutes
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: magicstaticroutescreateroutes
        description: APIs.io Engineering Platform Create Routes
        call: cloudflare-magic-static-routes.magicstaticroutescreateroutes
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicstaticroutesupdatemanyroutes
        description: APIs.io Engineering Platform Update Many Routes
        call: cloudflare-magic-static-routes.magicstaticroutesupdatemanyroutes
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/magic/routes/{route-id}
      name: accounts-account-id-magic-routes-route-id
      description: REST surface for accounts-account_id-magic-routes-route_id.
      operations:
      - method: DELETE
        name: magicstaticroutesdeleteroute
        description: APIs.io Engineering Platform Delete Route
        call: cloudflare-magic-static-routes.magicstaticroutesdeleteroute
        with:
          route_id: rest.route_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: magicstaticroutesroutedetails
        description: APIs.io Engineering Platform Route Details
        call: cloudflare-magic-static-routes.magicstaticroutesroutedetails
        with:
          route_id: rest.route_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicstaticroutesupdateroute
        description: APIs.io Engineering Platform Update Route
        call: cloudflare-magic-static-routes.magicstaticroutesupdateroute
        with:
          route_id: rest.route_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-magic-static-routes-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Magic Static Routes. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-delete-many
      description: APIs.io Engineering Platform Delete Many Routes
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-magic-static-routes.magicstaticroutesdeletemanyroutes
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-routes
      description: APIs.io Engineering Platform List Routes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-static-routes.magicstaticrouteslistroutes
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-routes
      description: APIs.io Engineering Platform Create Routes
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-magic-static-routes.magicstaticroutescreateroutes
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-many
      description: APIs.io Engineering Platform Update Many Routes
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-static-routes.magicstaticroutesupdatemanyroutes
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-route
      description: APIs.io Engineering Platform Delete Route
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-magic-static-routes.magicstaticroutesdeleteroute
      with:
        route_id: tools.route_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-route-details
      description: APIs.io Engineering Platform Route Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-static-routes.magicstaticroutesroutedetails
      with:
        route_id: tools.route_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-route
      description: APIs.io Engineering Platform Update Route
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-static-routes.magicstaticroutesupdateroute
      with:
        route_id: tools.route_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.