Skip to main content

Honeycomb

@bixu/honeycombv2026.05.04.1· 1mo agoMODELS
01README

Manage Honeycomb resources (environments, API keys, datasets) via the Honeycomb Management and Configuration APIs

02Models1
@bixu/honeycombv2026.04.23.1honeycomb.ts

Global Arguments

ArgumentTypeDescription
teamSlugstringHoneycomb team slug
apiKeyIdstringHoneycomb Management Key ID
apiKeySecretstringHoneycomb Management Key secret
configKey?stringHoneycomb Configuration Key (for v1 API resources)
fn get(resource: enum, dataset?: string, json: boolean)
List all resources of a given type
ArgumentTypeDescription
resourceenumHoneycomb resource type
dataset?stringDataset slug (required for dataset-scoped resources, optional filter for datasets)
jsonbooleanOutput raw JSON instead of an ASCII table
fn create(resource: enum, dataset?: string, json: boolean)
Create a new resource of a given type
ArgumentTypeDescription
resourceenumHoneycomb resource type
dataset?stringDataset slug (required for dataset-scoped resources, optional filter for datasets)
jsonbooleanOutput raw JSON instead of an ASCII table
fn update(resource: enum, dataset?: string, json: boolean)
Update a resource by name or slug
ArgumentTypeDescription
resourceenumHoneycomb resource type
dataset?stringDataset slug (required for dataset-scoped resources, optional filter for datasets)
jsonbooleanOutput raw JSON instead of an ASCII table
fn delete(resource: enum, dataset?: string, json: boolean)
Delete a resource by name or slug
ArgumentTypeDescription
resourceenumHoneycomb resource type
dataset?stringDataset slug (required for dataset-scoped resources, optional filter for datasets)
jsonbooleanOutput raw JSON instead of an ASCII table

Resources

resource(infinite)— Honeycomb v2 API resource
v1resource(infinite)— Honeycomb v1 API resource
03Previous Versions5
2026.04.23.2Apr 23, 2026
2026.04.23.1Apr 23, 2026
2026.03.06.3Mar 6, 2026
2026.03.06.2Mar 6, 2026
2026.03.06.1Mar 6, 2026
04Stats
A
100 / 100
Downloads
2
Archive size
11.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels