> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Provider Keys

> Configure AI provider API keys for LLM evaluators and the Playground.

Provider keys let HoneyHive make API calls to AI providers on your behalf. These are used for:

* **LLM Evaluators** - Run AI-powered evaluations on your traces
* **Playground** - Test prompts directly in HoneyHive

<Frame>
  <img src="https://mintcdn.com/honeyhiveai/8CSzfyX-NUZzkr98/images/ai-provider-secrets.png?fit=max&auto=format&n=8CSzfyX-NUZzkr98&q=85&s=0d0fcffd9890fbbb0c0d16acfea6db96" alt="AI Provider Secrets settings page" width="3014" height="1276" data-path="images/ai-provider-secrets.png" />
</Frame>

## Supported providers

| Provider     | Required credentials                                      |
| ------------ | --------------------------------------------------------- |
| Anthropic    | API key                                                   |
| OpenAI       | API key                                                   |
| Azure OpenAI | API key, endpoint, API version, deployment name           |
| Bedrock      | Access key, secret key, region                            |
| Gemini       | API key                                                   |
| Vertex AI    | Google application credentials JSON, project ID, location |

## Configuring provider keys

1. Go to **Settings > Workspace > AI Providers**
2. Click on a provider
3. Enter your credentials and save

A green indicator shows the provider is connected.

<Note>
  Provider keys are configured at the **workspace level**. All projects within the workspace share the same provider keys. To use different providers for different teams, create separate [workspaces](/v2/workspace/organization-hierarchy#workspace).
</Note>

Workspace Admins have full control over provider keys (create, read, update, delete). Workspace Members can use configured provider keys but cannot modify them. See [Roles](/v2/workspace/roles) for details.
