gitpod.v1.IntegrationService

CreateIntegration

Creates a new integration instance within an organization.

Use this method to:

  • Instantiate an integration for an organization
  • Configure integration-specific settings
  • Enable integration capabilities
post/gitpod.v1.IntegrationService/CreateIntegration

Request body

enabledboolean

enabled indicates if this integration is enabled

hoststring

host is the hostname for this integration (e.g., "linear.app") - optional, inherits from definition

integrationDefinitionIdstring

integration_definition_id references the integration definition ID

runnerIdstring uuid

runner_id is optional and immutable - if provided, restricts integration to specific runner

Response

Success

Changes