Logo
NeoArc Studio

Async Event APIs

Document event-driven and asynchronous APIs with channels, operations, messages, protocol bindings, and security schemes. Content Foundry includes a complete AsyncAPI 3.0 documentation workflow for Kafka, AMQP, MQTT, and 15 more protocols.

A dedicated editor supports documenting event-driven and asynchronous APIs following the AsyncAPI 3.0 specification. Define message brokers, channels, operations, messages, and protocol-specific bindings in a structured format that publishes as a browsable async API reference alongside your REST and GraphQL documentation.

Example APIs

Explore this complete working example that demonstrates async event API documentation with Kafka protocol bindings, message traits, correlation IDs, and schema integration.

E-Commerce Events API: Order Events

The order events channel carries all order lifecycle events, partitioned by orderId for ordered delivery.

E-Commerce Events API: Payment Processing

The payment status channel carries payment outcome events from the payment gateway.

E-Commerce Events API: Inventory Updates

The inventory updates channel publishes stock level changes using Kafka log compaction for latest-state semantics.

Supported Protocols

NeoArc supports 18 protocols across six categories.

Security Schemes

13 security scheme types covering HTTP, broker, certificate, encryption, and SASL categories.

Learn More