Skip to content

Operations

Apiway gives you runtime visibility into your API portfolio — metering, cost control, and risk management. All enforcement happens at the gateway with minimal latency.

CapabilityWhat It Does
RU MeteringTracks resource consumption per API, per operation, per subscription
Cost CentreP&L reporting across your API portfolio
Budget GuardsSoft alerts and hard stops to prevent runaway costs
Rate LimitingPer-subscription request throttling
Risk DashboardReal-time security event tracking and classification
SSE EventsLive streaming of operational events to your applications

The gateway captures operational data at request time and pushes it to backend services asynchronously:

  1. Gateway captures events (RU consumption, security violations, rate limit breaches) at request time
  2. Events are buffered in memory and flushed in batches (5-15ms overhead per request)
  3. RU Service and Risk Service aggregate and classify events
  4. Events are published via Server-Sent Events (SSE) for real-time consumption
  5. Management UI and your applications subscribe to SSE streams

This architecture keeps gateway latency minimal while providing real-time operational visibility.