Skip to main content
Connect communication tools, analytics platforms, billing, and more from the terminal. Browser-auth providers open the browser for authentication; direct credential providers accept credentials through JSON config.
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.
Use this first in agent flows. Browser-auth providers return setupMode: "browser_auth" and direct credential providers return setupMode: "direct_api_key" plus requiredFields.

integrations setup

Run the provider-owned setup flow.
Browser-auth providers open the browser and wait for authentication in interactive terminals. In JSON mode they return a connectUrl and sessionId instead. Show the URL to the user when browser approval is required, then poll with:
Direct credential providers do not create setup sessions. They validate and store the provider credentials through the platform API. When --config is omitted, direct credential providers return the required fields as JSON:
The setup command is agent-first: pass --config explicitly rather than relying on interactive credential prompts. Provider-specific follow-up commands come after the provider name, for example:
CRM mapping setup returns 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.

integrations status

Show sync status for connected integrations.

Examples

JSON Response (detailed)