docs/enterprise-solutions/configuration/remote-configuration/anthropic/member-configuration.mdx
As a team member, you can connect your local development environment to your organization's Anthropic provider setup. This guide walks you through configuring your API key in VS Code so you can start using Claude models through your organization's configuration. Your administrator has already configured the provider settings — you just need to add your API key to get started.
To successfully connect to your organization's Anthropic provider, you'll need a few things ready.
Cline extension installed and configured
The Cline extension must be installed in VS Code and you need to be signed into your organization account. If you haven't installed Cline yet, follow our installation guide.
Anthropic API key
You need an API key from Anthropic to authenticate requests. Your organization may provide keys centrally or require you to create one through the Anthropic Console.
Try a simple test like "Hello" first to verify basic connectivity before starting development tasks. </Tip> </Step> </Steps>
Anthropic not available as provider option
Confirm you're signed into the correct Cline organization. Verify your administrator has saved the Anthropic configuration and that you have the latest version of the Cline extension.
Authentication errors ("Invalid API Key" or "Unauthorized")
Verify your API key is correct and active. Check the Anthropic Console to confirm your key status and that it has sufficient permissions.
Connection errors or timeouts
If your administrator configured a custom base URL (proxy), check with your IT team about network requirements. If using the default Anthropic endpoint, ensure you have internet access to api.anthropic.com.
Models not available
The available models depend on your Anthropic API plan and your organization's configuration. Contact your administrator if expected models are not available.
Rate limit errors
Your API key may have rate limits configured by Anthropic. If you encounter rate limit errors during normal use, contact your administrator about adjusting limits or managing key usage across the team.
When working with your Anthropic API key:
For further details, consult the Anthropic API documentation and coordinate with your organization's administrator.