Honeybadger logo

Honeybadger

Honeybadger is an application monitoring platform that combines exception tracking, uptime monitoring, cron and background job monitoring, and status pages into a single service for software developers and operations teams. The platform supports a wide range of languages and frameworks including Ruby, Rails, Python, Node.js, PHP, Elixir, Go, and JavaScript, and integrates with Slack, GitHub, PagerDuty, and other developer tools. Honeybadger exposes a Reporting API for ingesting errors, deploys, and check-ins, plus a Data API for accessing account data, both using HTTP Basic authentication.

3 APIs 0 Features
Error MonitoringException TrackingApplication Performance MonitoringUptime MonitoringCron MonitoringObservability

APIs

Honeybadger Reporting API

Ingestion API for submitting exceptions, deploys, check-ins, source maps, and events from instrumented applications to Honeybadger. Uses a Project API Key as the authentication ...

Honeybadger Data API

REST API for reading and modifying account data such as projects, faults, comments, teams, and integrations. Authenticated via HTTP Basic auth using a Personal Authentication To...

Honeybadger Outbound Webhook Notifications

Outbound webhook notification surface delivered by Honeybadger to subscriber URLs configured via Project Settings > Alerts & Integrations. Covers the generic Webhook integration...

Event Specifications

Honeybadger Outbound Webhook Notifications

AsyncAPI description of the outbound webhook notifications Honeybadger delivers to subscriber URLs that have been configured via Project Settings > Alerts & Integrations. This s...

ASYNCAPI

Resources

🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
SignUp
SignUp
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
📦
GitHub SDK
GitHub SDK
💬
Support
Support
🔗
LinkedIn
LinkedIn
🔗
MCPServer
MCPServer
🔗
LLMsTxt
LLMsTxt

Sources

Raw ↑
aid: honeybadger
name: Honeybadger
description: >-
  Honeybadger is an application monitoring platform that combines exception
  tracking, uptime monitoring, cron and background job monitoring, and
  status pages into a single service for software developers and operations
  teams. The platform supports a wide range of languages and frameworks
  including Ruby, Rails, Python, Node.js, PHP, Elixir, Go, and JavaScript,
  and integrates with Slack, GitHub, PagerDuty, and other developer tools.
  Honeybadger exposes a Reporting API for ingesting errors, deploys, and
  check-ins, plus a Data API for accessing account data, both using HTTP
  Basic authentication.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
  - Error Monitoring
  - Exception Tracking
  - Application Performance Monitoring
  - Uptime Monitoring
  - Cron Monitoring
  - Observability
url: >-
  https://raw.githubusercontent.com/api-evangelist/honeybadger/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-30'
specificationVersion: '0.19'
apis:
  - aid: honeybadger:reporting-api
    name: Honeybadger Reporting API
    description: >-
      Ingestion API for submitting exceptions, deploys, check-ins, source
      maps, and events from instrumented applications to Honeybadger. Uses
      a Project API Key as the authentication credential and accepts JSON
      payloads over HTTPS.
    humanURL: https://docs.honeybadger.io/api/
    baseURL: https://api.honeybadger.io/v1
    tags:
      - Error Monitoring
      - Exception Tracking
      - Reporting API
      - Ingestion
    properties:
      - type: Documentation
        url: https://docs.honeybadger.io/api/
  - aid: honeybadger:data-api
    name: Honeybadger Data API
    description: >-
      REST API for reading and modifying account data such as projects,
      faults, comments, teams, and integrations. Authenticated via HTTP
      Basic auth using a Personal Authentication Token as the username.
    humanURL: https://docs.honeybadger.io/api/getting-started/
    baseURL: https://app.honeybadger.io
    tags:
      - Error Monitoring
      - Data API
      - HTTP Basic Auth
      - Personal Authentication Token
    properties:
      - type: Documentation
        url: https://docs.honeybadger.io/api/getting-started/
  - aid: honeybadger:webhooks
    name: Honeybadger Outbound Webhook Notifications
    description: >-
      Outbound webhook notification surface delivered by Honeybadger to
      subscriber URLs configured via Project Settings > Alerts &
      Integrations. Covers the generic Webhook integration's documented
      event types (occurred, resolved, unresolved, assigned, commented,
      rate_exceeded, deployed, check_in_missing, check_in_reporting,
      down, up, cert_will_expire) plus the Slack and Microsoft Teams
      chat-platform delivery channels.
    humanURL: https://docs.honeybadger.io/guides/integrations/webhook/
    baseURL: https://example.com
    tags:
      - Webhooks
      - Notifications
      - AsyncAPI
      - Slack
      - Microsoft Teams
      - Event-Driven
    properties:
      - type: Documentation
        url: https://docs.honeybadger.io/guides/integrations/webhook/
      - type: Documentation
        url: https://docs.honeybadger.io/guides/integrations/slack/
      - type: Documentation
        url: https://docs.honeybadger.io/guides/integrations/microsoft-teams/
      - type: AsyncAPI
        url: >-
          https://raw.githubusercontent.com/api-evangelist/honeybadger/refs/heads/main/asyncapi/honeybadger-webhooks-asyncapi.yml

common:
  - type: Website
    url: https://www.honeybadger.io
  - type: Documentation
    url: https://docs.honeybadger.io
  - type: Pricing
    url: https://www.honeybadger.io/plans/
  - type: SignUp
    url: https://app.honeybadger.io/users/sign_up
  - type: Blog
    url: https://www.honeybadger.io/blog/
  - type: GitHubOrganization
    url: https://github.com/honeybadger-io
  - type: GitHub SDK
    url: https://github.com/honeybadger-io/cli
  - type: Support
    url: mailto:support@honeybadger.io
  - type: LinkedIn
    url: https://www.linkedin.com/company/honeybadger-industries
  - name: MCP Server
    url: https://github.com/honeybadger-io/honeybadger-mcp-server
    type: MCPServer
  - type: LLMsTxt
    url: https://docs.honeybadger.io/llms.txt
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com