Honeycomb
@bixu/honeycombv2026.05.04.1
01README
Manage Honeycomb resources (environments, API keys, datasets) via the Honeycomb Management and Configuration APIs
02Models
@bixu/honeycombv2026.04.23.1honeycomb.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| teamSlug | string | Honeycomb team slug |
| apiKeyId | string | Honeycomb Management Key ID |
| apiKeySecret | string | Honeycomb Management Key secret |
| configKey? | string | Honeycomb Configuration Key (for v1 API resources) |
fn get(resource: enum, dataset?: string, json: boolean)
List all resources of a given type
| Argument | Type | Description |
|---|---|---|
| resource | enum | Honeycomb resource type |
| dataset? | string | Dataset slug (required for dataset-scoped resources, optional filter for datasets) |
| json | boolean | Output raw JSON instead of an ASCII table |
fn create(resource: enum, dataset?: string, json: boolean)
Create a new resource of a given type
| Argument | Type | Description |
|---|---|---|
| resource | enum | Honeycomb resource type |
| dataset? | string | Dataset slug (required for dataset-scoped resources, optional filter for datasets) |
| json | boolean | Output raw JSON instead of an ASCII table |
fn update(resource: enum, dataset?: string, json: boolean)
Update a resource by name or slug
| Argument | Type | Description |
|---|---|---|
| resource | enum | Honeycomb resource type |
| dataset? | string | Dataset slug (required for dataset-scoped resources, optional filter for datasets) |
| json | boolean | Output raw JSON instead of an ASCII table |
fn delete(resource: enum, dataset?: string, json: boolean)
Delete a resource by name or slug
| Argument | Type | Description |
|---|---|---|
| resource | enum | Honeycomb resource type |
| dataset? | string | Dataset slug (required for dataset-scoped resources, optional filter for datasets) |
| json | boolean | Output raw JSON instead of an ASCII table |
Resources
resource(infinite)— Honeycomb v2 API resource
v1resource(infinite)— Honeycomb v1 API resource
03Previous Versions
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
Repository
https://github.com/bixu/swamp-extensions05Platforms
06Labels