Use the Outlit web app to disconnect integrations. The CLI intentionally does not expose a destructive disconnect command.
Supported Providers
Browser Auth
Direct Credentials
integrations list
List all available integrations and their connection status.Examples
integrations capabilities
Inspect setup mode, required credential fields, supported commands, and follow-up steps before connecting a provider.setupMode: "browser_auth" and direct credential providers return setupMode: "direct_api_key" plus requiredFields.
integrations setup
Run the provider-owned setup flow.connectUrl and sessionId instead. Show the URL to the user when browser approval is required, then poll with:
--config is omitted, direct credential providers return the required fields as JSON:
--config explicitly rather than relying on interactive credential prompts.
Provider-specific follow-up commands come after the provider name, for example:
config_required with available pipelines when --config is omitted, then saves mappings and starts CRM syncs when mappings are supplied. Webhook setup returns manual provider configuration details such as webhook URL, required headers, signing secret, required events, provider docs, and current status. These follow-up commands do not create sessionId; --session is only for browser-auth setup polling.
When capabilities mark a follow-up as unsupported, use Outlit platform settings for that step.