Create a connection
Choose a Provider Plugin and grouping from the Provider Directory, then create the Workspace connection:authenticationConfig from the selected strategy’s configSchema.
Build ingestionConfig from the plugin’s ingestionConfigSchema when one is
present. The latter supplies connection-specific values such as an organization
identifier or instance host; it does not redefine the plugin’s traversal or
pagination behavior.
Read connection state
The instance reports computed fields such as connection status, credential validity, and recent sync state. Use the Provider Directory instance operations to list all connections or fetch one by ID.Reconfigure or remove a connection
POST /api/connectors/configurereplaces connection configuration or credentials using a supported authentication strategy.DELETE /api/connectors/{tenantConnectorId}removes the Workspace’s connection.- The configuration-history operation shows prior configuration attempts without returning secret values.