Bluejay · AsyncAPI Specification
Bluejay Webhooks
Version
View Spec
View on GitHub
CompanyArtificial IntelligenceAI AgentsVoice AIConversational AIAgent TestingQuality AssuranceObservabilitySimulationEvaluationMonitoringAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-18'
method: searched
source: https://docs.getbluejay.ai/core-concepts/webhook
spec_source: openapi/bluejay-openapi-original.json#/webhooks/events_webhook
spec_type: Webhooks
notes: >-
Bluejay delivers real-time events by HTTP POST to a single webhook endpoint
you register in the dashboard. The OpenAPI declares one webhook,
events_webhook, whose body is a oneOf over four event payloads discriminated
by the "type" property. Signature/verification is carried on the
x-webhook-secret header. No standalone AsyncAPI document is published, so this
is captured as a Webhooks catalog rather than an AsyncAPI spec.
delivery:
method: POST
target: URL registered in the Bluejay dashboard
media_type: application/json
signature_header: x-webhook-secret
discriminator: type
events:
- type: simulation_result_evaluated
schema: WebhookSimulationResultEvaluated
description: A single simulation conversation finished and was graded (result, custom_metrics, evaluations, tool_calls).
- type: simulation_ended
schema: WebhookSimulationResultEnded
description: A simulation result reached a terminal state (status, start/end time, duration).
- type: observability_call_evaluated
schema: WebhookObservabilityCallEvaluated
description: A production call ingested via observability was evaluated (transcript_url, recording_url, evaluations, custom_metrics).
- type: outbound_simulation_started
schema: WebhookOutboundSimulationStarted
description: An outbound simulation run began (agent_id, simulation_id, simulation_run_id, digital_humans).
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.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/bluejay-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.