> For the complete documentation index, see [llms.txt](https://docs.pagerly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pagerly.io/sre-ai-agent/data-sources/honeycomb.md).

# Honeycomb

## What the Agent Can Do

* List datasets and their columns
* Run queries on datasets — filter, group by, aggregate
* Analyze high-cardinality data for root cause analysis

## Setup Instructions

1. Log into your **Honeycomb account**
2. Go to **Team Settings** (gear icon) > **API Keys**
3. Click **Create API Key**
4. Name it `Pagerly` and select these permissions:
   * **Query Data** — Run queries on datasets
   * **Manage Queries and Columns** — View columns and query specs
5. Click **Create** and copy the API key

## Required Credentials

| Field       | Description                                   | Example                  |
| ----------- | --------------------------------------------- | ------------------------ |
| **API Key** | Honeycomb API key with Query Data permissions | `your-honeycomb-api-key` |

## Context Prompt Tips

> *"Our main dataset is production. Key fields: service.name, duration\_ms, http.status\_code. SLO target is 99.9%."*

## Docs

* [Honeycomb API](https://docs.honeycomb.io/api/)
