v5

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

Create integration configuration

Create a new integration configuration. (Excludes persistent store and flag import configurations.)

post/api/v2/integration-configurations/keys/{integrationKey}

Path parameters

integrationKeystring string required

The integration key

The integration key

Request body

namestring required

The name of the integration configuration

enabledboolean

Whether the integration configuration is enabled. If omitted, defaults to true

tagsstring[]

Tags for the integration

configValuesobject required

The unique set of fields required to configure the integration. Refer to the <code>formVariables</code> field in the corresponding <code>manifest.json</code> at https://github.com/launchdarkly/integration-framework/tree/main/integrations for a full list of fields for the integration you wish to configure.

Response

Integration Configuration response

_linksobject required

The location and content type of related resources

_idstring required

The unique identifier for this integration configuration

namestring required

A human-friendly name for the integration

_createdAtinteger
_integrationKeystring

The type of integration

tagsstring[]

An array of tags for this integration

enabledboolean

Whether the integration is currently active

configValuesobject

Details on configuration for an integration of this type. Refer to the <code>formVariables</code> field in the corresponding <code>manifest.json</code> for a full list of fields for each integration.