docs/enterprise-solutions/configuration/remote-configuration/anthropic/admin-configuration.mdx
As an administrator, you can add Anthropic as the organization-wide LLM provider for all Cline users through the hosted admin console. This centralized approach provides direct access to Anthropic's Claude models, with an optional custom base URL for organizations that route traffic through a proxy.
To get started with setting up Anthropic as your organization's LLM provider, you'll need a few items in place.
Administrator access to the Cline Admin console
You need admin privileges to enforce provider settings across your organization. If you can navigate to Settings → Cline Settings in the admin console at app.cline.bot, you have the right access level.
Anthropic API access
Your organization needs an Anthropic account with API access to Claude models. Members will need individual API keys to authenticate.
Use cases for a custom base URL:
Leave this empty to use the default Anthropic API endpoint.
<Tip> If using a proxy, ensure it correctly forwards requests to the Anthropic API and preserves all required headers. </Tip> </Accordion> </AccordionGroup> </Step> <Step title="Save Configuration"> After configuring your settings, close the provider configuration panel and click **Save** on the settings page to persist your changes.Once saved, all organization members signed into the Cline extension will automatically use Anthropic with your configured settings. They won't be able to select other providers or switch to their personal Cline accounts.
<Warning> Members can't switch to personal Cline accounts or join other organizations once remote configuration is enabled. This ensures consistent provider usage across your team. </Warning> </Step> </Steps>To verify the configuration:
Members don't see the configured provider
Ensure you clicked Save after closing the configuration panel. Verify the member account belongs to the correct organization.
Connection errors when using a custom base URL
Verify the proxy URL is correct and accessible from your team's development environments. Ensure the proxy correctly forwards requests to the Anthropic API.
Configuration changes don't persist
Make sure to click the Save button on the main settings page, not just close the configuration panel.
Need to change settings later
You can update the base URL or other settings at any time. Changes take effect immediately for all organization members.
For further details, consult the Anthropic API documentation and coordinate with your infrastructure team.