Rapid7 · Capability

InsightAppSec API — Engine Groups

InsightAppSec API — Engine Groups. 6 operations. Lead operation: Get Engine Groups. Self-contained Naftiko capability covering one business surface.

InsightAppSec API — Engine Groups is a Naftiko capability published by Rapid7, one of 47 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the GET, POST, PUT, and DELETE methods rooted at /v1/engine-groups.

The capability includes 3 read-only operations and 3 state-changing operations. Lead operation: Get Engine Groups. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Rapid7 and Engine Groups.

Run with Naftiko Rapid7Engine Groups

What You Can Do

GET
Getenginegroups — Get Engine Groups
/v1/engine-groups
POST
Createenginegroup — Create Engine Group
/v1/engine-groups
GET
Getenginegroup — Get Engine Group
/v1/engine-groups/{engine-group-id}
PUT
Updateenginegroup — Update Engine Group
/v1/engine-groups/{engine-group-id}
DELETE
Deleteenginegroup — Delete Engine Group
/v1/engine-groups/{engine-group-id}
GET
Getenginegroupengines — Get Engine Group Engines
/v1/engine-groups/{engine-group-id}/engines

MCP Tools

rapid7-getenginegroups

Get Engine Groups

read-only idempotent
rapid7-createenginegroup

Create Engine Group

rapid7-getenginegroup

Get Engine Group

read-only idempotent
rapid7-updateenginegroup

Update Engine Group

idempotent
rapid7-deleteenginegroup

Delete Engine Group

idempotent
rapid7-getenginegroupengines

Get Engine Group Engines

read-only idempotent

Capability Spec

insightappsec-engine-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: InsightAppSec API — Engine Groups
  description: 'InsightAppSec API — Engine Groups. 6 operations. Lead operation: Get Engine Groups. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Rapid7
  - Engine Groups
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    RAPID7_API_KEY: RAPID7_API_KEY
capability:
  consumes:
  - type: http
    namespace: insightappsec-engine-groups
    baseUri: https://[region].api.insight.rapid7.com/ias/v1
    description: InsightAppSec API — Engine Groups business capability. Self-contained, no shared references.
    resources:
    - name: engine-groups
      path: /engine-groups
      operations:
      - name: getenginegroups
        method: GET
        description: Get Engine Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: index
          in: query
          type: integer
          description: query parameter index.
        - name: size
          in: query
          type: integer
          description: query parameter size.
        - name: sort
          in: query
          type: string
          description: query parameter sort.
        - name: page-token
          in: query
          type: string
          description: query parameter page-token.
      - name: createenginegroup
        method: POST
        description: Create Engine Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: engine-groups-engine-group-id
      path: /engine-groups/{engine-group-id}
      operations:
      - name: getenginegroup
        method: GET
        description: Get Engine Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: engine-group-id
          in: path
          type: string
          description: path parameter engine-group-id.
          required: true
      - name: updateenginegroup
        method: PUT
        description: Update Engine Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: engine-group-id
          in: path
          type: string
          description: path parameter engine-group-id.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteenginegroup
        method: DELETE
        description: Delete Engine Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: engine-group-id
          in: path
          type: string
          description: path parameter engine-group-id.
          required: true
    - name: engine-groups-engine-group-id-engines
      path: /engine-groups/{engine-group-id}/engines
      operations:
      - name: getenginegroupengines
        method: GET
        description: Get Engine Group Engines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: engine-group-id
          in: path
          type: string
          description: path parameter engine-group-id.
          required: true
        - name: index
          in: query
          type: integer
          description: query parameter index.
        - name: size
          in: query
          type: integer
          description: query parameter size.
        - name: sort
          in: query
          type: string
          description: query parameter sort.
        - name: page-token
          in: query
          type: string
          description: query parameter page-token.
  exposes:
  - type: rest
    namespace: insightappsec-engine-groups-rest
    port: 8080
    description: REST adapter for InsightAppSec API — Engine Groups. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/engine-groups
      name: engine-groups
      description: REST surface for engine-groups.
      operations:
      - method: GET
        name: getenginegroups
        description: Get Engine Groups
        call: insightappsec-engine-groups.getenginegroups
        with:
          index: rest.index
          size: rest.size
          sort: rest.sort
          page-token: rest.page-token
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createenginegroup
        description: Create Engine Group
        call: insightappsec-engine-groups.createenginegroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/engine-groups/{engine-group-id}
      name: engine-groups-engine-group-id
      description: REST surface for engine-groups-engine-group-id.
      operations:
      - method: GET
        name: getenginegroup
        description: Get Engine Group
        call: insightappsec-engine-groups.getenginegroup
        with:
          engine-group-id: rest.engine-group-id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateenginegroup
        description: Update Engine Group
        call: insightappsec-engine-groups.updateenginegroup
        with:
          engine-group-id: rest.engine-group-id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteenginegroup
        description: Delete Engine Group
        call: insightappsec-engine-groups.deleteenginegroup
        with:
          engine-group-id: rest.engine-group-id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/engine-groups/{engine-group-id}/engines
      name: engine-groups-engine-group-id-engines
      description: REST surface for engine-groups-engine-group-id-engines.
      operations:
      - method: GET
        name: getenginegroupengines
        description: Get Engine Group Engines
        call: insightappsec-engine-groups.getenginegroupengines
        with:
          engine-group-id: rest.engine-group-id
          index: rest.index
          size: rest.size
          sort: rest.sort
          page-token: rest.page-token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: insightappsec-engine-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for InsightAppSec API — Engine Groups. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: rapid7-getenginegroups
      description: Get Engine Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: insightappsec-engine-groups.getenginegroups
      with:
        index: tools.index
        size: tools.size
        sort: tools.sort
        page-token: tools.page-token
      outputParameters:
      - type: object
        mapping: $.
    - name: rapid7-createenginegroup
      description: Create Engine Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: insightappsec-engine-groups.createenginegroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: rapid7-getenginegroup
      description: Get Engine Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: insightappsec-engine-groups.getenginegroup
      with:
        engine-group-id: tools.engine-group-id
      outputParameters:
      - type: object
        mapping: $.
    - name: rapid7-updateenginegroup
      description: Update Engine Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: insightappsec-engine-groups.updateenginegroup
      with:
        engine-group-id: tools.engine-group-id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: rapid7-deleteenginegroup
      description: Delete Engine Group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: insightappsec-engine-groups.deleteenginegroup
      with:
        engine-group-id: tools.engine-group-id
      outputParameters:
      - type: object
        mapping: $.
    - name: rapid7-getenginegroupengines
      description: Get Engine Group Engines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: insightappsec-engine-groups.getenginegroupengines
      with:
        engine-group-id: tools.engine-group-id
        index: tools.index
        size: tools.size
        sort: tools.sort
        page-token: tools.page-token
      outputParameters:
      - type: object
        mapping: $.