APIs.io Engineering Platform Cloudflare API — Magic Account Apps

APIs.io Engineering Platform Cloudflare API — Magic Account Apps. 4 operations. Lead operation: APIs.io Engineering Platform List Apps. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMagic Account Apps

What You Can Do

GET
Magicaccountappslistapps — APIs.io Engineering Platform List Apps
/v1/accounts/{account-id}/magic/apps
POST
Magicaccountappsaddapp — APIs.io Engineering Platform Create a new App
/v1/accounts/{account-id}/magic/apps
DELETE
Magicaccountappsdeleteapp — APIs.io Engineering Platform Delete Account App
/v1/accounts/{account-id}/magic/apps/{account-app-id}
PUT
Magicaccountappsupdateapp — APIs.io Engineering Platform Update an App
/v1/accounts/{account-id}/magic/apps/{account-app-id}

MCP Tools

apis-io-engineering-platform-list-apps

APIs.io Engineering Platform List Apps

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

APIs.io Engineering Platform Create a new App

apis-io-engineering-platform-delete-account

APIs.io Engineering Platform Delete Account App

idempotent
apis-io-engineering-platform-update-app

APIs.io Engineering Platform Update an App

idempotent

Capability Spec

cloudflare-magic-account-apps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Magic Account Apps
  description: 'APIs.io Engineering Platform Cloudflare API — Magic Account Apps. 4 operations. Lead operation: APIs.io Engineering
    Platform List Apps. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Magic Account Apps
  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-account-apps
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Magic Account Apps business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-magic-apps
      path: /accounts/{account_id}/magic/apps
      operations:
      - name: magicaccountappslistapps
        method: GET
        description: APIs.io Engineering Platform List Apps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicaccountappsaddapp
        method: POST
        description: APIs.io Engineering Platform Create a new App
        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-apps-account_app_id
      path: /accounts/{account_id}/magic/apps/{account_app_id}
      operations:
      - name: magicaccountappsdeleteapp
        method: DELETE
        description: APIs.io Engineering Platform Delete Account App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: account_app_id
          in: path
          type: string
          required: true
      - name: magicaccountappsupdateapp
        method: PUT
        description: APIs.io Engineering Platform Update an App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: account_app_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-account-apps-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Magic Account Apps. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/magic/apps
      name: accounts-account-id-magic-apps
      description: REST surface for accounts-account_id-magic-apps.
      operations:
      - method: GET
        name: magicaccountappslistapps
        description: APIs.io Engineering Platform List Apps
        call: cloudflare-magic-account-apps.magicaccountappslistapps
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: magicaccountappsaddapp
        description: APIs.io Engineering Platform Create a new App
        call: cloudflare-magic-account-apps.magicaccountappsaddapp
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/magic/apps/{account-app-id}
      name: accounts-account-id-magic-apps-account-app-id
      description: REST surface for accounts-account_id-magic-apps-account_app_id.
      operations:
      - method: DELETE
        name: magicaccountappsdeleteapp
        description: APIs.io Engineering Platform Delete Account App
        call: cloudflare-magic-account-apps.magicaccountappsdeleteapp
        with:
          account_id: rest.account_id
          account_app_id: rest.account_app_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicaccountappsupdateapp
        description: APIs.io Engineering Platform Update an App
        call: cloudflare-magic-account-apps.magicaccountappsupdateapp
        with:
          account_id: rest.account_id
          account_app_id: rest.account_app_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-magic-account-apps-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Magic Account Apps. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-apps
      description: APIs.io Engineering Platform List Apps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-account-apps.magicaccountappslistapps
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a new App
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-magic-account-apps.magicaccountappsaddapp
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-account
      description: APIs.io Engineering Platform Delete Account App
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-magic-account-apps.magicaccountappsdeleteapp
      with:
        account_id: tools.account_id
        account_app_id: tools.account_app_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-app
      description: APIs.io Engineering Platform Update an App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-account-apps.magicaccountappsupdateapp
      with:
        account_id: tools.account_id
        account_app_id: tools.account_app_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.