v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Insights scores (beta)

Create insight group

Create insight group

post/api/v2/engineering-insights/insights/group

Request body

namestring required

The name of the insight group

keystring required

The key of the insight group

projectKeystring required

The projectKey to be associated with the insight group

environmentKeystring required

The environmentKey to be associated with the insight group

applicationKeysstring[]

The application keys to associate with the insight group. If not provided, the insight group will include data from all applications.

Example request

{
  "name": "Production - All Apps",
  "key": "default-production-all-apps",
  "projectKey": "default",
  "environmentKey": "production",
  "applicationKeys": [
    "billing-service",
    "inventory-service"
  ]
}

Response

Created

keystring required

The insight group key

namestring required

The insight group name

projectKeystring required

The project key

environmentKeystring required

The environment key

applicationKeysstring[]

The application keys

createdAtinteger required