Skip to main content

Announcing StackOne Defender: leading open-source prompt injection guard for your agent Read More

Connectors Honeycomb
Live 79 Actions

Honeycomb Integration for AI Agents

Connect your AI agent to 79 production-ready Honeycomb actions via MCP, A2A, or SDK — with agent authentication, optimized tool-calling execution, and built-in security.

StackOne
DrataGPLocalyzeFlipMindtoolsScreenloop

Honeycomb AI Agent Actions

79 production-ready actions for your agent to do more on Honeycomb.

79 Actions
Get Auth (Configuration Key) - Check Configuration API key permissions and authentication status.
Get Auth (Ingest Key) - Check Ingest API key permissions and authentication status.
List Boards - List all dashboards (boards) for monitoring and visualizing observability data.
Get Board - Get a single Board by its unique identifier. Call list_boards first to retrieve the boardId.
Create Board - Create a new Board with query panels, SLO panels, or text panels. Call create_query to get a query_id for query panels, and list_slos to get an slo_id for SLO panels.
Update Board - Update a Board by specifying its ID and full details. Call list_boards first to retrieve the boardId.
Delete Board - Delete a public Board by specifying its ID. Call list_boards first to retrieve the boardId.
List Board Views - Retrieve a list of all views for a board. Call list_boards first to retrieve the boardId.
Get Board View - Retrieve a single Board View by ID. Call list_boards first to retrieve the boardId, then list_board_views to retrieve the viewId.
Create Board View - Create a new view for a board with specified filters. Call list_boards first to retrieve the boardId.
Update Board View - Update a Board View by specifying its ID and full details. Call list_boards first to retrieve the boardId, then list_board_views to retrieve the viewId.
Delete Board View - Delete a Board View by specifying its ID. Call list_boards first to retrieve the boardId, then list_board_views to retrieve the viewId.
List Calculated Fields - List all calculated fields (derived columns) in a dataset.
Get Calculated Field - Get a single calculated field by ID. Call list_calculated_fields first to retrieve the derivedColumnId.
Create Calculated Field - Create a new calculated field (derived column) in a dataset.
Update Calculated Field - Update a calculated field's expression or metadata. Call list_calculated_fields first to retrieve the derivedColumnId.
Delete Calculated Field - Delete a calculated field from a dataset. Call list_calculated_fields first to retrieve the derivedColumnId.
List Columns - List all columns (fields/attributes/schema) in a dataset - shows available fields to query.
Get Column - Get a single column by ID from a dataset. Call list_columns first to retrieve the columnId.
Create Column - Create a new column in a dataset.
Update Column - Update a column's metadata in a dataset. Call list_columns first to retrieve the columnId.
Delete Column - Delete a column from a dataset. Call list_columns first to retrieve the columnId.
List Datasets - List all observability datasets and environments - shows available data containers in Honeycomb.
Get Dataset - Get detailed information about a specific dataset by its slug identifier. Call list_datasets first to retrieve the datasetSlug.
Create Dataset - Create a Dataset in the environment associated with your API key.
Update Dataset - Update a Dataset's settings. Call list_datasets first to retrieve the datasetSlug.
Delete Dataset - Deletes a Dataset. This is an irreversible operation. Call list_datasets first to retrieve the datasetSlug.
Get Dataset Definition - Get the dataset definition describing fields with special meaning. Call list_datasets first to retrieve the datasetSlug.
Update Dataset Definition - Update the dataset definition with fields having special meaning. Call list_datasets first to retrieve the datasetSlug.
Create Event - Send a single event to a Honeycomb dataset. Requires Ingest API Key authentication. Discouraged for production use — prefer create_batch_events for efficiency.
Create Batch Events (by JSON) - Send multiple events to a Honeycomb dataset in a single request. Requires Ingest API Key authentication. Preferred over create_event for production use.
List Markers - List deployment markers, release annotations, and event markers on observability graphs.
Create Marker - Create a marker to indicate a point in time on graphs. Call list_marker_settings to find valid type values that match existing marker settings.
Update Marker - Update an existing marker's message, type, URL, or time range. Call list_markers first to retrieve the markerId.
Delete Marker - Permanently delete a marker from a dataset. Call list_markers first to retrieve the markerId.
List Marker Settings - List all marker settings in a dataset.
Create Marker Setting - Create a marker setting to define a group of similar markers with a shared color.
Update Marker Setting - Update an existing marker setting's color. Call list_marker_settings first to retrieve the markerSettingId.
Delete Marker Setting - Permanently delete a marker setting from a dataset. Call list_marker_settings first to retrieve the markerSettingId.
Create Query - Create a query specification to analyze observability data. Does not execute — use create_query_result to run it.
Get Query - Retrieve a query specification by its ID. Call create_query first to create a query and retrieve the queryId.
List Query Annotations - List all query annotations in a dataset.
Get Query Annotation - Get a single query annotation by ID. Call list_query_annotations first to retrieve the queryAnnotationId.
Create Query Annotation - Create a query annotation to associate a name and description to a query. Call create_query first to retrieve the query_id.
Update Query Annotation - Update an existing query annotation's name or description. Note that query_id is required but cannot be changed. Call list_query_annotations first to retrieve the queryAnnotationId.
Delete Query Annotation - Permanently delete a query annotation. Call list_query_annotations first to retrieve the queryAnnotationId.
Create Query Result - Execute a query asynchronously and get a result ID to poll. Requires Honeycomb Enterprise plan. Call create_query first to retrieve the query_id.
Get Query Result - Retrieve query execution results by result ID. Requires Honeycomb Enterprise plan. Call create_query_result first to execute a query and retrieve the queryResultId.
List Recipients - List all notification recipients for the team.
Get Recipient - Get a single recipient by ID. Call list_recipients first to retrieve the recipientId.
Create Recipient (type Email) - Create an email notification recipient.
Create Recipient (type PagerDuty) - Create a PagerDuty notification recipient.
Create Recipient (type Slack) - Create a Slack notification recipient. Requires Slack OAuth flow completed in Honeycomb Integration Center.
Create Recipient (type Webhook) - Create a webhook notification recipient.
Create Recipient (type MSTeams Workflow) - Create a Microsoft Teams workflow notification recipient.
Update Recipient (type Email) - Update an existing email notification recipient. Call list_recipients first to retrieve the recipientId.
Update Recipient (type PagerDuty) - Update an existing PagerDuty notification recipient. Call list_recipients first to retrieve the recipientId.
Update Recipient (type Slack) - Update an existing Slack notification recipient. Requires Slack OAuth flow completed in Honeycomb Integration Center. Call list_recipients first to retrieve the recipientId.
Update Recipient (type Webhook) - Update an existing webhook notification recipient. Call list_recipients first to retrieve the recipientId.
Update Recipient (type MSTeams Workflow) - Update an existing Microsoft Teams workflow notification recipient. Call list_recipients first to retrieve the recipientId.
Get Triggers For Recipient - List all triggers associated with a specific recipient across the team. Call list_recipients first to retrieve the recipientId.
Delete Recipient - Permanently delete a notification recipient. Call list_recipients first to retrieve the recipientId, and get_triggers_for_recipient to verify it is not in use.
List SLOs - List all Service Level Objectives for a dataset or environment.
Get SLO - Get a single SLO by ID. Call list_slos first to retrieve the sloId.
Create SLO - Create a new Service Level Objective on a dataset. Call list_calculated_fields first to find a valid alias for the sli field.
Update SLO - Update an existing SLO by specifying its full details. Call list_slos first to retrieve the sloId, and list_calculated_fields to find a valid alias for the sli field.
Delete SLO - Permanently delete an SLO and all its associated burn alerts. Call list_slos first to retrieve the sloId.
Get SLO Realtime Counts - Get per-minute success and failure event counts for an SLO. Enterprise plan only. Call list_slos first to retrieve the sloId.
Get SLO Hourly Counts History - Get hourly-bucketed historical event counts for an SLO. Enterprise plan only. Call list_slos first to retrieve the sloId.
List Burn Alerts - List all burn alerts for a specific SLO. Call list_slos to find the SLO to scope burn alert retrieval.
Get Burn Alert - Get a single burn alert by ID. Call list_burn_alerts first to retrieve the burnAlertId.
Create Burn Alert - Create a new burn alert for an SLO. Call list_slos to get a valid slo ID, and list_recipients to get recipient IDs.
Update Burn Alert - Update an existing burn alert by specifying its full details. Call list_burn_alerts to retrieve the burnAlertId, list_slos to get the SLO ID, and list_recipients for recipient IDs.
Delete Burn Alert - Permanently delete a burn alert from an SLO. Call list_burn_alerts first to retrieve the burnAlertId.
List Triggers - List all triggers configured in a dataset or environment.
Get Trigger - Get a single trigger by ID. Call list_triggers first to retrieve available trigger IDs.
Create Trigger - Create a new trigger on a dataset or environment. Call list_recipients first to get recipient IDs to include in the recipients field.
Update Trigger - Update an existing trigger by specifying its full details. Call list_triggers first to get the triggerId, and call list_recipients to get any recipient IDs needed.
Delete Trigger - Permanently delete a trigger from a dataset. Call list_triggers first to get the triggerId.

