Skip to main content

SDK Connectors

Use SDK connector resources to configure and manage tenant integrations.

Supported Workflows

  • List available integration providers.
  • Create and update connector configurations.
  • Verify connector status.
  • Enable or disable connectors by project policy.

Governance Guidance

  • Restrict connector creation to admin roles.
  • Separate sandbox and production integrations.
  • Review connector permissions periodically.

Example

const connectors = await client.connectors.list();
await client.connectors.verify(connectorId);

Provider-specific credential handling should remain in your secure secrets workflow.