Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub bendrucker/claude --plugin honeycombManage Honeycomb boards: create, update panels, configure visualizations, and review in Chrome. Activated by explicit mention of Honeycomb boards or /board invocation.
Honeycomb CLI and MCP server usage — auth, queries, datasets, SLOs, boards, triggers, markers, columns, and raw API requests for observability workflows
Design and build Honeycomb queries: calculations, filters, breakdowns, visualization selection, granularity tuning, and anti-patterns. Activated by explicit mention of Honeycomb queries or /query invocation.
Working with Honeycomb SLOs, burn alerts, and SLO history
Unofficial CLI for Honeycomb, modeled after the GitHub CLI (gh).
go install github.com/bendrucker/honeycomb-cli/cmd/honeycomb@latest
honeycomb auth login
In interactive mode, the login command prompts for key type and credentials. Non-interactively, pass --key-type and --key-secret (and --key-id for management keys) as flags.
Check the status of stored credentials:
honeycomb auth status
| Type | Header | Used For |
|---|---|---|
config | X-Honeycomb-Team | Configuration API (boards, SLOs, triggers, columns, queries) |
ingest | X-Honeycomb-Team | Sending events |
management | Authorization: Bearer | Management API (environments, API keys) |
API keys are stored in your operating system's keyring (macOS Keychain, GNOME Keyring, Windows Credential Manager) via zalando/go-keyring. Keys are never written to disk or stored in environment variables. The keyring service name is honeycomb-cli, and each key is stored under {profile}:{type} (e.g. default:config).
All keyring operations have a 3-second timeout to prevent the CLI from hanging if the keyring is locked or unavailable.
Commands follow a honeycomb <resource> <action> pattern:
honeycomb dataset list
honeycomb board get --slug my-board
honeycomb query run --dataset my-dataset --query-json '{"calculations": [{"op": "COUNT"}]}'
honeycomb trigger create --dataset my-dataset --name "Error rate" --threshold 100
Run honeycomb help or honeycomb <resource> --help for full details.
api, auth, board, column, dataset, environment, key, marker, mcp, query, recipient, slo, trigger
| Flag | Description |
|---|---|
--profile | Configuration profile (default: default) |
--format | Output format: json or table |
--no-interactive | Disable interactive prompts |
--api-url | Override the Honeycomb API URL |
The --format flag supports json and table. Default is table in a TTY, json otherwise. List commands always default to table for compact, scannable output — even in non-TTY or agent contexts.
When running inside an AI coding agent (Claude Code, Cursor, Codex, GitHub Copilot, Windsurf, Cline), the CLI automatically disables interactive prompts.
go build -o /dev/null ./cmd/honeycomb
go test ./...
go vet ./...
golangci-lint run ./...
The API client is generated from api.json (Honeycomb's OpenAPI spec) using oapi-codegen:
go generate ./internal/api/...
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills, agents, and workflows for Honeycomb observability — query patterns, production investigations, SLOs, OpenTelemetry instrumentation, and Beeline migration. Designed to complement the Honeycomb MCP server.
Axiom CLI and APL query assistance for Claude Code
Query and investigate traces, logs, and metrics from an OpenSearch-based observability stack using PPL and PromQL
Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
Aggregate and centralize performance metrics
Debug, explore, and instrument with Grafana using gcx CLI
Writing style enforcement hooks and AI trope detection
Code review workflows for peer and self review
Cross-tool daily review workflow
Bun runtime patterns, bunx, shell scripting, lockfile, and testing
Interacting with Things 3 task manager for Mac
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim