APIs.io Engineering Platform Cloudflare API — Account Members

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

Run with Naftiko Engineering PlatformAccount Members

What You Can Do

GET
Accountmemberslistmembers — APIs.io Engineering Platform List Members
/v1/accounts/{account-id}/members
POST
Accountmembersaddmember — APIs.io Engineering Platform Add Member
/v1/accounts/{account-id}/members
DELETE
Accountmembersremovemember — APIs.io Engineering Platform Remove Member
/v1/accounts/{account-id}/members/{member-id}
GET
Accountmembersmemberdetails — APIs.io Engineering Platform Member Details
/v1/accounts/{account-id}/members/{member-id}
PUT
Accountmembersupdatemember — APIs.io Engineering Platform Update Member
/v1/accounts/{account-id}/members/{member-id}

MCP Tools

apis-io-engineering-platform-list-members

APIs.io Engineering Platform List Members

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

APIs.io Engineering Platform Add Member

apis-io-engineering-platform-remove-member

APIs.io Engineering Platform Remove Member

idempotent
apis-io-engineering-platform-member-details

APIs.io Engineering Platform Member Details

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

APIs.io Engineering Platform Update Member

idempotent

Capability Spec

cloudflare-account-members.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Account Members
  description: 'APIs.io Engineering Platform Cloudflare API — Account Members. 5 operations. Lead operation: APIs.io Engineering
    Platform List Members. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Account Members
  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-account-members
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Account Members business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-members
      path: /accounts/{account_id}/members
      operations:
      - name: accountmemberslistmembers
        method: GET
        description: APIs.io Engineering Platform List Members
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: order
          in: query
          type: string
        - name: status
          in: query
          type: string
        - name: page
          in: query
          type: number
        - name: per_page
          in: query
          type: number
        - name: direction
          in: query
          type: string
      - name: accountmembersaddmember
        method: POST
        description: APIs.io Engineering Platform Add Member
        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-members-member_id
      path: /accounts/{account_id}/members/{member_id}
      operations:
      - name: accountmembersremovemember
        method: DELETE
        description: APIs.io Engineering Platform Remove Member
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: member_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: accountmembersmemberdetails
        method: GET
        description: APIs.io Engineering Platform Member Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: member_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accountmembersupdatemember
        method: PUT
        description: APIs.io Engineering Platform Update Member
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: member_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-account-members-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Account Members. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/members
      name: accounts-account-id-members
      description: REST surface for accounts-account_id-members.
      operations:
      - method: GET
        name: accountmemberslistmembers
        description: APIs.io Engineering Platform List Members
        call: cloudflare-account-members.accountmemberslistmembers
        with:
          account_id: rest.account_id
          order: rest.order
          status: rest.status
          page: rest.page
          per_page: rest.per_page
          direction: rest.direction
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accountmembersaddmember
        description: APIs.io Engineering Platform Add Member
        call: cloudflare-account-members.accountmembersaddmember
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/members/{member-id}
      name: accounts-account-id-members-member-id
      description: REST surface for accounts-account_id-members-member_id.
      operations:
      - method: DELETE
        name: accountmembersremovemember
        description: APIs.io Engineering Platform Remove Member
        call: cloudflare-account-members.accountmembersremovemember
        with:
          member_id: rest.member_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accountmembersmemberdetails
        description: APIs.io Engineering Platform Member Details
        call: cloudflare-account-members.accountmembersmemberdetails
        with:
          member_id: rest.member_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accountmembersupdatemember
        description: APIs.io Engineering Platform Update Member
        call: cloudflare-account-members.accountmembersupdatemember
        with:
          member_id: rest.member_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-account-members-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Account Members. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-members
      description: APIs.io Engineering Platform List Members
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-members.accountmemberslistmembers
      with:
        account_id: tools.account_id
        order: tools.order
        status: tools.status
        page: tools.page
        per_page: tools.per_page
        direction: tools.direction
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-member
      description: APIs.io Engineering Platform Add Member
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-account-members.accountmembersaddmember
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-remove-member
      description: APIs.io Engineering Platform Remove Member
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-account-members.accountmembersremovemember
      with:
        member_id: tools.member_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-member-details
      description: APIs.io Engineering Platform Member Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-members.accountmembersmemberdetails
      with:
        member_id: tools.member_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-member
      description: APIs.io Engineering Platform Update Member
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-account-members.accountmembersupdatemember
      with:
        member_id: tools.member_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.