IncidentFox (Brownie) · AsyncAPI Specification

Brownie Webhooks

Version

View Spec View on GitHub CompanyIncident ResponseSREAIOpsObservabilityDevOpsArtificial IntelligenceDeveloper ToolsAutomationOpen-SourceAsyncAPIEvents

AsyncAPI Specification

brownie-webhooks.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.incidentfox.ai/api-reference/introduction
spec_type: Webhooks
note: >-
  IncidentFox documents outbound webhooks for delivering investigation results
  out of band; no published AsyncAPI document was found. Configured via team
  config (webhooks.investigation_complete = target URL).
transport: HTTP POST (JSON) to a subscriber-configured URL
configuration:
  field: webhooks.investigation_complete
  example: 'https://your-app.com/webhooks/incidentfox'
events:
- name: investigation_complete
  description: Fired when an investigation finishes; delivers the summary, root cause, and recommendations.
  payload_fields:
  - event
  - investigation_id
  - summary
  - root_cause
  - recommendations
  example: |
    {
      "event": "investigation_complete",
      "investigation_id": "inv_abc123",
      "summary": "Root cause identified",
      "root_cause": { },
      "recommendations": [ ]
    }

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/brownie-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.