APIs.io Engineering Platform Cloudflare API — Account Resource Groups

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

Run with Naftiko Engineering PlatformAccount Resource Groups

What You Can Do

GET
Accountresourcegrouplist — APIs.io Engineering Platform List Resource Groups
/v1/accounts/{account-id}/iam/resource-groups
POST
Accountresourcegroupcreate — APIs.io Engineering Platform Create Resource Group
/v1/accounts/{account-id}/iam/resource-groups
DELETE
Accountresourcegroupdelete — APIs.io Engineering Platform Remove Resource Group
/v1/accounts/{account-id}/iam/resource-groups/{resource-group-id}
GET
Accountresourcegroupdetails — APIs.io Engineering Platform Resource Group Details
/v1/accounts/{account-id}/iam/resource-groups/{resource-group-id}
PUT
Accountresourcegroupupdate — APIs.io Engineering Platform Update Resource Group
/v1/accounts/{account-id}/iam/resource-groups/{resource-group-id}

MCP Tools

apis-io-engineering-platform-list-resource

APIs.io Engineering Platform List Resource Groups

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

APIs.io Engineering Platform Create Resource Group

apis-io-engineering-platform-remove-resource

APIs.io Engineering Platform Remove Resource Group

idempotent
apis-io-engineering-platform-resource-group

APIs.io Engineering Platform Resource Group Details

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

APIs.io Engineering Platform Update Resource Group

idempotent

Capability Spec

cloudflare-account-resource-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Account Resource Groups
  description: 'APIs.io Engineering Platform Cloudflare API — Account Resource Groups. 5 operations. Lead operation: APIs.io
    Engineering Platform List Resource Groups. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Account Resource Groups
  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-resource-groups
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Account Resource Groups business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-iam-resource_groups
      path: /accounts/{account_id}/iam/resource_groups
      operations:
      - name: accountresourcegrouplist
        method: GET
        description: APIs.io Engineering Platform List Resource Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: id
          in: query
          type: string
        - name: name
          in: query
          type: string
        - name: page
          in: query
          type: number
        - name: per_page
          in: query
          type: number
      - name: accountresourcegroupcreate
        method: POST
        description: APIs.io Engineering Platform Create Resource Group
        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-iam-resource_groups-resource_group_id
      path: /accounts/{account_id}/iam/resource_groups/{resource_group_id}
      operations:
      - name: accountresourcegroupdelete
        method: DELETE
        description: APIs.io Engineering Platform Remove Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: resource_group_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: accountresourcegroupdetails
        method: GET
        description: APIs.io Engineering Platform Resource Group Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: resource_group_id
          in: path
          type: string
          required: true
      - name: accountresourcegroupupdate
        method: PUT
        description: APIs.io Engineering Platform Update Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: resource_group_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-resource-groups-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Account Resource Groups. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/iam/resource-groups
      name: accounts-account-id-iam-resource-groups
      description: REST surface for accounts-account_id-iam-resource_groups.
      operations:
      - method: GET
        name: accountresourcegrouplist
        description: APIs.io Engineering Platform List Resource Groups
        call: cloudflare-account-resource-groups.accountresourcegrouplist
        with:
          account_id: rest.account_id
          id: rest.id
          name: rest.name
          page: rest.page
          per_page: rest.per_page
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accountresourcegroupcreate
        description: APIs.io Engineering Platform Create Resource Group
        call: cloudflare-account-resource-groups.accountresourcegroupcreate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/iam/resource-groups/{resource-group-id}
      name: accounts-account-id-iam-resource-groups-resource-group-id
      description: REST surface for accounts-account_id-iam-resource_groups-resource_group_id.
      operations:
      - method: DELETE
        name: accountresourcegroupdelete
        description: APIs.io Engineering Platform Remove Resource Group
        call: cloudflare-account-resource-groups.accountresourcegroupdelete
        with:
          account_id: rest.account_id
          resource_group_id: rest.resource_group_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accountresourcegroupdetails
        description: APIs.io Engineering Platform Resource Group Details
        call: cloudflare-account-resource-groups.accountresourcegroupdetails
        with:
          account_id: rest.account_id
          resource_group_id: rest.resource_group_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accountresourcegroupupdate
        description: APIs.io Engineering Platform Update Resource Group
        call: cloudflare-account-resource-groups.accountresourcegroupupdate
        with:
          account_id: rest.account_id
          resource_group_id: rest.resource_group_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-account-resource-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Account Resource Groups. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-resource
      description: APIs.io Engineering Platform List Resource Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-resource-groups.accountresourcegrouplist
      with:
        account_id: tools.account_id
        id: tools.id
        name: tools.name
        page: tools.page
        per_page: tools.per_page
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-resource
      description: APIs.io Engineering Platform Create Resource Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-account-resource-groups.accountresourcegroupcreate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-remove-resource
      description: APIs.io Engineering Platform Remove Resource Group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-account-resource-groups.accountresourcegroupdelete
      with:
        account_id: tools.account_id
        resource_group_id: tools.resource_group_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-resource-group
      description: APIs.io Engineering Platform Resource Group Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-resource-groups.accountresourcegroupdetails
      with:
        account_id: tools.account_id
        resource_group_id: tools.resource_group_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-resource
      description: APIs.io Engineering Platform Update Resource Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-account-resource-groups.accountresourcegroupupdate
      with:
        account_id: tools.account_id
        resource_group_id: tools.resource_group_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.