Lemma · AsyncAPI Specification

Uselemma Webhooks

Version

View Spec View on GitHub CompanyArtificial IntelligenceAI AgentsObservabilityMonitoringTracingDeveloper ToolsB2BAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.uselemma.ai/connections/webhooks
type: Webhooks
description: >-
  Lemma delivers signed HTTP POST webhooks when incidents are detected,
  analyzed, or resolved. No AsyncAPI document is published; this artifact
  captures the documented webhook catalog verbatim. Endpoints are managed in
  the dashboard under Settings -> Developer -> Webhooks, which also exposes a
  full delivery log and a synthetic test-ping button.
events:
  - name: incident.created
    fires_when: A new incident has been detected by a monitor
  - name: incident.analyzed
    fires_when: RCA is complete — includes root cause and suggested fix
  - name: incident.resolved
    fires_when: The incident has been marked as resolved
  - name: incident.dismissed
    fires_when: The incident has been dismissed
security:
  signature_header: X-Lemma-Signature
  scheme: 'sha256=<hex> HMAC-SHA256 of the raw request body with the endpoint signing secret'
  signing_secret: shown once at endpoint creation; regenerable from the endpoint edit dialog
  https_only: true
delivery:
  success: 2xx response within 10 seconds
  retries: exponential backoff on failure
  delivery_log: Settings -> Developer -> Webhooks -> Delivery log (request bodies, response codes, latency)
  test: Send test ping button sends a synthetic incident.analyzed payload
payload_envelope:
  fields: [event, timestamp, projectId, incident]
  incident_fields: [id, status, metricName, rootCause, createdAt]
  notes: incident is present on all event types; rootCause is only populated on incident.analyzed
example:
  event: incident.analyzed
  timestamp: '2025-04-07T12:00:00.000Z'
  projectId: 39e9c46a-...
  incident:
    id: abc123
    status: unresolved
    metricName: tool_call_success_rate
    rootCause: OpenAI tool call parsing fails when response contains nested JSON strings
    createdAt: '2025-04-07T11:58:00.000Z'

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/uselemma-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.