Honeycomb
Observability platform for datasets, queries, markers, and alert triggers
Tools
| Name | Description |
|---|---|
list_datasetsList Honeycomb datasets for the environment associated with the API key. | List Honeycomb datasets for the environment associated with the API key. |
create_datasetCreate a Honeycomb dataset in the environment associated with the API key. | Create a Honeycomb dataset in the environment associated with the API key. |
create_queryCreate a Honeycomb query specification. This does not run the query. | Create a Honeycomb query specification. This does not run the query. |
create_query_resultRun a previously created Honeycomb query and return the query result handle. | Run a previously created Honeycomb query and return the query result handle. |
get_query_resultFetch the current status and data for a Honeycomb query result. | Fetch the current status and data for a Honeycomb query result. |
create_markerCreate a dataset or environment marker for deploys, incidents, or changes. | Create a dataset or environment marker for deploys, incidents, or changes. |
list_triggersList Honeycomb triggers on a dataset or environment. | List Honeycomb triggers on a dataset or environment. |
Triggers
| Name | Description |
|---|---|
trigger_firedTriggers when a Honeycomb trigger is currently firing after this trigger is enabled. | Triggers when a Honeycomb trigger is currently firing after this trigger is enabled. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('honeycomb', 'list_datasets', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'honeycomb',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Honeycomb to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Honeycomb support?
Honeycomb supports 7 tools including List Datasets, Create Dataset, Create Query, Create Query Result, Get Query Result, and more.
Can I use Honeycomb with AI agents?
Yes. Add Honeycomb to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Honeycomb be used in stateful agent workflows?
Yes. Agents can combine Honeycomb tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Honeycomb use?
Honeycomb uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Honeycomb integration cost?
The Honeycomb integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Honeycomb support?
Honeycomb supports 1 triggers including Trigger Fired.
Connect Honeycomb in minutes
Get 20,000 free action executions every month. No credit card required.