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

# Settings

> Configure your Bitfab organization settings

## Overview

Bitfab settings are accessible from the user menu in the top-right corner:

* **API Keys**: Authenticate your applications
* **Integrations**: Configure LLM provider API keys
* **Tags**: Organize your captured function calls

## API Keys

Manage API keys for authenticating your SDK applications.

### Creating an API Key

1. Click your profile icon and select **API Keys**
2. Click **Create API Key**
3. Enter a descriptive name
4. Copy the generated key immediately

<Warning>
  API keys are only shown once. Store them securely and never commit them to version control.
</Warning>

### Managing API Keys

| Action     | Description                                |
| ---------- | ------------------------------------------ |
| **View**   | See key name, creation date, and last used |
| **Revoke** | Permanently disable a key                  |

## Integrations

Configure API keys for LLM providers used by your BAML functions.

### Configuring Providers

1. Click your profile icon and select **Integrations**
2. Find the provider (OpenAI, Anthropic, etc.)
3. Enter your API key
4. Click **Save**

### Supported Providers

| Provider         | Configuration      |
| ---------------- | ------------------ |
| **OpenAI**       | API key            |
| **Anthropic**    | API key            |
| **Google AI**    | API key            |
| **Azure OpenAI** | Endpoint + API key |

<Note>
  Provider API keys are encrypted at rest and never logged.
</Note>

## Tags

Manage tags for organizing captured function calls.

### Creating Tags

1. Click your profile icon and select **Tags**
2. Click **Create Tag**
3. Enter a name and select a color
4. Click **Save**

### Tag Colors

Available colors:

* Slate, Red, Orange, Amber
* Green, Blue, Purple, Pink

### Archiving Tags

Archive tags you no longer need:

1. Find the tag in the list
2. Click the menu icon
3. Select **Archive**

Archived tags are hidden but captures with those tags are preserved.

## Profile

Manage your personal profile from the user menu:

* **Name**: Your display name
* **Email**: Your login email
* **Avatar**: Your profile picture
