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

# Honeycomb

Connect to Honeycomb to have ResolveAI respond to alerts and import your environment's service map into the Knowledge Graph.

## 1. Create a Configuration Key

Resolve requires a [**Configuration Key**](https://docs.honeycomb.io/api/authentication#configuration-keys) to connect to your Honeycomb environment. Classic Ingest Keys will not work.

1. Log in to your Honeycomb account at [https://ui.honeycomb.io](https://ui.honeycomb.io)
2. From the left menu, click on your environment, then select **Manage Environments**
3. Select the environment you want to connect
4. Under **API Keys**, select the **Configuration** tab
5. Click **Create Configuration Key**
6. Give it a descriptive name (for example, `resolve-integration`)
7. Copy the generated key and save it securely

<Info>
  Only the key secret is needed — the `key_id` is not required.
  Each Configuration Key is scoped to a single Honeycomb environment. To monitor multiple environments, create a separate connection in Resolve for each one.
</Info>

## 2. Connect Honeycomb in Resolve

1. Open the [Honeycomb Integration](https://app0.resolve.ai/integrations/honeycomb/connect) page in Resolve
2. Click **Add Connection**
3. Enter a **Connection Name** (for example, `honeycomb-production`)
4. Enter the **Base URL** (default: `https://api.honeycomb.io`)
5. Paste the **API Key** (Configuration Key) from Step 1
6. (Optional) Expand **Advanced** to configure additional settings:
   * **Environments** — Leave blank to enable for all Resolve environments, or specify which ones this connection applies to
   * **Service Map** — Toggle on to import the Honeycomb dependency graph as a service map in the Knowledge Graph
   * **Max Dependencies** — Maximum number of dependency edges to import (range: 1–64,000, default: 10,000)
7. Click **Save**

## 3. Verify the Connection

After saving, confirm the connection shows a **healthy** status on the integrations page.

If you enabled the Service Map, navigate to **Knowledge Graph** → **Application Map** after the next scrape cycle to see the dependency graph populated with your Honeycomb services and their relationships.
