OAuth
Use OAuth connectors for services that require OAuth 2.0 authentication. You provide the OAuth application details once, authorize access, and we handle token refresh automatically.
Setting Up an OAuth Connector
Create an OAuth connector when a service requires OAuth instead of a simple API key.
- Go to Settings and open the Connectors tab.
- Click the + button and choose OAuth.
- Enter a name for the connector.
- Click Create Connector.
- Fill in the OAuth settings from your application:
- Client ID
- Client Secret
- Scopes (space-separated list of permissions your agents need)
- Authorization URL
- Token URL
- Click Connect to authorize access to the service.
Changes are saved automatically as you type. After authorization, the connector refreshes tokens for you.
Using OAuth Connectors in Agents
When you create or edit an agent, mention the connector by name in chat. For example: "Use my Salesforce OAuth connector to fetch open opportunities."