Cognigy · AsyncAPI Specification
Cognigy Webhooks
Version
View Spec
View on GitHub
CompanyConversational AIAgentic AIContact CenterCustomer Service AutomationChatbotsVoice AIVirtual AgentsEnterprise AIOmnichannelAsyncAPIWebhooksEvents
AsyncAPI Specification
generated: '2026-07-18'
method: searched
source: https://docs.cognigy.com/ai/agents/deploy/endpoint-reference/webhook/
spec_type: Webhooks
summary: >-
Cognigy.AI does not publish an AsyncAPI document. Its real-time / event surface
is delivered through configurable Endpoints — a Webhook Endpoint, a REST Endpoint,
and a Socket Endpoint — that carry messages into a Flow and deliver bot responses
back asynchronously.
endpoints:
- name: Webhook Endpoint
docs: https://docs.cognigy.com/ai/agents/deploy/endpoint-reference/webhook/
direction: bidirectional
description: >-
External systems POST user messages to the Cognigy.AI Endpoint URL; Cognigy
processes them with the assigned Flow and POSTs the bot response asynchronously
to your configured webhook (callback) URL.
inbound_auth: Optional X-Webhook-Key header (API key) on requests sent to Cognigy.
outbound_auth: Optional HTTP Basic Auth on callbacks Cognigy sends to your webhook URL.
request_payload:
userId: required
sessionId: required
text: optional
data: optional
response_payload:
userId: string
sessionId: string
AIOutput:
text: string
data: object
traceId: string
source: bot
disableSensitiveLogging: boolean
- name: REST Endpoint
docs: https://docs.cognigy.com/ai/agents/deploy/endpoint-reference/rest/
direction: request-response
description: Synchronous REST endpoint for injecting a message and receiving the bot response inline.
- name: Socket Endpoint
docs: https://docs.cognigy.com/ai/agents/deploy/endpoint-reference/
direction: streaming
description: WebSocket endpoint consumed by @cognigy/socket-client / the Webchat widget for live bi-directional chat.
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/cognigy-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.