Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
7 tools available
Honeybadger is an error tracking and application performance monitoring service for developers.
Connect Honeybadger to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Honeybadger's 7 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Honeybadger action below is a callable tool any Definable persona can invoke.
Reports a check-in (ping) to Honeybadger for uptime monitoring. Check-ins are used to monitor scheduled tasks, cron jobs, and background processes. By pinging this endpoint regularly, you signal that your task is running on schedule. If Honeybadger doesn't receive a ping within the expected timeframe, it will alert you that the task may have failed or stopped running. Use this action at the end of successful task executions to notify Honeybadger the task completed as expected.
Report a check-in with additional payload data to Honeybadger. Use when monitoring scheduled tasks or cron jobs and need to send metrics, status, or metadata (up to 20KB).
Report a new deployment to Honeybadger for deployment tracking and error correlation. Use this tool after deploying code to notify Honeybadger, which allows you to: - Track deployment history on your project's Deployments page - Correlate errors with specific deployments - Automatically resolve errors when deploying to an environment All deployment fields are optional, but providing environment and revision is recommended for better tracking.
Send custom events to Honeybadger Insights for tracking, monitoring, and analytics. Use this action to record any structured event data such as: - User activity and behavioral events (logins, page views, feature usage) - Application errors and exceptions with context - Performance metrics and timing data - Custom business events and audit trails - System health and operational metrics Events are sent as newline-delimited JSON (NDJSON) and can include any custom fields. The API returns tracking IDs for each successfully recorded event.
Tool to report an exception notice to Honeybadger. Use when sending error details (stack trace, context) for diagnostics.
Tool to upload a local file to a managed S3 bucket. Use when preparing files for source-map uploads.
Upload JavaScript source maps to Honeybadger for error stack trace de-minification. Use this tool after deploying minified JavaScript assets to enable Honeybadger to display un-minified, readable stack traces when errors occur. Source maps allow Honeybadger to map minified code back to your original source code with proper file names, function names, and line numbers. The tool uploads: (1) the minified JS file, (2) its corresponding .map file, and optionally (3) additional source files referenced by the map, all associated with the production URL.
Anything Honeybadger exposes through its API. Common server monitoring workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 7 Honeybadger tools directly, then chain the result into another integration without you writing code.
Honeybadger uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 7 Honeybadger tools. You only need a separate Honeybadger subscription if Honeybadger itself charges per seat or per API call.
Every call from a persona to Honeybadger is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Honeybadger, and connect via OAuth or API key. You can immediately attach Honeybadger to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 7 Honeybadger actions as callable tools — including `Report Check-In`, `Report Check-In With Payload`, `Report Deployment`, plus 4 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.