Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aient.ai/llms.txt

Use this file to discover all available pages before exploring further.

Webhooks

Aient webhooks deliver tenant-selectable events as CloudEvents 1.0 structured JSON. Each event page includes the immutable schema URL, topic, source template, subject template, payload fields, and an example CloudEvent.

Delivery semantics

ContractBehavior
EncodingCloudEvents 1.0 structured JSON
DeliveryAt least once
OrderingNot globally ordered; consumers should use event timestamps and IDs
IdempotencyUse the CloudEvents (source, id) tuple as the event identity
CompatibilityAdditive schema changes are preferred; removed fields require a new event version
Consumers should validate type, verify signatures, process idempotently, and return a 2xx response only after durable acceptance.