docs/enterprise-solutions/configuration/remote-configuration/openai-compatible/member-configuration.mdx
As a team member, you can connect your local development environment to your organization's OpenAI-compatible endpoint. This guide walks you through configuring your credentials in VS Code so you can start using models through your organization's configured endpoint. 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 OpenAI-compatible endpoint, 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.
API key or credentials for your endpoint
You need an API key or credentials to authenticate with your organization's configured endpoint. For Azure Foundry deployments using Azure Identity Authentication, your Azure AD credentials may be used instead.
Try a simple test like "Hello" first to verify basic connectivity before starting development tasks. </Tip> </Step> </Steps>
OpenAI Compatible not available as provider option
Confirm you're signed into the correct Cline organization. Verify your administrator has saved the configuration and that you have the latest version of the Cline extension.
Authentication errors ("Access Denied" or "Invalid API Key")
Verify your API key is correct and active. For Azure Foundry with Azure Identity Authentication, ensure you are signed into Azure in your development environment and that your account has the appropriate role assignments on the Azure OpenAI resource.
Connection errors or timeouts
The endpoint URL is configured by your administrator. If you experience connection issues, check with your IT team about network requirements (VPN, firewall rules, etc.).
Models not available
The available models depend on your organization's endpoint configuration. Contact your administrator if expected models are not available in the model dropdown.
Configuration changes don't persist
Make sure to save your credentials. The base URL and other admin-controlled settings cannot be changed locally.
When working with your API credentials:
Your organization administrator controls which endpoint, models, and settings are available. The extension will automatically apply the configured settings based on your organization's remote configuration.
For Azure Foundry, refer to the Azure OpenAI Service documentation. For other endpoints, consult your organization's internal documentation or contact your administrator.