3
AC
Platform/Ingestion

Production Call Ingestion

Multiple paths to observe production calls without hosting your agents: webhooks, connectors, SDKs/OTel, batch and streaming.

Design principles

  • High-volume async processing with backpressure and partitioning
  • Deduplication via idempotency keys; failure recovery via DLQ + retries
  • Normalize to canonical model; retain original raw payload for investigation
  • Every call gets a global internal ID mapped to all provider IDs