Connections are added inside an Access bundle. At
claude.ai/admin-settings/claude-tag, open Access bundles in the left navigation, click into a bundle (or Create one), and go to its Credentials tab.Create the credential in Salesforce
Create a connected app (or External Client App) with the client credentials flow enabled, and set a dedicated integration user as the app’s run-as user. Salesforce’s guide is Configure a Connected App for the OAuth 2.0 Client Credentials Flow. You’ll need from Salesforce:- The app’s Consumer Key (the client ID), from its Settings tab
- The app’s Consumer Secret (the client secret)
- Your org’s My Domain host (for example
yourcompany.my.salesforce.com)
Add the connection to a bundle
In the bundle, click Connect next to Salesforce.
The preset prefills Allowed websites with an example host that cannot resolve. Replace it with your org’s host before saving, or every request fails. To change the host later, open the ⋮ menu on this connection in the bundle’s Credentials tab and choose Edit.
The Agent Proxy injects the credential at the network boundary; the model and the sandbox are not given the key. See how Agent Proxy works.
Verify the connection
In a channel under the bundle’s scope, in a new thread:Related resources
- Pull deal and account state: what this connection adds