← Tools Reference

Honeycomb

Honeycomb integration (Developer Tools, Data). Imported from open-connector.

API key6 toolshttps://api.honeycomb.io
GET
honeycomb_get_auth
Validate the Honeycomb API key and return the team, environment, key type, and permission metadata.

/1/auth

GET
honeycomb_list_datasets
List datasets available in the Honeycomb environment tied to the API key.

/1/datasets

GET
honeycomb_get_dataset
Get one Honeycomb dataset by slug.

/1/datasets/{datasetSlug}

1 parameter
ParamTypeRequiredDescription
datasetSlugstringrequiredThe dataset slug used in Honeycomb API paths.
GET
honeycomb_list_markers
List Honeycomb markers for a dataset or for the environment-wide __all__ marker scope.

/1/markers/{datasetSlug}

1 parameter
ParamTypeRequiredDescription
datasetSlugstringrequiredThe dataset slug, or __all__ to operate on environment-wide markers.
GET
honeycomb_list_boards
List non-secret Honeycomb boards available in the API key environment.

/1/boards

GET
honeycomb_get_board
Get one Honeycomb board by ID.

/1/boards/{boardId}

1 parameter
ParamTypeRequiredDescription
boardIdstringrequiredThe Honeycomb board ID.