Skip to main content

@bixu/honeycomb

v2026.04.23.2

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

Repository

https://github.com/bixu/swamp-extensions

Labels

honeycombobservability

Contents

Quality score

How well-documented and verifiable this extension is.

100%

Grade A

  • 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
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @bixu/honeycomb

@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)
getList 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
createCreate 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
updateUpdate 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
deleteDelete 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