APIs.io Engineering Platform Cloudflare API — Magic Site ACLs

APIs.io Engineering Platform Cloudflare API — Magic Site ACLs. 6 operations. Lead operation: APIs.io Engineering Platform List Site ACLs. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMagic Site ACLs

What You Can Do

GET
Magicsiteaclslistacls — APIs.io Engineering Platform List Site ACLs
/v1/accounts/{account-id}/magic/sites/{site-id}/acls
POST
Magicsiteaclscreateacl — APIs.io Engineering Platform Create a new Site ACL
/v1/accounts/{account-id}/magic/sites/{site-id}/acls
DELETE
Magicsiteaclsdeleteacl — APIs.io Engineering Platform Delete Site ACL
/v1/accounts/{account-id}/magic/sites/{site-id}/acls/{acl-id}
GET
Magicsiteaclsacldetails — APIs.io Engineering Platform Site ACL Details
/v1/accounts/{account-id}/magic/sites/{site-id}/acls/{acl-id}
PATCH
Magicsiteaclspatchacl — APIs.io Engineering Platform Patch Site ACL
/v1/accounts/{account-id}/magic/sites/{site-id}/acls/{acl-id}
PUT
Magicsiteaclsupdateacl — APIs.io Engineering Platform Update Site ACL
/v1/accounts/{account-id}/magic/sites/{site-id}/acls/{acl-id}

MCP Tools

apis-io-engineering-platform-list-site

APIs.io Engineering Platform List Site ACLs

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

APIs.io Engineering Platform Create a new Site ACL

apis-io-engineering-platform-delete-site

APIs.io Engineering Platform Delete Site ACL

idempotent
apis-io-engineering-platform-site-acl

APIs.io Engineering Platform Site ACL Details

read-only idempotent
apis-io-engineering-platform-patch-site

APIs.io Engineering Platform Patch Site ACL

idempotent
apis-io-engineering-platform-update-site

APIs.io Engineering Platform Update Site ACL

idempotent

Capability Spec

cloudflare-magic-site-acls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Magic Site ACLs
  description: 'APIs.io Engineering Platform Cloudflare API — Magic Site ACLs. 6 operations. Lead operation: APIs.io Engineering
    Platform List Site ACLs. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Magic Site ACLs
  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-site-acls
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Magic Site ACLs business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-magic-sites-site_id-acls
      path: /accounts/{account_id}/magic/sites/{site_id}/acls
      operations:
      - name: magicsiteaclslistacls
        method: GET
        description: APIs.io Engineering Platform List Site ACLs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: site_id
          in: path
          type: string
          required: true
      - name: magicsiteaclscreateacl
        method: POST
        description: APIs.io Engineering Platform Create a new Site ACL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: site_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-magic-sites-site_id-acls-acl_id
      path: /accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}
      operations:
      - name: magicsiteaclsdeleteacl
        method: DELETE
        description: APIs.io Engineering Platform Delete Site ACL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: acl_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: magicsiteaclsacldetails
        method: GET
        description: APIs.io Engineering Platform Site ACL Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: acl_id
          in: path
          type: string
          required: true
      - name: magicsiteaclspatchacl
        method: PATCH
        description: APIs.io Engineering Platform Patch Site ACL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: acl_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: magicsiteaclsupdateacl
        method: PUT
        description: APIs.io Engineering Platform Update Site ACL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: acl_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-site-acls-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Magic Site ACLs. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/magic/sites/{site-id}/acls
      name: accounts-account-id-magic-sites-site-id-acls
      description: REST surface for accounts-account_id-magic-sites-site_id-acls.
      operations:
      - method: GET
        name: magicsiteaclslistacls
        description: APIs.io Engineering Platform List Site ACLs
        call: cloudflare-magic-site-acls.magicsiteaclslistacls
        with:
          account_id: rest.account_id
          site_id: rest.site_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: magicsiteaclscreateacl
        description: APIs.io Engineering Platform Create a new Site ACL
        call: cloudflare-magic-site-acls.magicsiteaclscreateacl
        with:
          account_id: rest.account_id
          site_id: rest.site_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/magic/sites/{site-id}/acls/{acl-id}
      name: accounts-account-id-magic-sites-site-id-acls-acl-id
      description: REST surface for accounts-account_id-magic-sites-site_id-acls-acl_id.
      operations:
      - method: DELETE
        name: magicsiteaclsdeleteacl
        description: APIs.io Engineering Platform Delete Site ACL
        call: cloudflare-magic-site-acls.magicsiteaclsdeleteacl
        with:
          site_id: rest.site_id
          account_id: rest.account_id
          acl_id: rest.acl_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: magicsiteaclsacldetails
        description: APIs.io Engineering Platform Site ACL Details
        call: cloudflare-magic-site-acls.magicsiteaclsacldetails
        with:
          site_id: rest.site_id
          account_id: rest.account_id
          acl_id: rest.acl_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: magicsiteaclspatchacl
        description: APIs.io Engineering Platform Patch Site ACL
        call: cloudflare-magic-site-acls.magicsiteaclspatchacl
        with:
          site_id: rest.site_id
          account_id: rest.account_id
          acl_id: rest.acl_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicsiteaclsupdateacl
        description: APIs.io Engineering Platform Update Site ACL
        call: cloudflare-magic-site-acls.magicsiteaclsupdateacl
        with:
          site_id: rest.site_id
          account_id: rest.account_id
          acl_id: rest.acl_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-magic-site-acls-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Magic Site ACLs. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-site
      description: APIs.io Engineering Platform List Site ACLs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-site-acls.magicsiteaclslistacls
      with:
        account_id: tools.account_id
        site_id: tools.site_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a new Site ACL
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-magic-site-acls.magicsiteaclscreateacl
      with:
        account_id: tools.account_id
        site_id: tools.site_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-site
      description: APIs.io Engineering Platform Delete Site ACL
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-magic-site-acls.magicsiteaclsdeleteacl
      with:
        site_id: tools.site_id
        account_id: tools.account_id
        acl_id: tools.acl_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-site-acl
      description: APIs.io Engineering Platform Site ACL Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-site-acls.magicsiteaclsacldetails
      with:
        site_id: tools.site_id
        account_id: tools.account_id
        acl_id: tools.acl_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-site
      description: APIs.io Engineering Platform Patch Site ACL
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-site-acls.magicsiteaclspatchacl
      with:
        site_id: tools.site_id
        account_id: tools.account_id
        acl_id: tools.acl_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-site
      description: APIs.io Engineering Platform Update Site ACL
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-site-acls.magicsiteaclsupdateacl
      with:
        site_id: tools.site_id
        account_id: tools.account_id
        acl_id: tools.acl_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.