Do More, Build Less

Integration Infrastructure for Honeycomb AI Agents

Multiple Interfaces

Access integrations via API, AI SDKs, MCP & A2A.

Honeycomb MCP server
Managed Authentication

Pre-built authentication UI.

Agent auth
Falcon Engine

Every Honeycomb action runs on Falcon.

Agent Execution Engine
StackOne Defender
StackOne Defender Meta PG v1 Meta PG v2 DeBERTa 88.7% 67.5% 63.1% 56.9% Detection accuracy

88.7% prompt injection detection.

Prompt injection defense

"What impressed us most about StackOne is its ambition and clarity. They're creating infrastructure that modern software and the entire AI agent ecosystem can rely on. The depth of secure integrations, the pace of delivery, and the team's foresight into AI's future uniquely position StackOne to redefine this category."

Luna Schmid, Partner at GV

"We've been impressed by how quickly and deeply StackOne integrates with complex enterprise systems -- and now, with their focus on agent-to-agent interoperability, they're unlocking even more powerful use cases for customers. StackOne delivers all of the above in a universal layer -- without compromise."

Barbry McGann, SVP at Workday Ventures

G2 - High Performer G2 - Easiest To Do Business With G2 - Users Love Us G2 - Users Most Likely To Recommend G2 - Easiest Admin

Product Teams Love Building Agent Integrations With StackOne

G2

More AI Agent Integrations Like Honeycomb

Fivetran

144+ actions

Supabase

129+ actions

New Relic

126+ actions

Render

98+ actions

Grafana

89+ actions

Snowflake

80+ actions

Sentry

74+ actions

Honeycomb Agent Integration Resources

Agentic Context Engineering: Why AI Agents Kill Their Own Context Windows

AI agents exceed their context windows without knowing it. Six failure patterns and seven survival architectures for agentic context engineering.

15 min

MCP Code Mode: Keeping Tool Responses Out of Agent Context

Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.

11 min

Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery

Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.

10 min

Put your AI agents to work

All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.